.aclPermissionList {
margin-top: 0;
min-height: 100px;
-
+
> li {
display: block;
padding: @wcfGapTiny;
-
+
&:first-child {
border-top-left-radius: @wcfContainerBorderRadius;
border-top-right-radius: @wcfContainerBorderRadius;
> li {
cursor: pointer;
-
+
&:hover,
&.active:hover {
background-color: @wcfButtonHoverBackgroundColor;
background-color: @wcfContainerAccentBackgroundColor;
}
- > img:last-child {
+ > span:last-child {
float: right;
margin-right: @wcfGapSmall;
}
margin-top: @wcfGapSmall;
min-height: 200px;
text-align: right;
-
+
> li {
&:hover {
background-color: @wcfButtonHoverBackgroundColor;