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
50 lines
829 B
CSS
50 lines
829 B
CSS
.uls-menu a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.uls-menu.callout .caret-before {
|
|
border-top: 20px solid transparent;
|
|
border-right: 20px solid #C9C9C9;
|
|
border-bottom: 20px solid transparent;
|
|
display: inline-block;
|
|
left: -21px;
|
|
top: 30px;
|
|
position: absolute;
|
|
}
|
|
|
|
.uls-menu.callout .caret-after {
|
|
border-top: 20px solid transparent;
|
|
border-right: 20px solid #FCFCFC;
|
|
border-bottom: 20px solid transparent;
|
|
display: inline-block;
|
|
left: -20px;
|
|
top: 30px;
|
|
position: absolute;
|
|
}
|
|
|
|
.uls-ui-languages button {
|
|
width: 22%;
|
|
text-overflow: ellipsis;
|
|
margin-right: 2%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
padding: 0.5em 0;
|
|
}
|
|
|
|
button.uls-more-languages {
|
|
width: auto;
|
|
}
|
|
|
|
.settings-title {
|
|
font-size: 11pt;
|
|
}
|
|
|
|
.settings-text {
|
|
color: #555555;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
div.display-settings-block:hover .settings-text {
|
|
color: #252525;
|
|
}
|