summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-22 14:47:31 +0200
committerraveit65 <[email protected]>2015-04-22 14:48:14 +0200
commit2bf796059b0136193312513acf2c07184023c6fc (patch)
tree6d19072aeb8ca00cbe0d5e9013e567a6b7a124b9 /desktop-themes
parentcc6a8bf5851ff82f9b6538166d9bb2dbd0eea75e (diff)
downloadmate-themes-2bf796059b0136193312513acf2c07184023c6fc.tar.bz2
mate-themes-2bf796059b0136193312513acf2c07184023c6fc.tar.xz
Menta themes GTK3: fix blurred window controls icons
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css25
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css20
2 files changed, 27 insertions, 18 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index c9b47f56..38a68130 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2652,7 +2652,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
***************/
.titlebar, GtkCalendar.header,
.header-bar {
- border-width: 0px 0px 0px 0px;
+ border-width: 0 0 1px;
border-style: solid;
border-color: shade(@borders, 0.90);
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
@@ -4555,23 +4555,24 @@ GtkModelButton.button.flat:selected {
.titlebar .titlebutton {
color: @wm_title;
- padding: 4px 5px;
-/* border: none;
- border-image: none;*/
-}
-
-.titlebar .titlebutton {
+ padding: 2px 6px 3px 3px;
+ border: none;
+ border-image: none;
/* fake request for hardcoded icons,
to avoid usage of regular window-close button*/
-gtk-icon-style: requested;
- color: @wm_title;
- padding: 4px;
+}
+
+.titlebar .titlebutton:hover {
+ border: none;
border-image: none;
}
-.titlebar .titlebutton:active {
-/* border: none;
- border-image: none;*/
+.titlebar .titlebutton:active,
+.titlebar .titlebutton:checked,
+.titlebar .titlebutton:checked:checked {
+ border: none;
+ border-image: none;
}
.titlebar .titlebutton:backdrop {
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 93542f69..4160f4de 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2655,7 +2655,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
***************/
.titlebar, GtkCalendar.header,
.header-bar {
- border-width: 0px 0px 0px 0px;
+ border-width: 0 0 1px;
border-style: solid;
border-color: shade(@borders, 0.90);
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
@@ -4556,17 +4556,25 @@ GtkModelButton.button.flat:selected {
}
.titlebar .titlebutton {
+ color: @wm_title;
+ padding: 2px 6px 3px 3px;
+ border: none;
+ border-image: none;
/* fake request for hardcoded icons,
to avoid usage of regular window-close button*/
-gtk-icon-style: requested;
- color: @wm_title;
- padding: 4px;
+}
+
+.titlebar .titlebutton:hover {
+ border: none;
border-image: none;
}
-.titlebar .titlebutton:active {
-/* border: none;
- border-image: none;*/
+.titlebar .titlebutton:active,
+.titlebar .titlebutton:checked,
+.titlebar .titlebutton:checked:checked {
+ border: none;
+ border-image: none;
}
.titlebar .titlebutton:backdrop {