more corrections for subview panels
[themes.git] / LCARStrek / browser / customizableui / panelUIOverlay.css
index 1346de4259848fa04348d8ceca095720bd9911ed..4ca9372d7d71c0b92c89422f5b07de940e42ce61 100644 (file)
@@ -35,7 +35,7 @@
 
 @keyframes moveX {
   /* These values are adjusted for the padding on the panel. */
-  from { margin-left: -15px; } to { margin-left: calc(100% - 49px); }
+  from { margin-left: -9px; } to { margin-left: calc(100% - 55px); }
 }
 @keyframes moveY {
   /* These values are adjusted for the padding and height of the panel. */
@@ -201,6 +201,14 @@ panelview:not([mainview]) .toolbarbutton-text,
   padding-bottom: 0;
 }
 
+.cui-widget-panel > :-moz-any(menu,menuitem,toolbarbutton):first-child {
+  border-radius: 4px 4px 0 0;
+}
+
+.cui-widget-panel > :-moz-any(menu,menuitem,toolbarbutton):last-child {
+  border-radius: 0 0 4px 4px;
+}
+
 #PanelUI-contents {
   display: block;
   flex: auto;
@@ -421,7 +429,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
   display: flex;
   border-top: 1px solid #9C9CFF;
 }
-+
+
 #PanelUI-multiView[viewtype="subview"] #PanelUI-footer-inner {
   position: relative;
 }
@@ -606,8 +614,8 @@ panelview .toolbarbutton-1,
 }
 
 .subviewbutton.panel-subview-footer {
-/*  border-radius: 0;*/
-  border: none;
+/*  border-radius: 0; */
+  margin: 2px 0 0;
 }
 
 .subviewbutton.panel-subview-footer > .menu-text {
@@ -632,7 +640,7 @@ panelview .toolbarbutton-1,
 }
 
 .subviewbutton:not(.panel-subview-footer) {
-/*  margin: 2px 0;*/
+  margin: 0;
 }
 
 .subviewbutton:not(.panel-subview-footer) > .toolbarbutton-text,
@@ -659,8 +667,8 @@ panelview .toolbarbutton-1,
 }
 
 .cui-widget-panelview .subviewbutton:not(.panel-subview-footer) {
-  margin-left: 4px;
-  margin-right: 4px;
+/*  margin-left: 4px;
+  margin-right: 4px;*/
 }
 
 panelview .toolbarbutton-1,
@@ -775,20 +783,20 @@ menuitem.panel-subview-footer:not([disabled]):-moz-any([open],[checked="true"],:
 
 .PanelUI-subView menuseparator.small-separator,
 .PanelUI-subView toolbarseparator.small-separator {
-  margin-left: 5px;
-  margin-right: 5px;
+/*  margin-left: 5px;
+  margin-right: 5px;*/
 }
 
 .cui-widget-panelview menuseparator.small-separator {
-  margin-left: 10px;
-  margin-right: 10px;
+/*  margin-left: 10px;
+  margin-right: 10px;*/
 }
 
 .subviewbutton > .menu-accel-container {
   -moz-box-pack: start;
   -moz-margin-start: 10px;
   -moz-margin-end: auto;
-/*  color: hsl(0,0%,50%);*/
+  color: #A09090;
 }
 
 #PanelUI-historyItems > toolbarbutton {