diff options
author | lukefromdc <[email protected]> | 2016-12-23 00:56:14 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-10 20:55:56 +0200 |
commit | 27cf6fe5e02e67f261512742e0f8248892ee5070 (patch) | |
tree | 5b4bdb73434e61aac748e7ffa00deb3ea754e9ff | |
parent | c7a0b424c2c540daaf06315a0365f2fe444f17c9 (diff) | |
download | mate-themes-27cf6fe5e02e67f261512742e0f8248892ee5070.tar.bz2 mate-themes-27cf6fe5e02e67f261512742e0f8248892ee5070.tar.xz |
BlackMATE: support new msd-osd-window-solid style class for non-composited OSD case
-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 d7ce96e7..43269f4d 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -731,6 +731,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 */ |