summaryrefslogtreecommitdiff
path: root/theme/default/css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@csarven-laptop.(none)>2009-05-21 22:50:27 -0400
committerSarven Capadisli <csarven@csarven-laptop.(none)>2009-05-21 22:50:27 -0400
commit1e04e68044ae7a39c64b0e2d66ce78c527dca200 (patch)
tree518bd78559c3b6865db091901b92d11ebac69214 /theme/default/css
parent59750840198008cfd0aa528c0e616ab62bda9516 (diff)
parent9f23807af4495889a96713c798c0007d5bd6cba7 (diff)
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Diffstat (limited to 'theme/default/css')
-rw-r--r--theme/default/css/display.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index fce2e7e29..16c9322a5 100644
--- a/theme/default/css/display.css
+++ b/theme/default/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 {