summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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/BlueMenta
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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index dde31ec8..763f6ec1 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -787,3 +787,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b
padding-bottom: 3px;
}
+/* multimedia OSD */
+MsdOsdWindow.background.osd {
+ border-radius: 20px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: rgba(0,0,0,0.8);
+}
+
+MsdOsdWindow.background.osd .trough {
+ background-color: @osd_trough_bg;
+ border-radius: 3px;
+ border-width: 1px;
+ border-color: rgba(0,0,0,0.4);
+}
+
+MsdOsdWindow.background.osd .progressbar {
+ border-width: 1px;
+ border-radius: 3px;
+ border-color: rgba(0,0,0,0.4);
+}
+