[gnome-clocks/editmode] style: fix selection mode toolbar border



commit f96ec0fa981b25ce2fc388a25acfdf642a399259
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Aug 17 18:44:26 2012 +0200

    style: fix selection mode toolbar border

 data/gtk-style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 96c5b76..5d55fe1 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -7,6 +7,10 @@
     border-radius: 0;
 }
 
+.clocks-toolbar.selection-mode.toolbar {
+    border-width: 1px 0;
+}
+
 .grey-bg {
     background-color: #f1f2f1
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]