mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +00:00
debug console: use monospace font for inputs
Change-Id: I2f146172611aec6dbcd6acf4cfde254076d15149
This commit is contained in:
parent
82e5344ead
commit
35a0c45888
|
@ -13,11 +13,13 @@
|
|||
border: 1px solid @border-color-subtle;
|
||||
overflow: auto;
|
||||
background: @background-color-notice-subtle;
|
||||
font-family: @font-family-monospace;
|
||||
}
|
||||
|
||||
.mw-scribunto-input {
|
||||
color: @color-progressive--active;
|
||||
font: inherit;
|
||||
font-family: @font-family-monospace;
|
||||
font-weight: bold;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue