diff --git a/Paper/gtk-3.0/widgets/menubars.css b/Paper/gtk-3.0/widgets/menubars.css index b235ea7..2c39208 100644 --- a/Paper/gtk-3.0/widgets/menubars.css +++ b/Paper/gtk-3.0/widgets/menubars.css @@ -100,12 +100,17 @@ color: @selected_foreground; } + .menubar .menuitem:backdrop GtkLabel, -.menubar .menuitem:backdrop:hover GtkLabel, .menubar .menuitem:active:backdrop GtkLabel { color: @backdrop_header_text; } +.menubar .menuitem:backdrop:hover GtkLabel { + color: @backdrop_text; + /* color: alpha (#000, 0.6); */ +} + .menubar .menuitem:insensitive GtkLabel { color: @insensitive_header_text; } diff --git a/Paper/gtk-3.0/widgets/menus.css b/Paper/gtk-3.0/widgets/menus.css index f68353f..f578d33 100644 --- a/Paper/gtk-3.0/widgets/menus.css +++ b/Paper/gtk-3.0/widgets/menus.css @@ -29,8 +29,8 @@ .popup { padding: 4px 0; border-radius: 4px; - background-color: @background; - color: @text; + background-color: @base; + color: @foreground; } /*Context Menu*/ @@ -42,9 +42,9 @@ .content-view .menu { padding: 0 1px; - background-color: @background; + background-color: @base; background-image: none; - color: @text; + color: @foreground; } .content-view .menu .menuitem:active, @@ -62,7 +62,7 @@ padding-left: 6px; padding-right: 6px; border:none; - color: @text; + color: @foreground; -GtkMenuItem-arrow-scaling: 0.5; -gtk-icon-style: symbolic; @@ -104,7 +104,7 @@ /* Arrows */ .menu .menuitem.arrow { - color: @text; + color: @foreground; } .menu .menuitem.arrow { @@ -134,7 +134,7 @@ .menuitem .entry:active, .menuitem .entry:focus { border: none; - color: @text; + color: @foreground; } /* Accelerators */ @@ -171,7 +171,7 @@ .popup .menuitem GtkImage, .menu .menuitem .menu .menuitem GtkImage, .menu .menuitem .menu .menuitem .menu .menuitem GtkImage { - color: @text; + color: @foreground; } .menu .menuitem:active GtkImage, @@ -227,7 +227,7 @@ .popup .menuitem GtkLabel, .menu .menuitem .menu .menuitem GtkLabel, .menu .menuitem .menu .menuitem .menu .menuitem GtkLabel { - color: @text; + color: @foreground; } .menu .menuitem:active GtkLabel,