commentSpice: Chrome browsers displayed the article select box white on

white. Added css.
This commit is contained in:
Grischa Brockhaus 2012-01-30 13:05:40 +01:00
parent 8835b59268
commit cc53caf385

View file

@ -881,6 +881,10 @@ class serendipity_event_commentspice extends serendipity_event
margin-bottom: 1em;
<?php } ?>
}
select.commentspice_rss_input option {
background: #444444;
padding-left: 1.5em;
}
<?php
}
if (!(strpos($eventData, '.commentspice_announce_article'))) {