diff options
author | lukefromdc <[email protected]> | 2016-12-23 00:56:14 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-10 21:01:26 +0200 |
commit | fd167a7bac27e3b5ee095d9fcb7ade16d944a326 (patch) | |
tree | 41436a48ba4d9f5e614daf45898e1721e9968f26 /desktop-themes | |
parent | be3071c49ff080d3cd27aa5d3827b6cb6c65bef0 (diff) | |
download | mate-themes-fd167a7bac27e3b5ee095d9fcb7ade16d944a326.tar.bz2 mate-themes-fd167a7bac27e3b5ee095d9fcb7ade16d944a326.tar.xz |
BlackMATE: support new msd-osd-window-solid style class for non-composited OSD case
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 012a6a6c..a10c0858 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -730,6 +730,15 @@ pluma-print-preview.vertical toolbar.horizontal button.flat.text-button { background-color: shade (@theme_bg_color, 1.0); } +/**************** + * Mate-settings-daemon * + ****************/ + +/*For mate-settings-daemon noncomposited osd windows*/ +.msd-osd-window-solid { + border-radius:0px; +} + /* mate-keyboard-layout-view, mate-keyboard-layout-chooser */ /* this way it styles only the border of the keys, the bg of the map itself use the .view class, and use old and new selectors for a while */ |