mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-28 00:01:10 +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;
|
||||
margin-right: 4px;
|
||||
background: none;
|
||||
color: #333;
|
||||
color: #72777d;
|
||||
white-space: pre;
|
||||
/* Make line numbers non copyable */
|
||||
/* TODO: This only exists for cached output and should be removed eventually */
|
||||
|
@ -87,7 +87,8 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
a:hover .linenos {
|
||||
color: #808080;
|
||||
a:hover .linenos,
|
||||
.hll a .linenos {
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue