|
- /* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */
-
- html,
- body {
- background: #fff;
- color: #000;
- }
-
- .sideaffix {
- overflow: visible;
- }
-
- /* code */
-
- code {
- color: #222f3d;
- background-color: #f9f9f9;
- border-radius: 4px;
- padding: 3px 7px;
- }
-
- /* table */
-
- .table-striped>tbody>tr:nth-of-type(odd) {
- color: #333333;
- background-color: #d3d3d3
- }
-
- tbody>tr {
- color: #424242;
- background-color: #c0c0c0
- }
-
- .table>tbody+tbody {
- border-top: 2px solid rgb(173, 173, 173)
- }
-
- /* select */
-
- select {
- background-color: #fcfcfc;
- border-color: #aeb1b5;
- }
|