Hide cat view toggle button in non-overlayed cat view

References #290
This commit is contained in:
Matthias Mees 2015-02-08 16:58:53 +01:00
parent b62516fcce
commit d6ad3ad3c4

View File

@ -2266,7 +2266,8 @@ label .perm_name,
.nojs-controls,
.touch .pluginmanager_grablet,
.toggle_info b {
.toggle_info b,
#edit_entry_metadata #toggle_cat_view {
display: none;
visibility: hidden;
}