mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-30 17:14:55 +00:00
De-emphasise line numbers
Use the darker text color for hovered/selected lines. Bug: T271956 Change-Id: Icc6dce48a2e5720807309a47f84d8c2a7552a4f6
This commit is contained in:
parent
ecbc374f7d
commit
8d645a385c
|
@ -62,7 +62,7 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
background: none;
|
background: none;
|
||||||
color: #333;
|
color: #72777d;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
/* Make line numbers non copyable */
|
/* Make line numbers non copyable */
|
||||||
/* TODO: This only exists for cached output and should be removed eventually */
|
/* TODO: This only exists for cached output and should be removed eventually */
|
||||||
|
@ -87,7 +87,8 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover .linenos {
|
a:hover .linenos,
|
||||||
color: #808080;
|
.hll a .linenos {
|
||||||
|
color: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue