Explorar o código

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

Michel Weimerskirch %!s(int64=13) %!d(string=hai) anos
pai
achega
9b67d0e755
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {