User:Sumwan/wikia.css: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
/* Global cursor */ |
/* Global cursor */ |
||
body { |
body { |
||
cursor: |
cursor: default !important; |
||
} |
} |
||
/* Link cursor */ |
/* Link cursor */ |
||
a:hover { |
a:hover { |
||
cursor: |
cursor: default !important; |
||
} |
|||
a:active { |
|||
cursor: auto !important; |
|||
} |
} |