summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-02-24 11:09:47 +0100
committerraveit65 <[email protected]>2016-02-24 11:23:12 +0100
commit17efc436bfdf91b3b194ac05492cab720aa83557 (patch)
tree7d185c8f851a45c18ebb2fd94bbba2c6f1c7e184 /desktop-themes/Blue-Submarine
parentfb26dcda1cbb65674475d13332dc7e26f4763708 (diff)
downloadmate-themes-17efc436bfdf91b3b194ac05492cab720aa83557.tar.bz2
mate-themes-17efc436bfdf91b3b194ac05492cab720aa83557.tar.xz
GTK+-3.20 Blue-Submarine: rework panel settings
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css50
1 files changed, 27 insertions, 23 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 cfb91bed..2c3d1868 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -294,8 +294,23 @@
* Mate-Panel *
****************/
+/* first make all transparent */
+.mate-panel-menu-bar,
+.mate-panel-menu-bar menubar,
+.mate-panel-menu-bar menuitem,
+#PanelApplet button,
+PanelToplevel.background.horizontal {
+ background-color: transparent;
+ background-image: none;
+ border-color: transparent;
+ box-shadow: none;
+ padding: 0px;
+}
+
+/* let's started */
/* the panel bar itself */
-.mate-panel-menu-bar {
+.mate-panel-menu-bar,
+PanelToplevel.background.horizontal {
background-color: @theme_bg_dark_color;
background-image: none;
/* normal panel */
@@ -310,8 +325,14 @@
box-shadow: none;
}
+/* panel grip */
+PanelToplevel.background {
+ border-radius: 3px;
+}
+
/* hide buttons */
PanelToplevel > widget > button {
+ color: @menu_fg_dark_color;
background-image: none;
background: transparent;
border-style: none;
@@ -365,11 +386,6 @@ MatePanelAppletFrameDBus {
background-position: left;
}
-PanelToplevel menubar menuitem,
-PanelToplevel menubar menuitem:hover {
- min-height: 16px;
-}
-
/* most applets */
#PanelApplet button,
#PanelApplet button.flat,
@@ -433,6 +449,11 @@ PanelToplevel menubar menuitem:hover {
padding: 4px 2px;
}
+.mate-panel-menu-bar > menubar > menuitem {
+ padding: 5px 5px;
+ transition: all 400ms ease-out;
+}
+
#clock-applet-button.flat.toggle > box.horizontal > label {
font: normal;
}
@@ -480,23 +501,11 @@ PanelToplevel menubar menuitem:hover {
@theme_selected_bg_color);
}
-/* no background for icon-padding area *//*
-GtkTrayIcon.background {
- background-color: transparent;
-}
-*/
-
na-tray-applet {
-NaTrayApplet-icon-padding: 3px;
-NaTrayApplet-icon-size: 16;
}
-/* -NaTrayApplet-icon-size does not work */
-na-tray-applet widget box.horizontal {
- padding: 3px 0px 3px 0px;
- margin: 0px;
-}
-
/* system-monitor-applet */
#PanelApplet > box.horizontal > box.vertical > frame {
box-shadow: inset 0px 1px shade (@menu_bg_dark_color, 1.5),
@@ -507,11 +516,6 @@ na-tray-applet widget box.horizontal {
border-radius: 6px;
}
-/* Classic icon style */
-.mate-panel-menu-bar {
- -PanelMenuBar-icon-visible: true;
-}
-
/* volume applet */
.mate-panel-applet-slider {
background: transparent;