summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-04 21:35:50 +0100
committerraveit65 <[email protected]>2014-11-04 21:36:47 +0100
commitaa36b78291ddc46aebb423b481eb310876ebfb97 (patch)
treed6a08d15abd1d5a11adec0d2bbfe8925752adb57 /desktop-themes/BlueMenta/gtk-3.0
parent8af677da99a0bb2f0ae6a98a0c6c459960ac11cd (diff)
downloadmate-themes-aa36b78291ddc46aebb423b481eb310876ebfb97.tar.bz2
mate-themes-aa36b78291ddc46aebb423b481eb310876ebfb97.tar.xz
Menta themes GTK3: increase windows outerline for CSD apps, for better resizing
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index a6d19dbc..0eda50ba 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2332,7 +2332,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
***************/
.titlebar, GtkCalendar.header,
.header-bar {
- border-width: 0 0 1px;
+ border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: shade(@borders, 0.90);
@@ -3894,9 +3894,7 @@ GtkModelButton.button:selected {
*******/
.titlebar {
text-shadow: 0 1px @wm_title_shadow;
- background-image: linear-gradient(to bottom,
- @wm_bg_a,
- @wm_bg_b);
+ background-image: none;
border-radius: 0;
box-shadow: inset 0 -1px alpha(@theme_base_color, 0.4);
border-color: @borders;
@@ -3957,7 +3955,7 @@ GtkModelButton.button:selected {
****************************************************************************************/
/*
.window-frame {
- border-radius: 6px 6px 0 0;
+ border-radius: 0;
border-width: 0px;
box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
*/