Files
mediawiki-extensions-Univer…/resources/css/ext.uls.inputsettings.css
pginer 0947d1e7ed Small text styling for 'disabled IME' text
Adjust spacing and color for the 'Input method tools are disabled' text.
It also sets the color for heading texts.

Change-Id: I0c8395223a7a8de84eae01daa3b4407e705420a0
2012-11-20 11:05:38 +01:00

58 lines
1.1 KiB
CSS

div.input-settings-block {
/* @embed */
background: transparent url('../images/input.png') no-repeat;
background-size: 20px auto;
/* This is only few pixels off from the below */
background-position: 4.5% 0;
/* Does not work for RTL
background-position-x: 15px;
background-position-y: 5px;
*/
color: #252525;
padding-left: 32px;
cursor: pointer;
}
.imelabel {
display: block;
padding-bottom: 10px;
font-size: 10pt;
line-height: 16pt;
}
.imelabel span {
padding-left: 5px;
}
.imelabel input {
float: left;
}
.ime-selector-more-languages:hover {
text-decoration: none;
color: #ffffff;
background-color: #5089e8;
}
.uls-ime-more-settings-link {
/* @embed */
background: transparent url('../images/cog-16x16-ltr.png') right center no-repeat;
background-color: #f0f0f0;
border-radius: 0 0 5px 5px;
border-top: 1px solid #ddd;
margin-top: 6px;
padding: 2px 0 2px 0;
color: #444;
}
.uls-ime-more-settings-link > a:hover {
background-color: #f0f0f0;
color: #000;
}
.uls-input-settings-disable-info {
color: #565656;
padding-top: 10px;
padding-bottom: 15px;
font-size: 11pt;
}