summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-02 17:55:59 +0200
committerraveit65 <[email protected]>2016-07-02 17:56:50 +0200
commite7dfbcb2392985cb66927e38be6001adbfd5d35a (patch)
treed8dbc293f5664f24377122610afbc0a6fb6ebeea /desktop-themes/GreenLaguna
parentcf4a45edcf759fd98501275dd322d2e51bb524f7 (diff)
downloadmate-themes-e7dfbcb2392985cb66927e38be6001adbfd5d35a.tar.bz2
mate-themes-e7dfbcb2392985cb66927e38be6001adbfd5d35a.tar.xz
GTK+-3.20 most themes: add support for OSD mediakeys windows
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index c7d5522e..e1dc434e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -554,3 +554,27 @@ EggToolbarEditor.vertical scrolledwindow .frame {
padding-bottom: 3px;
}
+/* multimedia OSD */
+MsdOsdWindow.background.osd {
+ border-radius: 20px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: rgba(97,112,92,0.8);
+}
+
+MsdOsdWindow.background.osd .trough {
+ border: 1px solid rgba(97,112,92,0.8);
+ border-image: none;
+ background-image: linear-gradient(to bottom,
+ shade(@osd_button_border, 0.70),
+ shade(@osd_button_border, 0.90));
+ background-color: transparent;
+ border-radius: 4px;
+}
+
+MsdOsdWindow.background.osd .progressbar {
+ border-radius: 3px;
+ border-color: transparent;
+ border-width: 0px;
+}
+