added light and dark gruvbox themes. fixed css issues.

This commit is contained in:
2026-05-28 23:38:05 +02:00
parent 4eba391e7f
commit da64e632a6
27 changed files with 2031 additions and 46541 deletions

View File

@@ -941,7 +941,7 @@
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.animated.infinite {
@@ -4472,8 +4472,7 @@ table.dataTable {
clear: both;
margin-top: 15px !important;
margin-bottom: 15px !important;
max-width: none !important;
border-collapse: separate !important; }
max-width: none !important;}
table.dataTable td, table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box; }