mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Add minimal popover theming to Raleigh
Add background and border, so the popover boundaries are visible.
This commit is contained in:
parent
3b3d8ca456
commit
f13b3e3aeb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user