mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
debug console: remove unused CSS styles
Change-Id: I24a08a605a60f7e369b76c4a5c3b83330a01a054
This commit is contained in:
parent
cc9cdab7e6
commit
f354b0eceb
|
@ -34,20 +34,10 @@
|
||||||
color: @color-error;
|
color: @color-error;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-scribunto-propList {
|
|
||||||
color: #008000;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-scribunto-message {
|
.mw-scribunto-message {
|
||||||
color: @color-content-added;
|
color: @color-content-added;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-scribunto-tabcomplete {
|
|
||||||
color: #800080;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-scribunto-clear {
|
.mw-scribunto-clear {
|
||||||
color: @color-error;
|
color: @color-error;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue