gecko-dev/editor/ui/composer/skin/Editor.css

54 строки
886 B
CSS

box#outer-box {
width: 100%;
height: 100%;
}
select.combobox {
font-family: Sans-Serif;
font-size: 8pt;
border-top: 3px;
border-left: 4px;
border-right: 4px;
border-style: outset;
}
titledbutton#TextColorPopup {
margin-right: -3px;
}
titledbutton#BackColorPopup {
margin-left: -3px;
}
titledbutton#BoldButton {
min-width: 16px;
font-size: 19px;
font-weight: 900;
font-family: times, serif, sans-serif;
}
titledbutton#BoldButton:hover {
text-decoration: none;
}
titledbutton#ItalicButton {
min-width: 16px;
font-size: 19px;
font-weight: 500;
font-family: times, serif, sans-serif;
font-style: italic;
}
titledbutton#ItalicButton:hover {
text-decoration: none;
}
titledbutton#UnderlineButton {
min-width: 16px;
font-size: 19px;
font-weight: 500;
font-family: times, serif, sans-serif;
text-decoration: underline;
}