summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 10:38:29 +0200
committerraveit65 <[email protected]>2016-05-28 10:39:17 +0200
commit0a75778bb66b93ded902382845e185c64c8e8c8b (patch)
treebc1644e039ddc4aa486e8c149bf187d31a979957 /desktop-themes/TraditionalOk
parent5d43c912d2a8e0f5bfdfff8314da98e1a6c5a64f (diff)
downloadmate-themes-0a75778bb66b93ded902382845e185c64c8e8c8b.tar.bz2
mate-themes-0a75778bb66b93ded902382845e185c64c8e8c8b.tar.xz
GTK+-3.20 TOK themes: improve GtkCalendar settings
- remove weird transparent border from calendar header - remove border from expander in clock applet - set a border radius for calendar window clock applet
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css9
2 files changed, 12 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index cbbac0e2..31c9aee0 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -3490,7 +3490,7 @@ expander toolbar.inline-toolbar {
/* Calendars */
calendar {
- padding: 2px;
+ padding: 1px;
border-style:none;
}
@@ -3499,11 +3499,11 @@ calendar.view {
border-style: solid;
border-width: 1px;
border-color: rgb(162,158,155);
- padding: 2px;
+ padding: 0px;
}
calendar.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 0befc93a..45378e5d 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -214,6 +214,15 @@ PanelSeparator {
font-weight: normal;
}
+/* calendar window */
+#MatePanelPopupWindow {
+ border-radius: 3px;
+}
+
+#MatePanelPopupWindow expander {
+ border-style: none;
+}
+
PanelApplet.wnck-applet .wnck-pager {
background-image: none;
color: shade (@theme_selected_bg_color, 1.30);