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:
Matthias Clasen 2014-08-21 23:07:57 -04:00
parent c3755d995f
commit 975f29f17f
3 changed files with 27 additions and 0 deletions

View File

@ -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 *
*********************/

View File

@ -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 *
*********************/

View File

@ -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 *
*********************/