1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: data table autorefresh, closes #36

This commit is contained in:
2020-10-08 18:51:08 +02:00
parent 07d1e82325
commit 9ecd88870d
3 changed files with 52 additions and 11 deletions

View File

@ -37,6 +37,12 @@ body {
cursor: help;
}
.no-border {
outline: none !important;
border: none !important;
box-shadow: none !important;
}
.bg-checkered {
background-image:
linear-gradient(to right, rgba(192, 192, 192, 0.75), rgba(192, 192, 192, 0.75)),