diff options
author | raveit65 <[email protected]> | 2016-09-13 14:15:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-13 14:15:59 +0200 |
commit | 040e91581f13d90e5fe1ab5b1548a9ee8408c275 (patch) | |
tree | 64e931415cb066db5f1b6fc6f1934e1d32a411e1 /desktop-themes | |
parent | b36bd7571169b9773653908581ad675aae02f93a (diff) | |
download | mate-themes-040e91581f13d90e5fe1ab5b1548a9ee8408c275.tar.bz2 mate-themes-040e91581f13d90e5fe1ab5b1548a9ee8408c275.tar.xz |
GTK+-3.20 Green-Submarine: fix panel styling
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 4c16601f..d312cbe1 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -236,24 +236,6 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { .caja-search-bar entry:focus, .caja-location-entry:focus { - box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), - inset 1px 0px shade (@theme_selected_bg_color, 1.3), - inset -1px 0px shade (@theme_selected_bg_color, 1.3), - inset 0px -1px shade (@theme_selected_bg_color, 1.3); -} - -.caja-search-bar entry, -.caja-location-entry { - padding: 3px; - border-style: none; - box-shadow: inset 0px 1px shade (@theme_bg_color, 0.80), - inset 1px 0px shade (@theme_bg_color, 0.80), - inset -1px 0px shade (@theme_bg_color, 0.80), - inset 0px -1px shade (@theme_bg_color, 0.80); -} - -.caja-search-bar entry:focus, -.caja-location-entry:focus { box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), inset 1px 0px shade(@selected_bg_color, 0.97), inset -1px 0px shade(@selected_bg_color, 0.93), @@ -379,6 +361,7 @@ paned.horizontal > box.vertical.caja-side-pane > notebook scrolledwindow.frame { .mate-panel-menu-bar, .mate-panel-menu-bar menubar, .mate-panel-menu-bar menuitem, +#PanelPlug, #PanelApplet button, PanelToplevel.background { background-color: transparent; @@ -390,6 +373,7 @@ PanelToplevel.background { /* let's started */ /* the panel bar itself */ +#PanelPlug, .mate-panel-menu-bar, PanelToplevel.background { background-color: @theme_bg_dark_color; @@ -583,6 +567,7 @@ MatePanelAppletFrameDBus { } #MatePanelPopupWindow calendar.header { + background-color:transparent; background-image: -gtk-gradient (linear, left top, left bottom, from (alpha(shade(@theme_bg_dark_color, 1.00) ,0.8)), @@ -882,7 +867,6 @@ na-tray-applet > widget > box { color: shade (@menu_fg_dark_color, 1.2); } - /**************** * Mate-terminal * ****************/ |