[rhythmbox] fix up side pane toolbar borders, remove obsolete css



commit 93cb10955aabe6e2fdf87d1ebb52e62c853e8312
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Mar 14 17:14:35 2015 +1000

    fix up side pane toolbar borders, remove obsolete css
    
    Set border radius to 0 for the toolbar and remove its top border, which
    was a bit too heavy.  The rules applied to the border on the pane separator
    did nothing, so there's no point keeping them.
    
    partly from Trinh Anh Ngoc

 data/ui/style.css |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/data/ui/style.css b/data/ui/style.css
index d782e81..f498b1c 100644
--- a/data/ui/style.css
+++ b/data/ui/style.css
@@ -1,12 +1,6 @@
-.sidebar-paned.pane-separator,
-.sidebar-paned.pane-separator:hover {
-       border-width: 0 0 0 1px;
-       border-style: solid;
-       border-color: @borders;
-}
-
 .sidebar-toolbar {
-       border-width: 1px 0 1px 0;
+       border-width: 0 0 1px 0;
+       border-radius: 0;
 }
 
 .primary-toolbar {


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