summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-24 14:08:46 +0200
committerraveit65 <[email protected]>2016-05-24 14:09:40 +0200
commitc91a2c2c414e6a3d19def5a4249e6fedbc4004e5 (patch)
tree1eb59f584accc87b7b45dea0c4a53581418d993c /desktop-themes
parent0f2bcabd2f53f82e7a02d0cc06b5f44869d5383e (diff)
downloadmate-themes-c91a2c2c414e6a3d19def5a4249e6fedbc4004e5.tar.bz2
mate-themes-c91a2c2c414e6a3d19def5a4249e6fedbc4004e5.tar.xz
GTK+3 TOK themes: improve GtkCalendar
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css7
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css7
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css7
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css5
6 files changed, 24 insertions, 12 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index a257c9a9..a7c891e8 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2187,18 +2187,19 @@ row:selected:focus,
/* Calendars */
GtkCalendar {
- padding: 2px;
+ padding: 1px;
}
GtkCalendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @border_color;
+ padding: 0px;
}
GtkCalendar.header {
- border-radius: 0;
+ border-radius: 3px 3px 0px 0px;
background-image: -gtk-gradient (linear,
left top,
left bottom,
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 298b49d4..25fea4c4 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -301,6 +301,10 @@ NaTrayApplet {
color: @theme_fg_color;
}
+CalendarWindow#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
/***********************
* Mate-Control-Center *
***********************/
@@ -504,7 +508,6 @@ EomThumbNav .button.flat:insensitive {
}
/* mate-screensaver lock dialog */
-
.lock-dialog {
border-radius: 3px;
border-style: solid;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 6468dd19..05ebdabf 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2191,18 +2191,19 @@ row:selected:focus,
/* Calendars */
GtkCalendar {
- padding: 2px;
+ padding: 1px;
}
GtkCalendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @border_color;
+ padding: 0px;
}
GtkCalendar.header {
- border-radius: 0;
+ border-radius: 3px 3px 0px 0px;
background-image: -gtk-gradient (linear,
left top,
left bottom,
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index c037ddcc..6bedcf60 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -302,6 +302,10 @@ NaTrayApplet {
color: @theme_fg_color;
}
+CalendarWindow#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
/***********************
* Mate-Control-Center *
***********************/
@@ -505,7 +509,6 @@ EomThumbNav .button.flat:insensitive {
}
/* mate-screensaver lock dialog */
-
.lock-dialog {
border-radius: 3px;
border-style: solid;
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index a7ec12ed..5b97c36b 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -2187,18 +2187,19 @@ row:selected:focus,
/* Calendars */
GtkCalendar {
- padding: 2px;
+ padding: 1px;
}
GtkCalendar.view {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @border_color;
+ padding: 0px;
}
GtkCalendar.header {
- border-radius: 0;
+ border-radius: 3px 3px 0px 0px;
background-image: -gtk-gradient (linear,
left top,
left bottom,
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
index 5154628d..5b6a6f3f 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -331,6 +331,10 @@ NaTrayApplet {
color: @theme_fg_color;
}
+CalendarWindow#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
/******************
* mate-terminal *
******************/
@@ -548,7 +552,6 @@ EomThumbNav .button.flat:insensitive {
}
/* mate-screensaver lock dialog */
-
.lock-dialog {
border-radius: 3px;
border-style: solid;