[gnumeric] GUI: Apply the toolbar style a little more precisely.



commit ee0105c6dd0e4cfc098c2bb4fdc69817ab71186a
Author: Morten Welinder <terra gnome org>
Date:   Wed May 9 15:32:28 2018 -0400

    GUI: Apply the toolbar style a little more precisely.

 src/gnumeric.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnumeric.css b/src/gnumeric.css
index 7625768..55e8fc0 100644
--- a/src/gnumeric.css
+++ b/src/gnumeric.css
@@ -263,12 +263,12 @@ button:hover.itembar, button:hover.itembar * {
 
 
 /* Small padding between and around toolbars, but not double between */
-box box toolbar {
+box > box > toolbar {
     padding-top: 1pt;
     padding-bottom: 0pt;
 }
 
-box box:last-child toolbar {
+box > box:last-child > toolbar {
     padding-top: 1pt;
     padding-bottom: 1pt;
 }


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