浏览代码

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

bastien 13 年前
父节点
当前提交
77ffefdb6e
共有 2 个文件被更改,包括 6 次插入1 次删除
  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 查看文件

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

+ 1 - 1
web/bundles/muzichcore/js/muzich.js 查看文件

391
     }
391
     }
392
     else
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
     $.getJSON($(this).attr('href'), function(response) {
397
     $.getJSON($(this).attr('href'), function(response) {