summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-19 19:06:54 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:19:09 +0100
commite01bc7a33925640f8ef3a7b734c654a4c4311eca (patch)
tree988b4b6f5d0b0ca6aa0b970ca5e5e9ef98e2f5d0
parenta5dfaf23c24f87c5e65768454f3efffa8f0a619b (diff)
Using opacity on the notice more link icon
-rw-r--r--theme/default/css/display.css3
-rw-r--r--theme/identica/css/display.css3
2 files changed, 6 insertions, 0 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index d89607ebe..dd18b86ce 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -435,10 +435,12 @@ background-position:0 -1582px;
background-position:0 -1648px;
}
+.notices .attachment.more,
.notices div.entry-content,
.notices div.notice-options {
opacity:0.4;
}
+.notices li:hover .attachment.more,
.notices li:hover div.entry-content,
.notices li:hover div.notice-options {
opacity:1;
@@ -446,6 +448,7 @@ opacity:1;
.opaque {
opacity:1 !important;
}
+.attachment.more,
.notice-options a,
.notice-options input {
font-family:sans-serif;
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 1af853c49..bef598383 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -434,10 +434,12 @@ background-position:0 -1582px;
background-position:0 -1648px;
}
+.notices .attachment.more,
.notices div.entry-content,
.notices div.notice-options {
opacity:0.4;
}
+.notices li:hover .attachment.more,
.notices li:hover div.entry-content,
.notices li:hover div.notice-options {
opacity:1;
@@ -445,6 +447,7 @@ opacity:1;
.opaque {
opacity:1 !important;
}
+.attachment.more,
.notice-options a,
.notice-options input {
font-family:sans-serif;