mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1119472 - Unify text-link colors and hover behavior. r=gijs
This commit is contained in:
parent
f2ea262107
commit
6e88a3fc23
@ -383,23 +383,23 @@ xul|textbox[disabled="true"] {
|
||||
/* Links */
|
||||
|
||||
html|a,
|
||||
xul|*.text-link,
|
||||
xul|*.inline-link {
|
||||
.text-link,
|
||||
.inline-link {
|
||||
line-height: 22px;
|
||||
color: #0095dd;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
html|a:hover,
|
||||
xul|*.text-link:hover,
|
||||
xul|*.inline-link:hover {
|
||||
color: #4cb1ff;
|
||||
text-decoration: none;
|
||||
.text-link:hover,
|
||||
.inline-link:hover {
|
||||
color: #178ce5;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
html|a:hover:active,
|
||||
xul|*.text-link:hover:active,
|
||||
xul|*.inline-link:hover:active {
|
||||
.text-link:hover:active,
|
||||
.inline-link:hover:active {
|
||||
color: #ff9500;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user