sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / LCARStrek / global / alerts / alert.css
index 01af1cde35c0d50c898a9349c6f7ada544f1ba3f..a501bb9ccfcbfd26eb8c5a751fed1dbc5827e63b 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+#alertNotification {
+  -moz-appearance: none;
+  background: transparent;
+}
+
 #alertBox {
   border: 1px solid #9C9CFF;
   border-radius: 3px;
 .alertCloseButton:hover:active {
   -moz-image-region: rect(0, 32px, 16px, 16px);
 }
+
+.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;*/
+}