Groups: Restore (but keep disabled) list control icons for default system groups.

This commit is contained in:
Nate Jones
2015-04-01 00:37:50 +00:00
parent 28f37d9201
commit f1d0bbf44d
5 changed files with 35 additions and 4 deletions

View File

@@ -228,6 +228,15 @@ img.list_control_icon {
-moz-opacity: 0.4;
}
img.list_control_icon_disabled {
margin: 2px;
width: 21px;
height: 21px;
border: none;
opacity: 0.4;
-moz-opacity: 0.4;
}
form {
margin: 0;
}