From 65a3259e891eb7e9874f91fe6ff59f19cc47f5de 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 +++++++++++++ .../Green-Submarine/gtk-3.0/mate-applications.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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 * *****************/ diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index b777e676..40774a4e 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1287,6 +1287,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.10); +} + +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