mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
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:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user