mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-10-15 23:53:08 -07:00
Fixed #43. Updated slider styles.
This commit is contained in:
18
colors.json
18
colors.json
@@ -355,9 +355,9 @@
|
||||
"_comment" : "Used as primary color in text",
|
||||
|
||||
"light" : {
|
||||
"s" : 71,
|
||||
"l" : 10,
|
||||
"a" : 0.87
|
||||
"s" : 31,
|
||||
"l" : 20,
|
||||
"a" : 1
|
||||
},
|
||||
|
||||
"dark" : {
|
||||
@@ -430,15 +430,15 @@
|
||||
"TEXT-BLACK-COLOR" : {
|
||||
|
||||
"light" : {
|
||||
"s" : 71,
|
||||
"l" : 10,
|
||||
"a" : 0.87
|
||||
"s" : 31,
|
||||
"l" : 20,
|
||||
"a" : 1
|
||||
},
|
||||
|
||||
"dark" : {
|
||||
"s" : 71,
|
||||
"l" : 10,
|
||||
"a" : 0.87
|
||||
"s" : 31,
|
||||
"l" : 20,
|
||||
"a" : 1
|
||||
}
|
||||
},
|
||||
"TEXT-BLACK_SECONDARY" : {
|
||||
|
@@ -113,17 +113,23 @@
|
||||
|
||||
/* Sliders */
|
||||
|
||||
.slider,
|
||||
.slider,
|
||||
.level {
|
||||
color: BUTTON-TEXT-COLOR; /* slider handle color (47+) */
|
||||
-barlevel-height: 14px;
|
||||
-barlevel-background-color: ACCENT-DISABLED-COLOR;
|
||||
-barlevel-color: TEXT-PRIMARY-COLOR;
|
||||
color: TEXT-PRIMARY-COLOR; /* slider handle color (47+) */
|
||||
-barlevel-active-background-color: BUTTON-COLOR;
|
||||
-barlevel-height: 10px;
|
||||
-barlevel-border-width: 0px; /* up to 46 */
|
||||
-slider-handle-radius: 7px;
|
||||
/* overfill */
|
||||
-barlevel-overdrive-color: #c01c28;
|
||||
-barlevel-overdrive-separator-width: 2px;
|
||||
-slider-handle-radius: 7px;
|
||||
}
|
||||
|
||||
.level {
|
||||
-barlevel-active-background-color: TEXT-PRIMARY-COLOR;
|
||||
-barlevel-height: 8px;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user