aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-dark.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-dark.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index f612057..df31af8 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -3521,11 +3521,12 @@ GtkListBox .h4 {
color: #657b83;
font: bold;
box-shadow: inset 0 -1px rgba(1, 10, 12, 0.95); }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #657b83;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #657b83;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(101, 123, 131, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {