Fix spellcheck background and marker color

This commit is contained in:
2019-11-20 11:23:38 +01:00
parent e1279e3bf9
commit 917e8df416

View File

@@ -280,6 +280,16 @@ span.label,
/* eof Plugin: sieve manager */ /* eof Plugin: sieve manager */
/* eof Settings modifications area */ /* eof Settings modifications area */
/* Spellcheck */
.googie_edit_layer {
background-color: #333 !important;
}
.googie_link {
color: #ff5252 !important;
}
/* eof Spellcheck */
/* Plugin: Contacts */ /* Plugin: Contacts */
#contacts-table tr.selected td, #contacts-table tr.selected td,
#directorylist .selected > a { #directorylist .selected > a {