Browse Source

CSS: underline quand hover sur étoile de favoris: corrigié (cayéplu).

bastien 13 years ago
parent
commit
77ffefdb6e
2 changed files with 6 additions and 1 deletions
  1. 5 0
      web/bundles/muzichcore/css/main.css
  2. 1 1
      web/bundles/muzichcore/js/muzich.js

+ 5 - 0
web/bundles/muzichcore/css/main.css View File

@@ -479,6 +479,11 @@ li.element a.favorite_link
479 479
   left: 483px;
480 480
 }
481 481
 
482
+#container li.element a.favorite_link:hover
483
+{
484
+  text-decoration: none;
485
+}
486
+
482 487
 li.element a.element_open
483 488
 {
484 489
   font-weight: bold;

+ 1 - 1
web/bundles/muzichcore/js/muzich.js View File

@@ -391,7 +391,7 @@ $(document).ready(function(){
391 391
     }
392 392
     else
393 393
     {
394
-        img.attr('src', '/bundles/muzichcore/img/favorite_bw.png');
394
+      img.attr('src', '/bundles/muzichcore/img/favorite_bw.png');
395 395
     }
396 396
     
397 397
     $.getJSON($(this).attr('href'), function(response) {