See https://github.com/siebrand/MediaWiki-PHPStorm Issue remains with anonymous functions in JavaScript. Change-Id: I2b520f8df127452acf02deb659277a6465e6ca59
35 lines
504 B
CSS
35 lines
504 B
CSS
.uls-font-label, .uls-font-select {
|
|
font-size: 10pt;
|
|
line-height: 16pt;
|
|
}
|
|
|
|
.uls-font-select {
|
|
height: 16pt;
|
|
}
|
|
|
|
.uls-ui-languages button {
|
|
width: 23%;
|
|
text-overflow: ellipsis;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.uls-ui-languages button#uls-more-languages {
|
|
width: auto;
|
|
}
|
|
|
|
.uls-content-fonts, .uls-ui-fonts {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.uls-content-fonts:hover, .uls-ui-fonts:hover {
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
.uls-font-label strong {
|
|
color: #252525;
|
|
}
|
|
|
|
.uls-font-label {
|
|
color: #555555;
|
|
font-size: 10pt;
|
|
} |