mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Minor prefs theme improvements
This commit is contained in:
@@ -144,18 +144,16 @@ scale marks {
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
.prefssubpage header {
|
.prefssubpage header {
|
||||||
background: transparent;
|
background: none;
|
||||||
}
|
}
|
||||||
.prefssubpage header tabs tab {
|
.prefssubpage header tabs tab {
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
.prefssubpage header tabs tab:hover {
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: rgba(0,0,0,0.08);
|
margin: 0px;
|
||||||
|
margin-right: 1px;
|
||||||
}
|
}
|
||||||
.prefssubpage header tabs tab:checked {
|
.prefssubpage header tabs tab:checked {
|
||||||
box-shadow: inset 200px 0 @theme_selected_bg_color;
|
|
||||||
color: initial;
|
color: initial;
|
||||||
|
background: @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Open URI Dialog */
|
/* Open URI Dialog */
|
||||||
|
Reference in New Issue
Block a user