Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-10-23 01:28:34 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-23 01:28:34 (GMT)
commit1225b7f0428605fc94056c54ed066daad098d923 (patch)
tree48bc26955ce77d5238d064476b49ddfd1b4d181d
parent4759fd5d898c90a6631a2490152526553f1a9baa (diff)
Buttons: Get back grey border for pressed state.
Otherwise the buttons are not visible if they are in white background, like in the Control Panel or the Intro Window. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 79a13a9..295c1ea 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -167,8 +167,7 @@ GtkLabel, GtkLabel:insensitive {
color: @white;
}
-.button:focused,
-.button:active {
+.button:focused {
border-color: @white;
}
@@ -178,6 +177,7 @@ GtkLabel, GtkLabel:insensitive {
.button:active:focused {
color: @black;
+ border-color: @button_grey;
}
/* Spin buttons */