Commit 5aa334f5813fc694e6e94070ded1e1a5983ece25
1 parent
ffc79906
Exists in
master
and in
23 other branches
ActionItem567: fix css to zen3 theme
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2309 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
13 additions
and
4 deletions
Show diff stats
public/designs/themes/zen3/stylesheets/controller_memberships.css
0 → 100644
| ... | ... | @@ -0,0 +1,13 @@ |
| 1 | +#memberships-index li { | |
| 2 | + background-color: #FFE890; | |
| 3 | +} | |
| 4 | + | |
| 5 | +#memberships-index li .vcard a.profile_link.url { | |
| 6 | + border-color: transparent; | |
| 7 | + background-color: transparent; | |
| 8 | +} | |
| 9 | + | |
| 10 | +#memberships-index li .vcard a.profile_link.url:hover { | |
| 11 | + background-color: #FCAF3E; | |
| 12 | + border-color: #CE5C00; | |
| 13 | +} | ... | ... |