[gtk+] Adwaita: spinbutton fixes
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: spinbutton fixes
- Date: Thu, 21 Apr 2016 14:26:02 +0000 (UTC)
commit 517f33b1a6e302671ee7dd532bc8675a0e8a4bd5
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Thu Apr 21 16:25:05 2016 +0200
Adwaita: spinbutton fixes
reset background-color on backdrop disable buttons and entry node.
gtk/theme/Adwaita/_common.scss | 4 +++-
gtk/theme/Adwaita/gtk-contained-dark.css | 4 +++-
gtk/theme/Adwaita/gtk-contained.css | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 0ef2110..b5889f4 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1054,6 +1054,8 @@ spinbutton {
border: none;
border-radius: 0;
box-shadow: none;
+
+ &:backdrop:disabled { background-color: transparent; }
}
button {
@@ -1094,7 +1096,7 @@ spinbutton {
&:backdrop:disabled {
color: transparentize($backdrop_insensitive_color,0.7);
- background-image: none;
+ background-color: transparent;
border-style: none none none solid; // It is needed or it gets overridden
&:dir(rtl) { border-style: none solid none none; }
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index eed9cf5..be8f16d 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -1521,6 +1521,8 @@ spinbutton:not(.vertical) {
border: none;
border-radius: 0;
box-shadow: none; }
+ spinbutton:not(.vertical) entry:backdrop:disabled {
+ background-color: transparent; }
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
@@ -1550,7 +1552,7 @@ spinbutton:not(.vertical) {
transition: 200ms ease-out; }
spinbutton:not(.vertical) button:backdrop:disabled {
color: rgba(93, 103, 103, 0.3);
- background-image: none;
+ background-color: transparent;
border-style: none none none solid; }
spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
border-style: none solid none none; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 96df7ca..70730b3 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1528,6 +1528,8 @@ spinbutton:not(.vertical) {
border: none;
border-radius: 0;
box-shadow: none; }
+ spinbutton:not(.vertical) entry:backdrop:disabled {
+ background-color: transparent; }
spinbutton:not(.vertical) button {
min-height: 16px;
margin: 0;
@@ -1557,7 +1559,7 @@ spinbutton:not(.vertical) {
transition: 200ms ease-out; }
spinbutton:not(.vertical) button:backdrop:disabled {
color: rgba(195, 195, 192, 0.3);
- background-image: none;
+ background-color: transparent;
border-style: none none none solid; }
spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
border-style: none solid none none; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]