summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-29 17:46:04 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-29 17:47:16 +0100
commitc899fb1fc4c88247ddfd0d8dc2d91277002e3f83 (patch)
tree98073bd5e142f75b10341ebd01089461ec410c8e /desktop-themes/Blue-Submarine
parentd7da5be424e5c3313558b1c092f30af1c05b621e (diff)
downloadmate-themes-c899fb1fc4c88247ddfd0d8dc2d91277002e3f83.tar.bz2
mate-themes-c899fb1fc4c88247ddfd0d8dc2d91277002e3f83.tar.xz
Gtk3 submarine themes: adjust panel settings to follow latest changes in mate-panel
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css75
1 files changed, 45 insertions, 30 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 834eedb1..e2caf7d8 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -649,23 +649,11 @@ FMPropertiesWindow .vertical.dialog-vbox .notebook GtkViewport {
* Mate-Panel *
****************/
-/* the panel bar itself */
-.mate-panel-menu-bar {
- background-color: @theme_bg_dark_color;
- background-image: none;
- /* normal panel */
- color: @menu_fg_dark_color;
- /* transparent panel light desktop background*/
-/* color: @theme_fg_color; */
- text-shadow: none;
-}
-
-/* workaround to avoid unwanted black frames if switching compositor on/off */
-.mate-panel-menu-bar .window-frame.csd.popup {
- box-shadow: none;
+/* first make all transparent */
+PanelToplevel.background.horizontal {
+ background-color: transparent;
}
-/* first make all transparent */
WnckSelector.menubar,
PanelMenuBar.menubar,
WnckSelector GtkMenuItem,
@@ -677,23 +665,28 @@ MatePanelApplet GtkToggleButton.button {
box-shadow: none;
}
-/* dictionary applet */
-GdictApplet .entry {
+/* let's started */
+/* the panel bar itself */
+PanelToplevel.background.horizontal {
+ background-color: @theme_bg_dark_color;
+}
+
+.mate-panel-menu-bar {
+ background-color: @theme_bg_dark_color;
+ background-image: none;
/* normal panel */
color: @menu_fg_dark_color;
- /* transparent panel light desktop background */
+ /* transparent panel light desktop background*/
/* color: @theme_fg_color; */
- background-image: none;
- background-color: transparent;
- border-width: 1px;
- padding: 3px 4px;
+ text-shadow: none;
}
-MatePanelApplet {
- border-width: 0;
+/* workaround to avoid unwanted black frames if switching compositor on/off */
+.mate-panel-menu-bar .window-frame.csd.popup {
+ box-shadow: none;
}
-/* panel grip */
+/* panel grip *//*
PanelToplevel.background.mate-custom-panel-background {
background-color: transparent;
border-radius: 3px;
@@ -701,24 +694,46 @@ PanelToplevel.background.mate-custom-panel-background {
/* 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); */
-}
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3); *//*
+}*/
/* hide buttons */
-PanelToplevel.background.mate-custom-panel-background .button {
+PanelToplevel.background .button {
+ background-image: none;
background: transparent;
- border-radius: 4px;
+ border-style: none;
+ border-radius: 3px;
padding: 0px;
box-shadow: none;
}
-PanelToplevel.background.mate-custom-panel-background .button:hover {
+PanelToplevel.background .button:hover,
+PanelToplevel.background .button:hover:active {
+ background-image: none;
+ color: @menu_selected_fg_dark_color;
+ border-radius: 3px;
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);
}
+/* dictionary applet */
+GdictApplet .entry {
+ /* normal panel */
+ color: @menu_fg_dark_color;
+ /* transparent panel light desktop background */
+/* color: @theme_fg_color; */
+ background-image: none;
+ background-color: transparent;
+ border-width: 1px;
+ padding: 3px 4px;
+}
+
+MatePanelApplet {
+ border-width: 0;
+}
+
MatePanelAppletFrameDBus PanelSeparator,
PanelSeparator {
border-width: 0;