projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16eafe
)
Fixed cursor issue
author
Marcel Werk
<burntime@woltlab.com>
Wed, 27 Mar 2013 11:59:03 +0000
(12:59 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Wed, 27 Mar 2013 11:59:03 +0000
(12:59 +0100)
wcfsetup/install/files/style/icon.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/icon.less
b/wcfsetup/install/files/style/icon.less
index d52e8124c5c6602d27c0804036654325eb31e1aa..86ed25de22a9782cd14509262f75b2efbf360f15 100644
(file)
--- a/
wcfsetup/install/files/style/icon.less
+++ b/
wcfsetup/install/files/style/icon.less
@@
-28,6
+28,15
@@
}
}
+// firefox cursor issue
+span.icon:not(.pointer) {
+ cursor: default;
+}
+
+a > span.icon:not(.pointer) {
+ cursor: pointer;
+}
+
// icon sizes
.icon16 {
font-size: 14px;