summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2014-08-25 15:06:49 +0200
committerJakub Steiner <jimmac@gmail.com>2014-08-25 15:06:49 +0200
commit9aef173cb494bb785c4b0572c915a2a085653968 (patch)
treeaab458fba5941babf9f5d50e7b65d4b11793801b
parent1a4b9b980ab3c9e008a4df27179096ef221b6c5b (diff)
HC: popover checkbox buttons fix
Last bit keeping https://bugzilla.gnome.org/show_bug.cgi?id=734945 open
-rw-r--r--themes/HighContrast/gtk-3.0/_common.scss11
-rw-r--r--themes/HighContrast/gtk-3.0/gtk.css13
2 files changed, 2 insertions, 22 deletions
diff --git a/themes/HighContrast/gtk-3.0/_common.scss b/themes/HighContrast/gtk-3.0/_common.scss
index 7e948cbd..91fd40f0 100644
--- a/themes/HighContrast/gtk-3.0/_common.scss
+++ b/themes/HighContrast/gtk-3.0/_common.scss
@@ -927,6 +927,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
}
.button.flat,
.button.flat:hover {
+ color: $fg_color;
text-shadow: none;
transition: none;
}
@@ -1354,16 +1355,6 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
&:inconsistent {
-gtk-icon-source: -gtk-icontheme('#{$a}-mixed-symbolic');
}
- &:selected, &:selected:focus {
- // :selected:focus not to get overridden by .view style
- color: transparentize($selected_fg_color,0.9);
- &:active {
- color: $selected_fg_color;
- &:backdrop {
- color: $backdrop_base_color;
- }
- }
- }
&:backdrop {
color: transparentize($backdrop_fg_color,0.9);
&:selected { color: transparentize($backdrop_base_color,0.9); }
diff --git a/themes/HighContrast/gtk-3.0/gtk.css b/themes/HighContrast/gtk-3.0/gtk.css
index 4e3bda7b..52101dff 100644
--- a/themes/HighContrast/gtk-3.0/gtk.css
+++ b/themes/HighContrast/gtk-3.0/gtk.css
@@ -991,6 +991,7 @@ GtkTreeView.view.progressbar {
border: 0; }
.popover .button.flat,
.popover .button.flat:hover {
+ color: #000;
text-shadow: none;
transition: none; }
.popover.osd {
@@ -1423,12 +1424,6 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
color: transparent; }
.check:inconsistent {
-gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); }
- .check:selected, .check:selected:focus {
- color: rgba(255, 255, 255, 0.1); }
- .check:selected:active, .check:selected:focus:active {
- color: #fff; }
- .check:selected:active:backdrop, .check:selected:focus:active:backdrop {
- color: #fff; }
.check:backdrop {
color: rgba(0, 0, 0, 0.1); }
.check:backdrop:selected {
@@ -1457,12 +1452,6 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
color: transparent; }
.radio:inconsistent {
-gtk-icon-source: -gtk-icontheme("radio-mixed-symbolic"); }
- .radio:selected, .radio:selected:focus {
- color: rgba(255, 255, 255, 0.1); }
- .radio:selected:active, .radio:selected:focus:active {
- color: #fff; }
- .radio:selected:active:backdrop, .radio:selected:focus:active:backdrop {
- color: #fff; }
.radio:backdrop {
color: rgba(0, 0, 0, 0.1); }
.radio:backdrop:selected {