X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fglobal.css;h=2d4afe22104fecb869ab37751ec011116b693b79;hp=e76b20dcda357a496f0dee103d54cc691d40d4e2;hb=918c9e49a243680984f89a7ab4ccdf64d1a41607;hpb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index e76b20dc..2d4afe22 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -13,12 +13,8 @@ /* ::::: XBL bindings ::::: */ -checkbox { - -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing"); -} - radio { - -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing"); + -moz-binding: url("chrome://global/skin/globalBindings.xml#radio"); } menulist > menupopup { @@ -27,10 +23,10 @@ menulist > menupopup { /* ::::: Variables ::::: */ :root { - --panel-arrowcontent-padding: 6px; - --panel-arrowcontent-background: #CCD0DD; - --panel-arrowcontent-color: #000000; - --panel-arrowcontent-border-color: #CCD0DD; + --arrowpanel-padding: 6px; + --arrowpanel-background: #CCD0DD; + --arrowpanel-color: #000000; + --arrowpanel-border-color: #CCD0DD; } /* ::::: root elements ::::: */ @@ -136,8 +132,7 @@ toolbar[mode="text"] .toolbarbutton-text { /* ::::: miscellaneous formatting ::::: */ -:root:-moz-lwtheme, -[lwthemefooter="true"] { +:root:-moz-lwtheme { -moz-appearance: none; } @@ -276,6 +271,22 @@ popupnotificationcontent { margin-top: .5em; } +/* === BEGIN notification-popup.inc.css === */ + +.popup-notification-panel > .panel-arrowcontainer > .panel-arrowcontent { + /* In order to display the action buttons near the edge of the arrow panel we + * have to reset its default padding and specify the padding in the individual + * "popupnotification" elements instead. To keep the rounded borders of the + * panel, we also have to ensure the contents are clipped to the border box + * by hiding the overflow, and we have to override the "display" property so + * that the height of the contents is computed correctly in that case. */ + padding: 0; + overflow: hidden; + display: block; +} + +/* === END notification-popup.inc.css === */ + /* :::::: autoscroll popup ::::: */ .autoscroller {