update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / chatzilla / output-light.css
index 10ba67315a3854b50430b550faaa73bcf7d3e243..74e466cef8eb5c4f6197ef74182bf0641ec8a8bd 100644 (file)
@@ -62,7 +62,7 @@ a.chatzilla-link {
     background-color: #EEEEEE;
 /*    opacity: 0.9;*/
     border: 1px #777499 solid;
-    -moz-border-radius: 7px;
+    border-radius: 7px;
 }
 
 #splash {
@@ -166,7 +166,7 @@ a.chatzilla-link {
     color: #0e9e0e;
     background-color: #c3f7c3; 
     font-weight: bold;
-    -moz-border-radius: 5px 5px 5px 5px;
+    border-radius: 5px 5px 5px 5px;
     /*border: thin darkblue solid;*/
 }
 
@@ -174,19 +174,19 @@ a.chatzilla-link {
     background: #fff196;
     color: #ff8d02;
     font-weight: bold;
-    -moz-border-radius: 5px 5px 5px 5px;
+    border-radius: 5px 5px 5px 5px;
 }
 
 .msg[msg-type="HELLO"] .msg-data {
     background: #1342a5;
     color: white;
-    -moz-border-radius: 5px 5px 5px 5px;
+    border-radius: 5px 5px 5px 5px;
     font-weight: bold;
 }
 
 .msg[msg-type="ERROR"] .msg-data,
 .msg[msg-type="DISCONNECT"] .msg-data {
-    -moz-border-radius: 5px 5px 5px 5px;
+    border-radius: 5px 5px 5px 5px;
     background: #a8221e;
     color: white;
 }
@@ -220,7 +220,7 @@ a.chatzilla-link {
     color: #ff1a0a;
     background: #ffdbcc;
     font-weight: bold;
-    -moz-border-radius: 5px 5px 5px 5px;
+    border-radius: 5px 5px 5px 5px;
 }
 
 /* important="true" means that the message has text from your /stalk list in
@@ -228,7 +228,7 @@ a.chatzilla-link {
  */
 .msg[important="true"] .msg-user {
     background: #d4d8d4;
-    -moz-border-radius: 5px 0px 0px 5px;
+    border-radius: 5px 0px 0px 5px;
 }
 
 .msg[important="true"] .msg-data {