diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-22 10:21:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-22 10:21:22 -0400 |
commit | 677434b113ac58297a32135823c3fc2fc865105c (patch) | |
tree | bda8c003aec267e8ff0e3138cf037f1a83b3cd2c /theme/identica | |
parent | ebc16062ed2ba6a68d96fbe564c54a3b92b4ef68 (diff) | |
parent | 9f23807af4495889a96713c798c0007d5bd6cba7 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index df114417e..2fb123a20 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -175,10 +175,6 @@ background-image:url(../../base/images/icons/twotone/green/shield.gif); } /* NOTICES */ -.notices li.over { -background-color:#fcfcfc; -} - .notice-options .notice_reply a, .notice-options form input.submit { background-color:transparent; @@ -214,6 +210,19 @@ font-family:sans-serif; .notices li.hover { background-color:#fcfcfc; } + +.notices .notices { +background-color:rgba(200, 200, 200, 0.025); +} +.notices .notices .notices { +background-color:rgba(200, 200, 200, 0.050); +} +.notices .notices .notices .notices { +background-color:rgba(200, 200, 200, 0.075); +} +.notices .notices .notices .notices .notices { +background-color:rgba(200, 200, 200, 0.100); +} /*END: NOTICES */ #new_group a { |