summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-17 16:42:54 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-17 16:42:54 +0000
commitf28f1108a98cb33404513f760d1a40e9e98d85b9 (patch)
tree4930309b0b86018d2bb53f9537a1c4b84298e09b /theme/identica
parent05b00cc7df22d2e998d642e91fee6cea317a9b83 (diff)
Opacity on notice div.entry-content and div.notice-options
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 1bb2ca01b..d1338e709 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -198,16 +198,16 @@ background:transparent url(../images/icons/twotone/green/favourite.gif) no-repea
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
}
-.notice-options a,
-.notice-options input {
-opacity:0.1;
+div.entry-content,
+div.notice-options {
+opacity:0.2;
color:#333;
}
.notices li.hover {
background-color:#fcfcfc;
}
-.notices li.hover .notice-options a,
-.notices li.hover .notice-options input {
+.notices li.hover div.entry-content,
+.notices li.hover div.notice-options {
opacity:1;
}