X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fcustomizableui%2FpanelUI.css;fp=LCARStrek%2Fbrowser%2Fcustomizableui%2FpanelUI.css;h=a770a2a180db9ba3d47f4f21f2d6e983e233a5db;hp=1afbe88075d564d242fb941b62bf9d7a8c91d468;hb=d0f28e616d7c3b04647d549a4b7aa14753f029d8;hpb=918c9e49a243680984f89a7ab4ccdf64d1a41607 diff --git a/LCARStrek/browser/customizableui/panelUI.css b/LCARStrek/browser/customizableui/panelUI.css index 1afbe880..a770a2a1 100644 --- a/LCARStrek/browser/customizableui/panelUI.css +++ b/LCARStrek/browser/customizableui/panelUI.css @@ -153,7 +153,7 @@ #PanelUI-menu-button[badge-status="addon-alert"] > .toolbarbutton-badge-stack > .toolbarbutton-badge { height: 13px; - background: transparent url(chrome://browser/skin/addons/addon-badge.svg) no-repeat center; + background: #FF0000 url(chrome://browser/skin/update-badge-failed.svg) no-repeat center; } .panel-subviews { @@ -592,7 +592,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { } #PanelUI-footer-addons > toolbarbutton { - background-color: #C7F5FF; + background-color: #A09090; display: flex; flex: 1 1 0%; width: calc(22.35em + 30px); @@ -600,13 +600,21 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { border-inline-start-style: none; } +#PanelUI-footer-addons > toolbarbutton:hover { + background-color: #FFCF00; +} + +#PanelUI-footer-addons > toolbarbutton:active { + background-color: #FF9F00; +} + #PanelUI-footer-addons > toolbarbutton > .toolbarbutton-icon { width: 14px; height: 14px; } #PanelUI-footer-addons > toolbarbutton::after { - background-image: url(chrome://browser/skin/addons/addon-badge.svg); + background: #FF0000 url(chrome://browser/skin/update-badge-failed.svg) no-repeat center; } #PanelUI-fxa-status { @@ -680,6 +688,7 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { #PanelUI-update-status > .toolbarbutton-text, #PanelUI-fxa-label > .toolbarbutton-text, +#PanelUI-footer-addons > toolbarbutton > .toolbarbutton-text, #PanelUI-customize > .toolbarbutton-text { margin: 0; padding: 0 6px; @@ -849,12 +858,6 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { list-style-image: url("chrome://browser/skin/syncFxProgress-horizontalbar.png"); } -#PanelUI-footer-fxa[fxastatus="migrate-signup"] > #PanelUI-fxa-status > #PanelUI-fxa-label, -#PanelUI-footer-fxa[fxastatus="migrate-verify"] > #PanelUI-fxa-status > #PanelUI-fxa-label { - list-style-image: url(chrome://browser/skin/warning.svg); - -moz-image-region: auto; -} - #PanelUI-customize { list-style-image: url("chrome://browser/skin/menuPanel-customize.png"); } @@ -1188,7 +1191,8 @@ menuitem.panel-subview-footer:not([disabled]):-moz-any([open],:hover:active), #BMB_bookmarksPopup menupopup[placespopup=true][singleitempopup=true] > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox, / These popups never have a footer / #BMB_bookmarksToolbarPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox, -#BMB_unsortedBookmarksPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox { +#BMB_unsortedBookmarksPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox, +#BMB_mobileBookmarksPopup > hbox > .popup-internal-box > .arrowscrollbox-scrollbox > .scrollbox-innerbox { / And so they need some bottom padding: / padding-bottom: 4px; }