summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 16:01:49 +0200
committerraveit65 <[email protected]>2016-05-28 16:01:49 +0200
commit8a205ab614ded299bb0eda62d7ace9089d54a0e7 (patch)
tree3f58e02cfa54b36e03fe1559920cac4f37366d73 /desktop-themes
parent4514aa7ac4720336c06ab4e165b06efb7d41a360 (diff)
downloadmate-themes-8a205ab614ded299bb0eda62d7ace9089d54a0e7.tar.bz2
mate-themes-8a205ab614ded299bb0eda62d7ace9089d54a0e7.tar.xz
GTK+-3.20 Menta themes: improve GtkCalendar and GtkExpander
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css40
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css18
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css33
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css18
4 files changed, 95 insertions, 14 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 458d8998..839001a3 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -4561,6 +4561,10 @@ expander arrow {
min-height: 16px;
-gtk-icon-style: regular;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ -gtk-icon-shadow: 0px 1px shade (@theme_selected_fg_color, 1.0),
+ 1px 0px shade (@theme_selected_fg_color, 1.0),
+ -1px 0px shade (@theme_selected_fg_color, 1.0),
+ 0px -1px shade (@theme_selected_fg_color, 1.0);
}
expander arrow:dir(rtl) {
@@ -4568,11 +4572,29 @@ expander arrow:dir(rtl) {
}
expander arrow:hover {
- color: @internal_element_color;
+ color: shade(@theme_selected_fg_color, 1.0);
+ -gtk-icon-shadow: 0px 1px shade (@theme_fg_color, 0.8),
+ 1px 0px shade (@theme_fg_color, 0.8),
+ -1px 0px shade (@theme_fg_color, 0.8),
+ 0px -1px shade (@theme_fg_color, 0.8);
}
expander arrow:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ color: shade(@theme_selected_fg_color, 1.0);
+ -gtk-icon-shadow: 0px 1px shade (@theme_fg_color, 0.8),
+ 1px 0px shade (@theme_fg_color, 0.8),
+ -1px 0px shade (@theme_fg_color, 0.8),
+ 0px -1px shade (@theme_fg_color, 0.8);
+}
+
+expander arrow:checked:hover {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ color: shade(@theme_fg_color, 1.0);
+ -gtk-icon-shadow: 0px 1px shade (@theme_selected_fg_color, 1.0),
+ 1px 0px shade (@theme_selected_fg_color, 1.0),
+ -1px 0px shade (@theme_selected_fg_color, 1.0),
+ 0px -1px shade (@theme_selected_fg_color, 1.0);
}
expander {
@@ -4705,25 +4727,26 @@ list > row > button:hover {
**************/
calendar {
- padding: 2px;
- border-color: @borders;
+ padding: 1px;
}
calendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @borders;
+ padding: 0px;
}
calendar.header {
- border-width: 0 0 1px;
+ border-radius: 3px 3px 0px 0px;
border-style: solid;
border-color: shade(@borders, 0.90);
background-color: @theme_bg_color;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.04),
shade(@theme_bg_color, 0.89));
+ border-width: 0px;
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
padding: 6px;
}
@@ -4738,7 +4761,6 @@ calendar.header .subtitle {
padding: 0px 12px;
}
-/* this makes no sense for gtk+-3.20 :) */
calendar.button {
background-image: none;
}
@@ -4753,9 +4775,9 @@ highlight,
calendar.highlight {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
- border-radius: 0;
- padding: 0;
- border-width: 0;
+ border-radius: 0px;
+ padding: 0px;
+ border-width: 0px;
}
/**************
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 32f5d800..42094c47 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -421,6 +421,24 @@ PanelApplet.wnck-applet .wnck-pager:hover {
font-weight: normal;
}
+#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
+#MatePanelPopupWindow frame {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: shade(@borders, 0.95);
+}
+
+/* FIXME, does not work */
+#MatePanelPopupWindow ClockMap {
+ border-style: solid;
+ border-width: 1px;
+ border-color: @borders;
+}
+
na-tray-applet {
-NaTrayApplet-icon-padding: 3px;
-NaTrayApplet-icon-size: 16;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 146a26fb..7fe4f834 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -4578,6 +4578,10 @@ expander arrow {
min-height: 16px;
-gtk-icon-style: regular;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+ -gtk-icon-shadow: 0px 1px shade (@theme_base_color, 1.0),
+ 1px 0px shade (@theme_base_color, 1.0),
+ -1px 0px shade (@theme_base_color, 1.0),
+ 0px -1px shade (@theme_base_color, 1.0);
}
expander arrow:dir(rtl) {
@@ -4585,11 +4589,29 @@ expander arrow:dir(rtl) {
}
expander arrow:hover {
- color: @internal_element_color;
+ color: shade(@theme_base_color, 1.0);
+ -gtk-icon-shadow: 0px 1px shade (@theme_fg_color, 1.0),
+ 1px 0px shade (@theme_fg_color, 1.0),
+ -1px 0px shade (@theme_fg_color, 1.0),
+ 0px -1px shade (@theme_fg_color, 1.0);
}
expander arrow:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ color: shade(@theme_base_color, 1.0);
+ -gtk-icon-shadow: 0px 1px shade (@theme_fg_color, 1.0),
+ 1px 0px shade (@theme_fg_color, 1.0),
+ -1px 0px shade (@theme_fg_color, 1.0),
+ 0px -1px shade (@theme_fg_color, 1.0);
+}
+
+expander arrow:checked:hover {
+ -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
+ color: shade(@theme_fg_color, 1.0);
+ -gtk-icon-shadow: 0px 1px shade (@theme_base_color, 1.0),
+ 1px 0px shade (@theme_base_color, 1.0),
+ -1px 0px shade (@theme_base_color, 1.0),
+ 0px -1px shade (@theme_base_color, 1.0);
}
expander {
@@ -4722,25 +4744,26 @@ list > row > button:hover {
**************/
calendar {
- padding: 2px;
- border-color: @borders;
+ padding: 1px;
}
calendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @borders;
+ padding: 0px;
}
calendar.header {
- border-width: 0 0 1px;
+ border-radius: 3px 3px 0px 0px;
border-style: solid;
border-color: shade(@borders, 0.90);
background-color: @theme_bg_color;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.04),
shade(@theme_bg_color, 0.89));
+ border-width: 0px;
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
padding: 6px;
}
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 36f1a407..bba7eaa0 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -413,6 +413,24 @@ PanelApplet.wnck-applet .wnck-pager:hover {
font-weight: normal;
}
+#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
+#MatePanelPopupWindow frame {
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: shade(@borders, 0.95);
+}
+
+/* FIXME, does not work */
+#MatePanelPopupWindow ClockMap {
+ border-style: solid;
+ border-width: 1px;
+ border-color: @borders;
+}
+
na-tray-applet {
-NaTrayApplet-icon-padding: 3px;
-NaTrayApplet-icon-size: 16;