X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fchatzilla%2Foutput-dark.css;h=a60d09e9ecd03e8fb66071c766ef0b4f76c3ce74;hp=8585eb7333ae63e3564661387fd9c09d5cf4712f;hb=50c0175b05c24e60d0d011ba693def8052f8c2b4;hpb=cc7585eeb176062d430bba66d950b62e67e63baa diff --git a/LCARStrek/chatzilla/output-dark.css b/LCARStrek/chatzilla/output-dark.css index 8585eb73..a60d09e9 100644 --- a/LCARStrek/chatzilla/output-dark.css +++ b/LCARStrek/chatzilla/output-dark.css @@ -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; }