[gnome-sound-recorder] application.css, mainWindow.js: Remove lines from the toolbar buttons in the listview.



commit fdff7381511a1f572d494321c97678c9978078b7
Author: Meg Ford <meg387 gmail com>
Date:   Mon Jan 20 01:32:06 2014 -0600

    application.css, mainWindow.js: Remove lines from the toolbar buttons in the listview.

 data/application.css |    8 ++------
 src/mainWindow.js    |    3 ---
 2 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index 9fcb6b9..2db5c68 100644
--- a/data/application.css
+++ b/data/application.css
@@ -18,14 +18,10 @@
 }
 
 .view .toolbar {
-  background-color: #86A0F1;
-  border-left: rgba(255,255,255,0.45) 1px solid;  
+  background-color: #86A0F1;  
   border-radius: 0px; 
 }
 
 .view .toolbarEnd {
-  background-color: #86A0F1;
-  border-left: rgba(255,255,255,0.45) 1px solid;
-  border-right: rgba(255,255,255, 0.45) 1px solid;  
-  border-radius: 0px; 
+  border-left: rgba(255,255,255,0.45) 1px solid; 
 }
diff --git a/src/mainWindow.js b/src/mainWindow.js
index a6fa3ef..b1007de 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -357,7 +357,6 @@ const MainView = new Lang.Class({
                                                 icon_size: Gtk.IconSize.BUTTON,
                                                 opacity: 1,
                                                 name: "PlayToolBar" });
-                this.widget.get_style_context().add_class('toolbar');
                 this.rowGrid.attach(this.widget, 1, 0, 1, 2);
                            
                 this._box = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL,
@@ -389,7 +388,6 @@ const MainView = new Lang.Class({
                                                      icon_size: Gtk.IconSize.BUTTON,
                                                      opacity: 1,
                                                      name: "PauseToolBar" });
-                this.pauseWidget.get_style_context().add_class('toolbar');
                 this.rowGrid.attach(this.pauseWidget, 1, 0, 1, 2);
                            
                 this._pauseBox = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL,
@@ -477,7 +475,6 @@ const MainView = new Lang.Class({
                                                     opacity: 1,
                                                     name: "InfoToolbar" });
                 this.rowGrid.attach(this.widgetInfo, 10, 0, 1, 2);
-                this.widgetInfo.get_style_context().add_class('toolbar');
                 
                 this._boxInfo = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL });
                 this._groupInfo = new Gtk.ToolItem({ child: this._boxInfo });


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