Fixed cursor issue
authorMarcel Werk <burntime@woltlab.com>
Wed, 27 Mar 2013 11:59:03 +0000 (12:59 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 27 Mar 2013 11:59:03 +0000 (12:59 +0100)
wcfsetup/install/files/style/icon.less

index d52e8124c5c6602d27c0804036654325eb31e1aa..86ed25de22a9782cd14509262f75b2efbf360f15 100644 (file)
        }
 }
 
+// firefox cursor issue
+span.icon:not(.pointer) {
+       cursor: default;
+}
+
+a > span.icon:not(.pointer) {
+       cursor: pointer;
+}
+
 // icon sizes
 .icon16 {
        font-size: 14px;