X-Git-Url: https://git-public.kairo.at//?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fglobal%2Fglobal.css;h=7e71c174c2f5e7fc469a4abfb2547ed98727b4d6;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hp=25d0824e3d821555d561b0f0da0076ce605298af;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;p=themes.git diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 25d0824e..7e71c174 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -25,6 +25,14 @@ menulist > menupopup { -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars"); } +/* ::::: Variables ::::: */ +:root { + --arrowpanel-padding: 6px; + --arrowpanel-background: #CCD0DD; + --arrowpanel-color: #000000; + --arrowpanel-border-color: #CCD0DD; +} + /* ::::: root elements ::::: */ window, @@ -268,6 +276,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 {