diff options
author | raveit65 <[email protected]> | 2016-07-02 17:55:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-02 17:56:33 +0200 |
commit | 7369d7d33891cf7d78b4fb0a9b57dd62ac4c7e37 (patch) | |
tree | 4461585db9a3ed0e1768e39e3b0e62de8b2a5659 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | e46bd7e14aee646661ba53167198ad77adacc536 (diff) | |
download | mate-themes-7369d7d33891cf7d78b4fb0a9b57dd62ac4c7e37.tar.bz2 mate-themes-7369d7d33891cf7d78b4fb0a9b57dd62ac4c7e37.tar.xz |
GTK+-3.20 most themes: add support for OSD mediakeys windows
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index a420bfc9..c7eb8521 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -427,3 +427,30 @@ EggToolbarEditor.vertical scrolledwindow { @toolbar_gradient_d); } +/* multimedia OSD */ +MsdOsdWindow.background.osd { + border-radius: 20px; + border-style: solid; + border-width: 1px; + border-color: rgba(0,0,0,0.6); + background-image: linear-gradient(to bottom, + @osd_toolbar_bg_a, + @osd_toolbar_bg_b 63%, + @osd_toolbar_bg_c); + background-color: transparent; +} + +MsdOsdWindow.background.osd .trough { + background-color: @osd_trough_bg; + border-radius: 3px; + border-width: 1px; + border-color: rgba(0,0,0,0.6); +} + +MsdOsdWindow.background.osd .progressbar { + border-width: 1px; + border-radius: 3px; + border-color: rgba(0,0,0,0.4); + background-color: @osd_scale_trough_bg_color; +} + |