31 lines
646 B
Plaintext
31 lines
646 B
Plaintext
/* stylelint-disable selector-max-id */
|
|
@import 'mediawiki.mixins';
|
|
|
|
#p-lang .uls-settings-trigger {
|
|
background: transparent no-repeat center top;
|
|
.background-image-svg( '../images/cog-sprite.svg', '../images/cog-sprite.png' );
|
|
border: 0;
|
|
min-height: 16px;
|
|
min-width: 16px;
|
|
float: right;
|
|
cursor: pointer;
|
|
|
|
// Remove the dotted border for Firefox
|
|
&::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|
|
&:focus {
|
|
outline: 1px solid #36c;
|
|
}
|
|
}
|
|
|
|
.skin-vector #p-lang .uls-settings-trigger {
|
|
/* Put it in the middle of the first row of the section title */
|
|
margin-top: 8px;
|
|
}
|
|
|
|
#p-lang .uls-settings-trigger:hover {
|
|
background-position: center -16px;
|
|
}
|