discourse-legacysite-perl/site/glist/templates/common/spellcheck.css
2024-06-17 22:24:05 +10:00

28 lines
527 B
CSS

/* inline spellcheck */
.spell {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #E8F9E6;
border: 1px inset #cccccc;
}
.spell-updated {
color: #326aaf;
}
.spell-misspelled {
color: #ff0000;
}
.spell-menu {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #CCCCCC;
border: 1px outset #CCCCCC;
}
.spell-menu-mouse-out {
background-color: #CCCCCC;
}
.spell-menu-mouse-over {
background-color: #797AA1;
color: #ffffff;
}