forked from AuroraMiddleware/gtk
Adwaita: Add assistant sidebar theming
This is just enough to draw the sidebar background and markt he current page as active.
This commit is contained in:
parent
c3755d995f
commit
975f29f17f
@ -145,6 +145,19 @@ GtkLabel {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
GtkAssistant {
|
||||
& .sidebar {
|
||||
background-color: $base_color;
|
||||
}
|
||||
& .sidebar GtkLabel {
|
||||
padding: 6px;
|
||||
}
|
||||
& .sidebar GtkLabel.highlight {
|
||||
background-color: darken($bg_color, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
|
@ -121,6 +121,13 @@
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
background-color: #292929; }
|
||||
GtkAssistant .sidebar GtkLabel {
|
||||
padding: 6px; }
|
||||
GtkAssistant .sidebar GtkLabel.highlight {
|
||||
background-color: #212424; }
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
|
@ -121,6 +121,13 @@
|
||||
opacity: 0.55;
|
||||
text-shadow: none; }
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
background-color: white; }
|
||||
GtkAssistant .sidebar GtkLabel {
|
||||
padding: 6px; }
|
||||
GtkAssistant .sidebar GtkLabel.highlight {
|
||||
background-color: lightgray; }
|
||||
|
||||
/*********************
|
||||
* Spinner Animation *
|
||||
*********************/
|
||||
|
Loading…
Reference in New Issue
Block a user