Replacing all colors with current WikimediaUI palette ones. Also: - changing two files over to LESS in order to - make use of central gradient mixin instead of one with unnecessary vendor extensions and - concatenating selectors in one occurrence. Bug: T174237 Change-Id: I5d302f29b079f6abdba5abf3b58d6ba254e1a4ac
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
/* stylelint-disable selector-no-id */
|
|
@import 'mediawiki.mixins';
|
|
|
|
#p-lang .uls-settings-trigger {
|
|
background: transparent no-repeat right top;
|
|
.background-image-svg( '../images/cog-sprite.svg', '../images/cog-sprite.png' );
|
|
height: 16px;
|
|
width: 14px;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.skin-vector #p-lang .uls-settings-trigger {
|
|
/* Put it in the middle of the first row of the section title */
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#p-lang .uls-settings-trigger:hover {
|
|
background-position: right -16px;
|
|
}
|