diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 04:50:44 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 04:50:44 +0000 |
commit | 944876181cdd3fa1d44e517d6c103fd2ec3a8783 (patch) | |
tree | 037dc146b120457edd24a4de6292b49a34a532a8 /theme/identica | |
parent | 3c18ad46ae5151a30d08f669f2e4271f7a3009ec (diff) |
NoticeOver styles
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 7e0c6d7b4..6ae85449a 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -176,8 +176,6 @@ background-image:url(../images/icons/twotone/green/document.gif); .notice-options .reply a, .notice-options form input.submit { background-color:transparent; -color:#333333; -border-bottom-color:#ccc; } .notice-options .reply a { background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%; @@ -188,6 +186,20 @@ background:transparent url(../images/icons/twotone/green/favourite.gif) no-repea .notice-options form.notice_delete input.submit { background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%; } + +.notice-options a, +.notice-options input { +opacity:0.1; +} +.notices li.hover { +background-color:#fcfcfc; +} +.notices li.hover .notice-options a, +.notices li.hover .notice-options input { +opacity:1; +} + + /*END: NOTICES */ @@ -221,6 +233,3 @@ background-color:#0f0; background-color:#00f; } - - - |