Removed overqualified and repeating selectors and fixed whitespace. Change-Id: I139a892a577351167c9193c24b3684680f2d0e97
48 lines
961 B
CSS
48 lines
961 B
CSS
div.display-settings-block {
|
|
/* @embed */
|
|
background: transparent url('../images/display.png') left top no-repeat;
|
|
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/display.svg');
|
|
background-image: -moz-linear-gradient(transparent, transparent), url('../images/display.svg');
|
|
background-image: linear-gradient(transparent, transparent), url('../images/display.svg');
|
|
background-size: 20px auto;
|
|
color: #252525;
|
|
padding-left: 26px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.uls-font-label,
|
|
.uls-font-select {
|
|
font-size: 10pt;
|
|
line-height: 16pt;
|
|
}
|
|
|
|
.uls-font-select {
|
|
height: 16pt;
|
|
}
|
|
|
|
.uls-ui-languages button {
|
|
width: 23%;
|
|
text-overflow: ellipsis;
|
|
margin-right: 15px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.uls-content-fonts,
|
|
.uls-ui-fonts {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.uls-content-fonts:hover,
|
|
.uls-ui-fonts:hover {
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
.uls-font-label strong {
|
|
color: #252525;
|
|
}
|
|
|
|
.uls-font-label {
|
|
color: #555555;
|
|
font-size: 10pt;
|
|
}
|