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-01 15:22:23 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-02 02:02:51 (GMT)
commit8b46c6d15a04a8104cb499ea235f00461070558e (patch)
treec2d60dbee72bb3aa093994a35ddb4c805cdff577
parent49f89431232c0c8e1d1a7cf037c000524d48174a (diff)
Add border-redius to SugarTimeoutIcon - SL #3907
This make the timeout counter in the sugar alerts round again. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 8421c1c..82d692d 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -358,6 +358,7 @@ SugarAlert *:insensitive {
.button SugarTimeoutIcon GtkLabel:prelight {
background-color: @white;
color: @button_grey;
+ border-radius: $(2 * subcell_size)px;
}
.button SugarTimeoutIcon GtkLabel:active {