From f13b3e3aeb5dae2da0a2c62599d8d5f24bfd4e46 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Feb 2014 23:10:22 -0500 Subject: [PATCH] Add minimal popover theming to Raleigh Add background and border, so the popover boundaries are visible. --- gtk/resources/theme/gtk-default.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; }