DB Maintenance

merge Fork from https://github.com/jokob-sk/Pi.Alert
This commit is contained in:
leiweibau
2022-06-01 19:19:14 +02:00
parent f8b2ddde8b
commit 55fc68eb1b
7 changed files with 258 additions and 8 deletions

View File

@@ -633,13 +633,16 @@ input[type="password"]::-webkit-caps-lock-indicator {
border-top-right-radius: 10px;
}
.pa-small-box-gray .inner {
background-color: rgb(189,192,198);
background-color: #777;
color: rgba(20,20,20,30%);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.pa-small-box-gray .inner h3 {
color: #bbb;
}
.text-gray-20 {
color: rgba(20,20,20,30%);
color: rgba(220,220,220,30%);
}
.bg-gray {
background-color: #888888 !important;
@@ -647,6 +650,9 @@ input[type="password"]::-webkit-caps-lock-indicator {
.badge.bg-green {
background-color: #00A000 !important;
}
.badge.bg-gray {
background-color: #888 !important;
}
#txtRecord {
background-color: #353c42;
border-color: #888888;
@@ -655,3 +661,4 @@ input[type="password"]::-webkit-caps-lock-indicator {
background-color: rgb(189,192,198);
color: #444;
}