summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
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;
+}
+