From ef0bd33f2cbc7c43dbe2c6c34986d81a5c93db5d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 24 Dec 2016 22:35:42 +0100 Subject: Submarine themes: style m-s-d osd in non compositor case --- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index b9c4a099..bc765027 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1283,6 +1283,19 @@ MsdOsdWindow.background.osd .progressbar { background-size: 40px auto, auto, auto; } +/*For mate-settings-daemon noncomposited osd windows*/ +MsdOsdWindow.background.osd.msd-osd-window-solid { + border-radius: 0px; + border-width: 2px; + border-style:solid; + border-color: shade(@button_border_active, 1.20); +} + +MsdOsdWindow.background.osd.msd-osd-window-solid progressbar, +MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough { + border-radius: 3px; +} + /***************** * mate-terminal * *****************/ -- cgit v1.2.1