diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-19 22:26:50 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-25 22:19:20 +0100 |
commit | f9cfc0ee60fd6d31cac876df22244a99c1f4d0ca (patch) | |
tree | c47f819a00b64b24e79cd702da814c6d72d08c2f /theme/identica/css | |
parent | e01bc7a33925640f8ef3a7b734c654a4c4311eca (diff) |
Removed box-shadow and outline on notice more link focus
Diffstat (limited to 'theme/identica/css')
-rw-r--r-- | theme/identica/css/display.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index bef598383..d9f39e780 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -455,6 +455,12 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); } +.attachment.more:focus { +box-shadow:none; +-moz-box-shadow:none; +-webkit-box-shadow:none; +outline:none; +} #content .notices li:hover, #content .applications li:hover, #content tbody tr:hover { |