mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Make prefs tabs look like the ones in gnome-settings
This commit is contained in:
@@ -130,6 +130,17 @@ scale marks {
|
|||||||
.prefssubpage header {
|
.prefssubpage header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
.prefssubpage header tabs tab {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
.prefssubpage header tabs tab:hover {
|
||||||
|
box-shadow: none;
|
||||||
|
background: rgba(0,0,0,0.08);
|
||||||
|
}
|
||||||
|
.prefssubpage header tabs tab:checked {
|
||||||
|
box-shadow: inset 200px 0 @theme_selected_bg_color;
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
/* Open URI Dialog */
|
/* Open URI Dialog */
|
||||||
.uridialogbox {
|
.uridialogbox {
|
||||||
|
Reference in New Issue
Block a user