keeping up with Classic, making textboxes size and look better
[themes.git] / EarlyBlue / communicator / alerts / alert.css
index 07d4b5c1c53bea5b3c3f6cf20643e781d28b6831..839ba2709bdad63172482a8e515b3824a03ccba8 100644 (file)
@@ -40,6 +40,8 @@
   == Styles specific to the alerts dialog.
   ======================================================================= */
 
+@import url("chrome://global/skin/");
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .alertBox {
   font-weight: bold;
 }
 
+.alertText {
+  margin-right: 6px;
+}
+
 .alertText[clickable="true"] {
   cursor: pointer;
   color: #1455D6;
@@ -69,4 +75,4 @@
 
 .alertText[clickable="true"]:hover:active {
   color: #424F63;
-}
+}
\ No newline at end of file