second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / global.css
index b9f97da82460c62e2bb15cf2044bc3f494e1c05f..7e71c174c2f5e7fc469a4abfb2547ed98727b4d6 100644 (file)
@@ -276,6 +276,22 @@ popupnotificationcontent {
   margin-top: .5em;
 }
 
   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 {
 /* :::::: autoscroll popup ::::: */
 
 .autoscroller {