X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fh4ck3r%2Fcss%2Fdisplay.css;h=edf071a6596a63bea0988876ac45b29168052431;hb=17a16026ff9e0bce287b607e587a9ac7a9c3b74c;hp=7112765abd470e2da0c205c1150c479c2533a5f6;hpb=ecb009bcf5a6893b90d153be18c423dd7377796d;p=quix0rs-gnu-social.git diff --git a/theme/h4ck3r/css/display.css b/theme/h4ck3r/css/display.css index 7112765abd..edf071a659 100644 --- a/theme/h4ck3r/css/display.css +++ b/theme/h4ck3r/css/display.css @@ -3,7 +3,7 @@ * @package StatusNet * @author Sarven Capadisli * @copyright 2009 StatusNet, Inc. - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported * @link http://status.net/ */ @@ -200,14 +200,19 @@ background:transparent url(../../base/images/icons/twotone/green/disfavourite.gi background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%; } +.notices .attachment.more, .notices div.entry-content, .notices div.notice-options { opacity:0.4; } -.notices li.hover div.entry-content, -.notices li.hover div.notice-options { +.notices li:hover .attachment.more, +.notices li:hover div.entry-content, +.notices li:hover div.notice-options { opacity:1; } +.opaque { +opacity:1 !important; +} div.entry-content { color:#ccc; }