X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fcustomizableui%2FpanelUI.css;h=ba5007a45df87f2bad5568051bd7a205bb431f82;hb=d4dc8501cbf0073d6d4b9ccd1adf18823688d134;hp=20d412ddc4c76544a625595b21636df13865bd82;hpb=d23bf94a3357d30cf7300a6eb9c051f0a225b02a;p=themes.git diff --git a/LCARStrek/browser/customizableui/panelUI.css b/LCARStrek/browser/customizableui/panelUI.css index 20d412dd..ba5007a4 100644 --- a/LCARStrek/browser/customizableui/panelUI.css +++ b/LCARStrek/browser/customizableui/panelUI.css @@ -569,7 +569,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { content: ""; width: 14px; height: 14px; - margin-right: 16.5px; + margin-inline-end: 16.5px; border-radius: 2px; background-size: contain; display: -moz-box; @@ -1610,7 +1610,7 @@ menuitem[checked="true"].subviewbutton > .menu-iconic-left { /* === END panelUI.inc.css === */ .panel-subviews { - background-color: var(--panel-arrowcontent-background); + background-color: var(--arrowpanel-background); } #PanelUI-contents #zoom-out-btn { @@ -1634,8 +1634,9 @@ menuitem[checked="true"].subviewbutton > .menu-iconic-left { #BMB_bookmarksPopup menupopup[placespopup=true] > hbox { /* emulating chrome://browser/content/places/menu.xml#places-popup-arrow but without the arrow */ /* box-shadow: 0 0 4px rgba(0,0,0,0.2); - background: var(--panel-arrowcontent-background); - border: 1px solid var(--panel-arrowcontent-border-color); + background: var(--arrowpanel-background); + color: var(--arrowpanel-color); + border: 1px solid var(--arrowpanel-border-color); border-radius: 3.5px; margin-top: -4px;*/ }