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

@@ -1073,7 +1073,7 @@ $(function() {
// Show category selector // Show category selector
{if $use_popups} {if $use_popups}
if($('#serendipityEntry').length > 0) { if($('#serendipityEntry').length > 0) {
$('#select_category, #category_list').click(function(e) { $('#select_category, #category_list h3, #category_list li').click(function(e) {
$('#edit_entry_category').toggleClass('mfp-hide'); $('#edit_entry_category').toggleClass('mfp-hide');
$('#toggle_metadata').click(); $('#toggle_metadata').click();
}); });

View File

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