Adds coloration to acl full access list item
authorMatthias Schmidt <gravatronics@live.com>
Tue, 17 Jul 2012 13:57:04 +0000 (15:57 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 17 Jul 2012 13:57:04 +0000 (15:57 +0200)
wcfsetup/install/files/style/acl.less

index d9993cf2d2f154b76ca3cc1d2c894586ed693c68..c66862811f3aaea66406e8e72614bef603d3a700 100644 (file)
                        text-align: left;
                }
                
+               &.aclFullAccess {
+                       background-color: @wcfContainerAccentBackgroundColor;
+               }
+               
                > span {
                        float: left;
                        padding-left: @wcfGapSmall;