Skip to content
Snippets Groups Projects
Commit 2cd114e1 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #406 - dark theme: import database select text color is still black

parent 6e652287
No related branches found
No related tags found
No related merge requests found
Pipeline #800 passed
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<td class="account-source">${accountMatch.getAccountSource().getName()}</td> <td class="account-source">${accountMatch.getAccountSource().getName()}</td>
<td class="import-text">${locale.getString("info.database.import.destination")}</td> <td class="import-text">${locale.getString("info.database.import.destination")}</td>
<td> <td>
<div class="input-field no-margin">
<select class="account-destination"> <select class="account-destination">
<#list availableAccounts as account> <#list availableAccounts as account>
<#if (account.getType().name() == "CUSTOM")> <#if (account.getType().name() == "CUSTOM")>
...@@ -36,6 +37,7 @@ ...@@ -36,6 +37,7 @@
</#if> </#if>
</#list> </#list>
</select> </select>
</div>
</td> </td>
<td class="import-text">${locale.getString("info.database.import.or")}</td> <td class="import-text">${locale.getString("info.database.import.or")}</td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment