Skip to content

Commit

Permalink
Fix for MATE menubar coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Feb 5, 2019
1 parent d12f697 commit 15e0400
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion gtk-3.20/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -2505,6 +2505,10 @@ panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px; }

.mate-panel-menu-bar menubar > menuitem {
color: @taskbar_fg_color;
background-color: @taskbar_bg_color; }

.mate-panel-menu-bar {
color: @taskbar_fg_color;
background-color: @taskbar_bg_color; }
Expand All @@ -2515,7 +2519,7 @@ panel-toplevel.background na-tray-applet {
.mate-panel-menu-bar menubar, .mate-panel-menu-bar menubar menuitem, .mate-panel-menu-bar togglebutton {
border-color: transparent;
background-color: transparent; }
.mate-panel-menu-bar menubar menuitem:hover .mate-panel-menu-bar:active {
.mate-panel-menu-bar menubar menuitem:hover, .mate-panel-menu-bar menubar menuitem:active {
color: @theme_selected_fg_color;
background-color: @theme_selected_bg_color; }
.mate-panel-menu-bar .menubar > .menuitem {
Expand Down Expand Up @@ -2557,6 +2561,15 @@ panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 2; }
.mate-panel-menu-bar #PanelApplet label {
color: @taskbar_fg_color; }
.mate-panel-menu-bar .caja-desktop.entry, .mate-panel-menu-bar .caja-navigation-window .view.entry {
background-image: none;
border-radius: 4px;
box-shadow: none;
border-color: shade(@theme_selected_bg_color, 0.6);
background-color: @theme_base_color; }
.mate-panel-menu-bar .caja-desktop.entry:selected, .mate-panel-menu-bar .caja-navigation-window .view.entry:selected {
color: @theme_selected_fg_color;
background-color: @theme_selected_bg_color; }

.mintmenu:hover {
background-color: shade(@taskbar_bg_color, 1.1); }
Expand Down

0 comments on commit 15e0400

Please sign in to comment.