Add minimal popover theming to Raleigh

Add background and border, so the popover boundaries are visible.
This commit is contained in:
Matthias Clasen 2014-02-04 23:10:22 -05:00
parent 3b3d8ca456
commit f13b3e3aeb

View File

@ -32,6 +32,13 @@ GtkWindow, .button, .slider {
background-color: @bg_color;
}
GtkPopover {
background-color: @bg_color;
border-color: darker(@bg_color);
border-width: 1px;
border-style: solid;
}
.expander, GtkTreeView.view.expander {
color: #fff;
}