File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
browser/main/modals/PreferencesModal Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ div[id^="firstRow"]
73
73
height : 32px
74
74
width : 32px
75
75
border-radius : 22px
76
- background : $ui-text-color
76
+ background : white
77
77
cursor : pointer
78
78
-webkit- appearance : none
79
79
margin-top : - 20px
80
- border-color : $ui-text-color
80
+ border-color : $ui-default-button-backgroundColor
81
81
height 32px
82
82
border-top-left-radius : 10%
83
83
border-top-right-radius : 10%
@@ -276,6 +276,8 @@ body[data-theme="dark"]
276
276
277
277
.box-minmax , .rs-range , .rs-label
278
278
colorDarkControl ()
279
+ .rs-label
280
+ background none
279
281
.rs-range
280
282
& :: -webkit-slider-thumb
281
283
colorDarkControl ()
@@ -309,6 +311,8 @@ body[data-theme="solarized-dark"]
309
311
colorSolarizedDarkControl ()
310
312
.box-minmax , .rs-range , .rs-label
311
313
colorSolarizedDarkControl ()
314
+ .rs-label
315
+ background none
312
316
.rs-range
313
317
& :: -webkit-slider-thumb
314
318
colorSolarizedDarkControl ()
@@ -342,6 +346,8 @@ body[data-theme="monokai"]
342
346
colorMonokaiControl ()
343
347
.box-minmax , .rs-range , .rs-label
344
348
colorMonokaiControl ()
349
+ .rs-label
350
+ background none
345
351
.rs-range
346
352
& :: -webkit-slider-thumb
347
353
colorMonokaiControl ()
@@ -375,6 +381,8 @@ body[data-theme="dracula"]
375
381
colorDraculaControl ()
376
382
.box-minmax , .rs-range , .rs-label
377
383
colorDraculaControl ()
384
+ .rs-label
385
+ background none
378
386
.rs-range
379
387
& :: -webkit-slider-thumb
380
388
colorDraculaControl ()
You can’t perform that action at this time.
0 commit comments