diff options
| author | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-06 09:43:59 +0100 |
|---|---|---|
| committer | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-06 09:43:59 +0100 |
| commit | 027e284ef90c82d0ab642c458425f87770302970 (patch) | |
| tree | e6d40f5d625f3d6181850ce0ea32353e47986aff /htroot | |
| parent | 18dddb74c95513ff347d5553e0f09eea071e0397 (diff) | |
Enhance notability of current blacklist by diff color in header
in servlet Blacklist_p.html
bugfix for https://github.com/yacy/yacy_search_server/commit/18dddb74c95513ff347d5553e0f09eea071e0397
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Blacklist_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Blacklist_p.html b/htroot/Blacklist_p.html index 3a9275d9b..70ee74f12 100644 --- a/htroot/Blacklist_p.html +++ b/htroot/Blacklist_p.html @@ -66,7 +66,7 @@ <br /><br />
#(disabled)#
<fieldset class="editList">
- <legend>Edit list <b><em>#[currentBlacklist]#</em></b></legend>
+ <legend>Edit list <b style="color: black"><em>#[currentBlacklist]#</em></b></legend>
<!-- Blacklist configuration -->
#(edit)#
@@ -175,7 +175,7 @@ </fieldset>
<fieldset class="listSettings">
- <legend>Settings for this list <b><em>#[currentBlacklist]#</em></b></legend>
+ <legend>Settings for this list <b style="color: black"><em>#[currentBlacklist]#</em></b></legend>
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="selectedListName" value="#[currentBlacklist]#" />
|
