diff options
author | raveit65 <[email protected]> | 2016-07-02 17:55:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-02 17:55:59 +0200 |
commit | 9aef9ff4a39cff79994f7da30804e5cd14494ce3 (patch) | |
tree | 672c57d6f54f51e4f299559a931de38d6b5367bc /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | e89e5aea4435a17ce86c6e1e3ec33ef4db54e5aa (diff) | |
download | mate-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/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 24 |
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; +} + |