Commit 2264e3218e512e4029e1b1772576a5b223c08012
1 parent
87f14728
Exists in
master
and in
29 other branches
profile-suggestions: remove border from suggsetions
Showing
2 changed files
with
0 additions
and
20 deletions
Show diff stats
public/designs/themes/base/style.css
... | ... | @@ -1278,20 +1278,6 @@ hr.pre-posts, hr.sep-posts { |
1278 | 1278 | |
1279 | 1279 | /******** controller-friends action-friends-index ********/ |
1280 | 1280 | |
1281 | -.action-friends-index .profile-list li, | |
1282 | -.common-profile-list-block .vcard { | |
1283 | - border: 1px solid transparent; | |
1284 | -} | |
1285 | - | |
1286 | -.action-friends-index .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 | - | |
1295 | 1281 | .common-profile-list-block .vcard a, |
1296 | 1282 | .common-profile-list-block .vcard a:hover { |
1297 | 1283 | background: transparent; | ... | ... |
public/stylesheets/application.css
... | ... | @@ -4132,12 +4132,6 @@ h1#agenda-title { |
4132 | 4132 | -webkit-border-radius: 5px; |
4133 | 4133 | } |
4134 | 4134 | |
4135 | -.list-profile-connections .profile-list li:hover, | |
4136 | -.profiles-suggestions .profile-list li:hover { | |
4137 | - border: 1px solid #ccc; | |
4138 | - background: #eee; | |
4139 | -} | |
4140 | - | |
4141 | 4135 | .box-1 .profiles-suggestions .profile-list li { |
4142 | 4136 | width: 100px; |
4143 | 4137 | max-width: 100px; | ... | ... |