diff options
| author | reger <reger18@arcor.de> | 2014-03-22 21:01:20 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-03-22 21:01:20 +0100 |
| commit | 6d17468f21d24298f5740383f6511c0b587ccb18 (patch) | |
| tree | a88674034ecdf146eb483193913880be3bb4fb0c /htroot/CrawlResults.html | |
| parent | 721178dc8469721bdff6c11970cfeec1c0e1bb7a (diff) | |
fix: set text color black in select field in table.th in CrawlResults
(default inherite white)
Diffstat (limited to 'htroot/CrawlResults.html')
| -rw-r--r-- | htroot/CrawlResults.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/CrawlResults.html b/htroot/CrawlResults.html index e131791af..6ec167b22 100644 --- a/htroot/CrawlResults.html +++ b/htroot/CrawlResults.html @@ -78,7 +78,7 @@ <td><strong>URLs</strong></td>
<td>Blacklist to use
<form name="selectblacklistform" action="#[feedbackpage]#">
- <select name="selectedblacklist" onchange="forms.selectblacklistform.submit();">
+ <select name="selectedblacklist" style="color:black" onchange="forms.selectblacklistform.submit();">
#{blacklists}#
<option #[selected]# value="#[name]#">#[name]#</option>
#{/blacklists}#
|
