mediawiki-extensions-CodeMi.../resources/modules/popup.less
Sam Wilson 0ca61108d1 Change popup label colour to green
This is to stop it looking so much like a link that can be clicked on.

Bug: T174219
Change-Id: Icdae8ddf32aa0c08fe0d708eb289bafe53f9b589
2017-09-12 08:29:49 +08:00

24 lines
341 B
Plaintext

.codemirror-popup {
text-align: center;
font-size: 12.8px;
.oo-ui-popupWidget-head {
font-weight: bold;
float: none;
display: inline-block;
> .oo-ui-labelElement-label {
font-size: 14px;
margin-left: 2.5em;
}
}
.codemirror-popup-label span {
color: #457d39;
}
.codemirror-popup-text {
margin-bottom: 1em;
}
}