summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-01-27 17:57:48 +0100
committerraveit65 <[email protected]>2015-01-27 17:59:49 +0100
commit14246cd60ab554f139963fbb502c2b9f52084e47 (patch)
tree302067a6f393fee68e5bead7adea76606bf8edb9 /desktop-themes/BlackMATE
parent6343a49f372c963f2b4f41e02d284bebab0bf5bb (diff)
downloadmate-themes-14246cd60ab554f139963fbb502c2b9f52084e47.tar.bz2
mate-themes-14246cd60ab554f139963fbb502c2b9f52084e47.tar.xz
BlackMate GreenLaguna GTK3: add round corners to csd apps if compositor is on
- add more triggers for csd apps
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css60
1 files changed, 40 insertions, 20 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 1568a382..816f6bbb 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1842,16 +1842,16 @@ GtkCalendar.header .stack-switcher > .titlebutton.button {
* Header bars *
***************/
.header-bar {
- border-width: 0 0 1px;
- border-style: solid;
- padding: 0 1px;
- border-radius: 0px;
- padding: 6px;
- background-color: @theme_bg_color;
- /*background-image: linear-gradient(to bottom,
- @toolbar_gradient_base,
- shade(@theme_bg_color, 1.6));*/
- border-color: alpha(@frame_color, 0.6);
+ border-width: 0 0 1px;
+ border-style: solid;
+ padding: 0 1px;
+ border-radius: 7px 7px 0 0;
+ padding: 6px;
+ background-color: @theme_bg_color;
+ /*background-image: linear-gradient(to bottom,
+ @toolbar_gradient_base,
+ shade(@theme_bg_color, 1.6));*/
+ border-color: alpha(@frame_color, 0.6);
}
.header-bar .button.text-button {
@@ -2219,7 +2219,7 @@ GtkPopover .separator {
background-image: linear-gradient(to bottom,
shade (@theme_bg_color, 1.50),
shade (@theme_bg_color, 1.0));
- border-radius: 0;
+ border-radius: 7px 7px 0 0;
}
.tiled .titlebar {
@@ -2347,20 +2347,40 @@ GtkPopover .separator {
* to achieve full size of the icon menu of some of the applications whose notification *
* icons appear in the system tray, the "shadow" is disabled. *
* same affect in mate-panel main menu, csd apps, header-bars apps *
-* if compositor is disable !!!!! *
+* if compositor switch to disable !!!!! *
*****************************************************************************************/
-/*
+
.window-frame {
- border-color: @theme_bg_color;
- border-radius: 7px 7px 0 0;
+ border-radius: 0px 0px 0px 0px;
border-width: 1px;
- border-style: solid;
- background-color: @theme_bg_color;
- box-shadow: 0 0 0 2px @osd_button_shadow, 0 2px 8px 3px @osd_button_shadow;*/
+ box-shadow: 0 0 0 @wm_shadow;
/* this is used for the resize cursor area */
-/* margin: 10px;
+ margin: 2px;
+}
+
+.window-frame.tiled {
+ border-radius: 0;
+ background-color: @theme_bg_color;
+}
+
+.window-frame:backdrop {
+ box-shadow: 0 0 0 @wm_shadow;
+}
+
+.window-frame.csd.popup {
+ border-radius: 0;
+ box-shadow: 0 1px 5px @wm_shadow;
+}
+
+.window-frame.csd.tooltip {
+ border-radius: 5px;
+ box-shadow: 0 1px 5px @wm_shadow;
+}
+
+.window-frame.csd.message-dialog {
+ border-radius: 7px;
+ box-shadow: 0 1px 5px @wm_shadow;
}
-*/
/****************************
* Suggested action buttons *