Make the extra category list "a bit less clickable".
This commit is contained in:
@ -1073,7 +1073,7 @@ $(function() {
|
||||
// Show category selector
|
||||
{if $use_popups}
|
||||
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');
|
||||
$('#toggle_metadata').click();
|
||||
});
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user