Skip to content

Commit

Permalink
mod_admin: in tree-list, show the category in gray.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Apr 22, 2015
1 parent b6e1e0e commit 8d54176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/mod_admin/lib/css/zotonic-admin.css
Expand Up @@ -956,6 +956,10 @@ ul.tree-list li.menu-item .warning {
top: 12px;
right: 100px;
}
ul.tree-list li.menu-item .category {
color: #999;
padding-left: 8px;
}
ul.tree-list li.menu-item .btns {
display: block;
position: absolute;
Expand Down

0 comments on commit 8d54176

Please sign in to comment.