diff options
author | raveit65 <[email protected]> | 2016-12-24 22:35:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-12-24 22:37:16 +0100 |
commit | ef0bd33f2cbc7c43dbe2c6c34986d81a5c93db5d (patch) | |
tree | 587767d3f6a004629f799eba1821d89388a0851c /desktop-themes | |
parent | e675fc906c6b9de235b38494b804352c49e796c6 (diff) | |
download | mate-themes-ef0bd33f2cbc7c43dbe2c6c34986d81a5c93db5d.tar.bz2 mate-themes-ef0bd33f2cbc7c43dbe2c6c34986d81a5c93db5d.tar.xz |
Submarine themes: style m-s-d osd in non compositor case
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 13 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 13 |
2 files changed, 26 insertions, 0 deletions
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 * *****************/ |