1
0

Make the extra category list "a bit less clickable".

This commit is contained in:
Matthias Mees
2014-06-04 16:31:23 +02:00
parent bbf1456fd8
commit 9fea866da9
2 changed files with 3 additions and 2 deletions

View File

@ -1661,7 +1661,8 @@ form > .button_link:first-of-type,
padding-bottom: .583335em;
}
#category_list:hover {
#category_list h3:hover,
#category_list li:hover {
cursor: pointer;
}