more corrections for subview panels
authorRobert Kaiser <kairo@kairo.at>
Mon, 26 May 2014 12:46:38 +0000 (14:46 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 26 May 2014 12:46:38 +0000 (14:46 +0200)
LCARStrek/browser/customizableui/panelUIOverlay.css

index eda8d08e6746da3283a24c5971e2e722c804593f..4ca9372d7d71c0b92c89422f5b07de940e42ce61 100644 (file)
@@ -201,11 +201,11 @@ panelview:not([mainview]) .toolbarbutton-text,
   padding-bottom: 0;
 }
 
-.cui-widget-panel > :-moz-any(menu,menuitem):first-child {
+.cui-widget-panel > :-moz-any(menu,menuitem,toolbarbutton):first-child {
   border-radius: 4px 4px 0 0;
 }
 
-.cui-widget-panel > :-moz-any(menu,menuitem):last-child {
+.cui-widget-panel > :-moz-any(menu,menuitem,toolbarbutton):last-child {
   border-radius: 0 0 4px 4px;
 }
 
@@ -429,7 +429,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
   display: flex;
   border-top: 1px solid #9C9CFF;
 }
-+
+
 #PanelUI-multiView[viewtype="subview"] #PanelUI-footer-inner {
   position: relative;
 }
@@ -615,7 +615,7 @@ panelview .toolbarbutton-1,
 
 .subviewbutton.panel-subview-footer {
 /*  border-radius: 0; */
-  border: none;
+  margin: 2px 0 0;
 }
 
 .subviewbutton.panel-subview-footer > .menu-text {
@@ -640,7 +640,7 @@ panelview .toolbarbutton-1,
 }
 
 .subviewbutton:not(.panel-subview-footer) {
-/*  margin: 2px 0;*/
+  margin: 0;
 }
 
 .subviewbutton:not(.panel-subview-footer) > .toolbarbutton-text,