Make prefs tabs look like the ones in gnome-settings

This commit is contained in:
Rafostar
2020-11-09 19:30:45 +01:00
parent e6f683bb96
commit 513904bd6d

View File

@@ -130,6 +130,17 @@ scale marks {
.prefssubpage header {
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 */
.uridialogbox {