Files
mediawiki-extensions-Univer…/resources/css/ext.uls.displaysettings.less
Santhosh Thottingal a3c63f1efc Update ULS settings UI style to mediawiki.ui style
The ext.uls.buttons style can be removed but Translate extension use that.
Once it is separated we can remove it from ULS.

Testplan:
Use ULS settings and notice the style difference of buttons, checkboxes
and radio buttons. No functionality should be affected and UI should not
be broken in any ways.

This was once attempted in Id186ece6513f154e0388bc4170c21bdabb59038a
but we had to revert because of incompleteness

Bug: T52599
Bug: T127020
Change-Id: Ibbb2068b5036537f298fad6c49169a5b986304d5
2016-04-07 12:06:29 +00:00

70 lines
1.1 KiB
Plaintext

@import "mediawiki.mixins";
div.display-settings-block {
background: transparent no-repeat left top;
.background-image-svg( '../images/display.svg', '../images/display.png' );
background-size: 20px auto;
color: #252525;
padding-left: 26px;
cursor: pointer;
}
.uls-display-settings-tab-switcher {
text-align: center;
}
.uls-button-group {
display: inline-block;
position: relative;
padding: 0 0 0 0;
left: -20px;
z-index: 1;
}
.ext-uls-sub-panel {
border-top: 1px solid #EEEEEE;
padding-top: 25px;
top: -20px;
position: relative;
min-height: 150px;
}
.uls-display-settings-font-selectors {
margin: 5px 0 15px 0;
border-top: 1px solid #EEEEEE;
}
.uls-font-item {
border-bottom: 1px solid #EEEEEE;
background: #FBFBFB;
margin: 0;
padding: 10px 0;
}
.uls-font-label,
.uls-font-select {
font-size: 10pt;
}
.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;
}
.uls-display-settings-anon-label {
font-weight: bold;
}
#uls-display-settings-anon-log-in-cta {
font-size: 10pt;
}