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:55:59 +0200
commit9aef9ff4a39cff79994f7da30804e5cd14494ce3 (patch)
tree672c57d6f54f51e4f299559a931de38d6b5367bc /desktop-themes/GreenLaguna
parente89e5aea4435a17ce86c6e1e3ec33ef4db54e5aa (diff)
downloadmate-themes-9aef9ff4a39cff79994f7da30804e5cd14494ce3.tar.bz2
mate-themes-9aef9ff4a39cff79994f7da30804e5cd14494ce3.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 3cf7b1ab..1c0f3c2d 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;
+}
+