Removed green from active toggle switches
parent
b66dea4e23
commit
88765895db
|
@ -73,7 +73,6 @@ GtkClutterOffscreen {
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/* inherit colors from parent */
|
/* inherit colors from parent */
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@ -1576,8 +1575,8 @@ GtkSwitch.trough {
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkSwitch.trough:active {
|
GtkSwitch.trough:active {
|
||||||
border-color: shade(@success_color, 0.9);
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||||
background-color: @success_color;
|
background-color: @theme_selected_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue