mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-23 14:06:55 +00:00
Tweak background of 'yes' cells of Special:Interwiki for night mode
This uses background-color-success-subtle for the background color of 'yes' cells in Special:Interwiki Bug: T367124 Change-Id: I81764c2669525c790f600643421274cfa9436e2a
This commit is contained in:
parent
21d9ceec59
commit
86dfcc6eb8
|
@ -1,4 +1,5 @@
|
|||
// Styles for Special:Interwiki
|
||||
@import 'mediawiki.skin.variables.less';
|
||||
|
||||
table.mw-interwikitable {
|
||||
width: 100%;
|
||||
|
@ -23,7 +24,7 @@ table.mw-interwikitable {
|
|||
}
|
||||
|
||||
&.body td.mw-interwikitable-local-yes {
|
||||
background: #d5fdf4;
|
||||
background: @background-color-success-subtle;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue