Commit 2c7a3dfbd80104e1ac6b29b7564f41a89720dcf2
1 parent
5eed6684
Exists in
master
and in
22 other branches
ActionItem18: minor CSS change
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@412 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
public/stylesheets/common.css
| @@ -13,6 +13,13 @@ border: 3px solid #dfdfdf; | @@ -13,6 +13,13 @@ border: 3px solid #dfdfdf; | ||
| 13 | z-index: 9999 !important ; | 13 | z-index: 9999 !important ; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | +a img { | ||
| 17 | + border: 1px solid transparent; | ||
| 18 | +} | ||
| 19 | +a:hover img { | ||
| 20 | + border: 1px solid gray; | ||
| 21 | +} | ||
| 22 | + | ||
| 16 | /* Bar Blue Default */ | 23 | /* Bar Blue Default */ |
| 17 | 24 | ||
| 18 | #virtual_community_identification { | 25 | #virtual_community_identification { |