diff options
-rw-r--r-- | admin/themes/default/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 5bd413bc1..29379c285 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1,5 +1,5 @@ /* content.css */ -[class^="icon-"]:before { text-decoration:none !important; } +[class*="icon-"]:before { text-decoration:none !important; } .showInfo { font-size:15px;cursor:pointer;line-height:15px; } @@ -1161,6 +1161,7 @@ a.group_perm { #userList .openUserDetails {visibility:hidden;} #userList tr:hover .openUserDetails {visibility:visible;} +#userList .icon-angle-circled-up {visibility:visible;} .userProperties {max-width:730px;} .userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} |