fixes #2178 change color of second button

add class to change specific button color
update light and dark mode css
This commit is contained in:
HWFord
2024-07-02 10:37:44 +02:00
parent c8d7503d4e
commit c8ccbd1cd1
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -925,6 +925,10 @@ table.qsearch_help_table td {
.afterUploadActions a {color: #3C3C3C; font-weight: bold; background-color: #FFA646;}
.afterUploadActions a:hover {text-decoration: none; background-color: #ff7700;}
.afterUploadActions a.secondary_button {background-color: #333;color: #777;}
.afterUploadActions a.secondary_button:hover {background-color: #ffa744;color: #3C3C3C;}
.font-checkbox {color: #898888;}
.font-checkbox:hover {color: #ffa646;}
.with-border legend, .with-border strong {color: #c0c0c0;}