sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / EarlyBlue / global / alerts / alert.css
index db14f791e9ec799185fabdd4734fcabb5030e74b..cb09925ba985b1a830e6ce3dd20814e2198e665e 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+#alertNotification {
+  -moz-appearance: none;
+  background: transparent;
+}
+
 #alertBox {
   border: 1px solid #666699;
   border-radius: 1px;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   padding: 4px 2px;
 }
+
+.alertCloseBox {
+  /* The close button is larger on Windows and has a large
+     circle around it, so we add more space between the close
+     button and the edge of the window. */
+/*  margin-inline-end: 2px;*/
+}
+
+#alertSettings {
+  /* The close button is larger on Windows, so the
+     gear button is moved over to accomodate it and
+     keep the two buttons horizontally aligned together. */
+/*  margin-inline-end: 5px;*/
+}