diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-04 23:10:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-05 01:10:33 -0500 |
commit | f13b3e3aeb5dae2da0a2c62599d8d5f24bfd4e46 (patch) | |
tree | 815a60353989051f4929eefd212c4df2367a2d13 /gtk | |
parent | 3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2 (diff) | |
download | gtk+-f13b3e3aeb5dae2da0a2c62599d8d5f24bfd4e46.tar.gz |
Add minimal popover theming to Raleigh
Add background and border, so the popover boundaries are visible.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/resources/theme/gtk-default.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/resources/theme/gtk-default.css b/gtk/resources/theme/gtk-default.css index e13c4f17a2..9ab3cbd1d2 100644 --- a/gtk/resources/theme/gtk-default.css +++ b/gtk/resources/theme/gtk-default.css @@ -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; } |