[gnome-music/wip/playlist-ux-fixes: 11/13] Add borders to selection toolbar



commit d7af271ed8bf2ea712629e9577d220f55aca2c66
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Wed Mar 19 18:03:29 2014 +0800

    Add borders to selection toolbar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724627

 data/SelectionToolbar.ui |    3 +++
 data/application.css     |    7 +++++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/SelectionToolbar.ui b/data/SelectionToolbar.ui
index 569bc70..9b61cac 100644
--- a/data/SelectionToolbar.ui
+++ b/data/SelectionToolbar.ui
@@ -8,6 +8,9 @@
     <property name="can_focus">False</property>
     <property name="hexpand">True</property>
     <property name="vexpand">False</property>
+    <style>
+      <class name="select-bar"/>
+    </style>
     <child>
       <object class="GtkButtonBox" id="buttonbox1">
         <property name="visible">True</property>
diff --git a/data/application.css b/data/application.css
index df3309e..acaaaef 100644
--- a/data/application.css
+++ b/data/application.css
@@ -72,6 +72,13 @@ GtkTreeView{
                                     to(shade(@theme_bg_color, 0.9)));
 }
 
+.select-bar {
+    border-style: solid;
+    border-color: shade(@borders, 0.5);
+
+    box-shadow: inset 0 1.0px shade(@theme_bg_color, 0.6);
+}
+
 .music-selection-mode {
     background-image: -gtk-gradient(linear, left top, left bottom,
                                     from(@music_selection_box_a),


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