浏览代码

CSS tweak: Added "cursor: pointer" to the filter legend so it becomes clearer that it is clickable

Michel Weimerskirch 13 年之前
父节点
当前提交
9b67d0e755
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Resources/public/css/layout.css

+ 1 - 0
Resources/public/css/layout.css

@@ -79,6 +79,7 @@ fieldset.filter_legend table {
 legend.filter_legend {
     background: url(../famfamfam/bullet_arrow_down.png) no-repeat center left;
     padding-left: 16px;
+    cursor: pointer;
 }
 
 table.sonata-ba-list td {