You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/styles/widgets/googiespell.less

50 lines
606 B
Plaintext

/***** Styles for GoogieSpell *****/
/* TODO: review and use only what we need */
.googie_window {
width: 185px;
margin: 0;
padding: 0;
}
.googie_edit_layer {
padding: 4px;
font-family: monospace;
border: 0;
}
.googie_edit_layer span {
font-family: monospace;
}
.googie_list {
width: 100%;
margin: 0;
padding: 0;
border-spacing: 0;
}
.googie_list td {
min-width: 80px;
width: auto;
}
.googie_list td.googie_list_selected {
}
.googie_list_close {
}
.googie_list_onhover .googie_list_close {
}
.googie_list_revert {
}
.googie_list_revert:hover {
}
.googie_ok_button {
}