Files
mediawiki-extensions-Univer…/resources/css/ext.uls.interface.less
Niklas Laxström 0a692b227a Increase z-index for undo tooltip
When interface language selector is at the top, the undo tooltip
may appear under new Vector search box and other user tool links.

Change-Id: I36ac01511e590896afb0382c17ae90d01ba57314
2021-03-18 09:29:59 +00:00

42 lines
848 B
Plaintext

/* stylelint-disable selector-max-id */
@import 'mediawiki.mixins';
#uls-settings-block {
background-color: #f8f9fa;
border-top: 1px solid #c8ccd1;
padding-left: 10px;
line-height: 1.2em;
border-radius: 0 0 2px 2px;
> button {
background: left top transparent no-repeat;
// Support: Safari 3.1-6.1 & Android browser 3-4.3
// Don't support `background-size` values in `background` shorthand
background-size: 20px auto;
color: #54595d;
display: inline-block;
// Normalize the button
margin: 8px 15px;
border: 0;
padding: 0 0 0 26px;
font-size: medium;
cursor: pointer;
&:hover {
color: #202122;
}
&.display-settings-block {
background-image: url( ../images/display.svg );
}
&.input-settings-block {
background-image: url( ../images/input.svg );
}
}
}
.uls-tipsy.uls-tipsy {
z-index: 1000;
}