Skip to content

Commit

Permalink
Minor fixes to MATE panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Feb 1, 2019
1 parent 00e721f commit 9f4daba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gtk-3.20/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,9 @@ 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:activer {
color: @theme_selected_fg_color;
background-color: @theme_selected_bg_color; }
.mate-panel-menu-bar .menubar > .menuitem {
padding-top: 0;
padding-bottom: 0; }
Expand Down Expand Up @@ -2449,6 +2452,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: 0px;
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 9f4daba

Please sign in to comment.