Commit 6e90cf7aa82c4c3b9e7e5aa16e63bafdd1453b3f
1 parent
a0071fb7
Exists in
master
and in
29 other branches
profile-suggestions: add border on every suggestion
Showing
2 changed files
with
14 additions
and
1 deletions
Show diff stats
public/designs/themes/base/style.css
... | ... | @@ -1278,6 +1278,20 @@ hr.pre-posts, hr.sep-posts { |
1278 | 1278 | |
1279 | 1279 | /******** controller-friends action-friends-index ********/ |
1280 | 1280 | |
1281 | +.profile-list li, | |
1282 | +.common-profile-list-block .vcard { | |
1283 | + border: 1px solid transparent; | |
1284 | +} | |
1285 | + | |
1286 | +.profile-list li:hover, | |
1287 | +.common-profile-list-block .vcard:hover { | |
1288 | + border: 1px solid #CCC; | |
1289 | + -moz-border-radius: 5px; | |
1290 | + -webkit-border-radius: 5px; | |
1291 | + background: #EEE; | |
1292 | + text-decoration: none; | |
1293 | +} | |
1294 | + | |
1281 | 1295 | .common-profile-list-block .vcard a, |
1282 | 1296 | .common-profile-list-block .vcard a:hover { |
1283 | 1297 | background: transparent; | ... | ... |
public/stylesheets/application.css