Files
mediawiki-extensions-Univer…/resources/css/ext.uls.interlanguage.less
Ed Sanders e6dcdb56c4 Introduce stylelint and make pass
Change-Id: Iaf12e7773f21d42ff59591680abdf248bf121224
2016-05-25 09:24:47 +02:00

22 lines
501 B
Plaintext

@import 'mediawiki.mixins';
/* stylelint-disable selector-no-id */
#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;
}