[rhythmbox] bring back the top and bottom borders for the primary toolbar



commit 9e7956d82bffc75b9a0efeaa166b6f08082dd46c
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Jul 26 18:19:48 2014 +1000

    bring back the top and bottom borders for the primary toolbar
    
    apparently we should be using a header bar there, but since we're not doing
    that yet, instead we have css to make it look slightly less awful.

 data/ui/style.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/style.css b/data/ui/style.css
index 30daa39..d782e81 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -8,3 +8,10 @@
 .sidebar-toolbar {
        border-width: 1px 0 1px 0;
 }
+
+.primary-toolbar {
+       border-width: 1px 0 1px;
+       border-style: solid;
+       border-top-color: shade(@borders, 0.95);
+       border-bottom-color: shade(@borders, 1.2);
+}


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