switch DOM inspector theme files to MPL2 as the original files switched for the theme...
[themes.git] / LCARStrek / chatzilla / output-dark.css
index 8585eb7333ae63e3564661387fd9c09d5cf4712f..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 {
@@ -81,13 +81,6 @@ treechildren {
 }
 
 /* For Mac, who's theme sucks. */
-treechildren:-moz-tree-row(unselected),
-treechildren:-moz-tree-cell(unselected),
-treechildren:-moz-tree-cell-text(unselected) {
-  border-color: #FFCF00 !important;
-  background: #FFCF00 !important;
-  color: #000000 !important;
-}
 treechildren::-moz-tree-row(unselected),
 treechildren::-moz-tree-cell(unselected),
 treechildren::-moz-tree-cell-text(unselected) {
@@ -151,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;
 }