mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 07:34:11 +01:00
move cursor property assignment to .hl-URL
This commit is contained in:
@@ -119,6 +119,7 @@
|
|||||||
}
|
}
|
||||||
a.hl-URL:hover {
|
a.hl-URL:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MOW */
|
/* MOW */
|
||||||
@@ -149,8 +150,4 @@ a.hl-URL:hover {
|
|||||||
padding: 0px 2px;
|
padding: 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#vimperator-multiline-output-content a {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* vim: set fdm=marker sw=4 ts=4 et: */
|
/* vim: set fdm=marker sw=4 ts=4 et: */
|
||||||
|
|||||||
Reference in New Issue
Block a user