X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fchatzilla%2Foutput-dark.css;h=1122450391ab5016a52e941a4a0d300ea89763f7;hp=64137a65801c4bdef31c7c6da3ed20943367c896;hb=39819724e7ccf708c0bb3a149b5f02749ea81c60;hpb=10d7e614a23a72b108f9436cd41b542b432e5b53 diff --git a/EarlyBlue/chatzilla/output-dark.css b/EarlyBlue/chatzilla/output-dark.css index 64137a65..11224503 100644 --- a/EarlyBlue/chatzilla/output-dark.css +++ b/EarlyBlue/chatzilla/output-dark.css @@ -9,7 +9,7 @@ @import url("chrome://chatzilla/content/output-base.css"); -body.chatzilla-body { /* The topmost container in the ChatZilla */ +.chatzilla-body { /* The topmost container in the ChatZilla */ background: black; /* output window. */ color: lightgrey; } @@ -29,7 +29,6 @@ a.chatzilla-link:visited { .header { color: lightslategrey; background-color: #333333; -/* opacity: 0.9; causes memory leak? */ border-radius: 7px; } @@ -118,7 +117,7 @@ treechildren::-moz-tree-cell-text(unselected) { color: white !important; /* a message (channel and query */ } /* views) */ -.msg[mark="even"] .msg-data { /* use even/odd marks to create a */ +.msg[mark="even"] .msg-data { /* use even/odd marks to create a */ color: white; /* subtle brightness change when */ } /* the speaker changes. */