60
60
text-decoration : none ;
61
61
font-weight : inherit ;
62
62
}
63
-
63
+ material-card {
64
+ background-color : var (--background );
65
+ }
64
66
material-card ,
65
67
material-tabs ,
66
68
pagination .container {
141
143
}
142
144
143
145
.list.highlight :hover {
144
- background-color : #eee ;
146
+ background-color : var ( --hover-background ) ;
145
147
cursor : pointer ;
146
148
}
147
149
@@ -165,7 +167,7 @@ docker-registry-ui material-button > :first-child .content i.material-icons.mate
165
167
height : 24px ;
166
168
width : 24px ;
167
169
box-sizing : border-box ;
168
- color : #757575 ;
170
+ color : var ( --neutral-text ) ;
169
171
}
170
172
171
173
.list > span .right i .material-icons.animated {
@@ -230,7 +232,6 @@ material-card table {
230
232
border-collapse : collapse ;
231
233
white-space : nowrap ;
232
234
font-size : 13px ;
233
- background-color : #fff ;
234
235
border : none ;
235
236
}
236
237
@@ -239,7 +240,7 @@ material-card table th {
239
240
vertical-align : bottom ;
240
241
line-height : 24px ;
241
242
height : 48px ;
242
- color : rgba ( 0 , 0 , 0 , 0.54 );
243
+ color : var ( --neutral-text );
243
244
box-sizing : border-box ;
244
245
padding : 0 18px 12px 18px ;
245
246
text-align : right ;
@@ -249,10 +250,10 @@ material-card table th {
249
250
text-align : left ;
250
251
}
251
252
252
- material-button :hover > :first-child [ inverted = ' true ' ] ,
253
+ material-button :hover > :first-child ,
253
254
material-card .material-card-title-action material-button :hover button ,
254
255
material-card table tbody tr :hover {
255
- background-color : #eee !important ;
256
+ background-color : rgba ( 0 , 0 , 0 , 0.12 ) !important ;
256
257
}
257
258
258
259
material-button > :first-child [inverted = ' true' ],
@@ -308,7 +309,7 @@ material-card table th.material-card-th-sorted-descending:before {
308
309
309
310
material-button .content i .material-icons ,
310
311
.material-icons {
311
- color : #777 ;
312
+ color : var ( --neutral-text ) ;
312
313
}
313
314
314
315
material-button [disabled ] .content i .material-icons ,
@@ -320,10 +321,6 @@ material-snackbar .toast {
320
321
height : auto ;
321
322
}
322
323
323
- material-popup material-button :hover material-waves {
324
- background-color : hsla (0 , 0% , 75% , 0.2 );
325
- }
326
-
327
324
material-popup .popup > .content {
328
325
padding : 1em ;
329
326
max-width : 450px ;
@@ -452,9 +449,9 @@ material-checkbox.indeterminate .checkbox.checked .checkmark {
452
449
}
453
450
454
451
material-checkbox .checkbox {
455
- border-color : #777 ;
452
+ border-color : var ( --neutral-text ) ;
456
453
}
457
454
458
455
material-checkbox .checkbox.checked {
459
- background-color : #777 ;
456
+ background-color : var ( --neutral-text ) ;
460
457
}
0 commit comments