|
11 | 11 | outline: 0;
|
12 | 12 | border: none;
|
13 | 13 | vertical-align: baseline;
|
14 |
| - background: #e0e1e2 none; |
| 14 | + background: #d6d6d6; |
15 | 15 | color: rgba(0,0,0,.6);
|
16 | 16 | font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
|
17 | 17 | margin: 0 0.25em 0;
|
|
35 | 35 | }
|
36 | 36 |
|
37 | 37 | .dlp-label:hover {
|
38 |
| - background-color: #cacbcd; |
| 38 | + background-color: #bfbfbf; |
39 | 39 | background-image: none;
|
40 | 40 | -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
|
41 | 41 | box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
|
|
134 | 134 | border-radius: 5px;
|
135 | 135 | box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.4)!important;
|
136 | 136 | text-align: left;
|
137 |
| - background: #1c1c1c; |
| 137 | + background: #191919; |
138 | 138 | color: rgba(255,255,255,.9);
|
139 | 139 | }
|
140 | 140 |
|
|
143 | 143 | .dlp-table tr{display:table!important;width:100%!important;table-layout:fixed!important;}
|
144 | 144 | .dlp-table th,.dlp-table td{overflow: hidden!important;padding: 7px 3px 7px 3px!important;}
|
145 | 145 | .dlp-table thead>tr{height: 45px!important}
|
146 |
| -.dlp-table tbody>tr{background:rgb(0 0 0)!important} |
147 |
| -.dlp-table tbody>tr:nth-child(even){background:#2b2b2b!important;} |
148 |
| -.dlp-table tbody>tr:hover{background:rgba(255,255,255,.07)!important;color:#fff!important} |
| 146 | +.dlp-table tbody>tr{background:rgb(43 43 43)!important;} |
| 147 | +.dlp-table tbody>tr:nth-child(even){background:#0c0c0c!important;} |
| 148 | +.dlp-table tbody>tr:hover{background:rgb(255 255 255 / 5%)!important;color:#fff!important} |
149 | 149 | .dlp-table tfoot>tr{height: 40px!important}
|
150 | 150 | .dlp-table .operate-column{width:45px;text-align: center}
|
151 | 151 |
|
|
0 commit comments