update both themes for suite default changes up to 2010-12-03
[themes.git] / LCARStrek / chatzilla / output-dark.css
index bd0e9ad958e7a2c8effbd2b0cdee6c51babe5cea..a60d09e9ecd03e8fb66071c766ef0b4f76c3ce74 100644 (file)
@@ -63,7 +63,7 @@ a.chatzilla-link:visited {
 .header {
   color: #000000;
   background-color: #9C9CFF;
-  -moz-border-radius: 7px;
+  border-radius: 7px;
 }
 
 .progress-fg {
@@ -144,13 +144,13 @@ treechildren::-moz-tree-cell-text(unselected) {
 
 .msg-user {
   background-color: #000000;
-  -moz-border-radius: 7px 0px 0px 7px;
+  border-radius: 7px 0px 0px 7px;
   border: 1px solid #004242;
 }
 
 .msg-data {
   background-color: #000000;
-  -moz-border-radius: 0px 7px 7px 0px;
+  border-radius: 0px 7px 7px 0px;
   border: 1px solid #735673;
 }