summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-12-25 23:29:42 +0100
committerraveit65 <[email protected]>2016-12-25 23:30:18 +0100
commit8b7cedb0559ba1912081a15e08f5dfd6712c1ff3 (patch)
tree2a07d19b30c3a92074124714c8b1c3c075cc7d2a /desktop-themes/GreenLaguna
parentec1cf58773988429647dda6c671372d9bc2566fa (diff)
downloadmate-themes-8b7cedb0559ba1912081a15e08f5dfd6712c1ff3.tar.bz2
mate-themes-8b7cedb0559ba1912081a15e08f5dfd6712c1ff3.tar.xz
gtk+-3 GreenLaguna: style m-s-d osd in non compositor case
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css32
1 files changed, 29 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index f737da7d..5483ae49 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -569,13 +569,39 @@ MsdOsdWindow.background.osd .trough {
shade(@osd_button_border, 0.70),
shade(@osd_button_border, 0.90));
background-color: transparent;
- border-radius: 4px;
+ border-radius: 16px;
}
MsdOsdWindow.background.osd .progressbar {
- border-radius: 3px;
+ border-radius: 16px;
border-color: transparent;
- border-width: 0px;
+ border-width: 1px;
+ background-image: linear-gradient(-45deg,
+ alpha(@progressbar_pattern, 0.15),
+ alpha(@progressbar_pattern, 0.15) 25%,
+ transparent 25%,
+ transparent 50%,
+ alpha(@progressbar_pattern, 0.15) 50%,
+ alpha(@progressbar_pattern, 0.15) 75%,
+ transparent 75%,
+ transparent),
+ linear-gradient(to bottom,
+ @progressbar_background_a,
+ shade(@progressbar_background_a, 0.98));
+}
+
+/*For mate-settings-daemon noncomposited osd windows*/
+MsdOsdWindow.background.osd.msd-osd-window-solid {
+ border-radius: 0px;
+ border-width: 2px;
+ border-style:solid;
+ border-color: rgb(97,112,92);
+}
+
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar,
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar progress,
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough {
+ border-radius: 16px;
}
/*****************