mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 17:22:58 +01:00
✏️ Code clean
This commit is contained in:
parent
2e110ae9ac
commit
f7ebd6a9e0
@ -1,15 +1,11 @@
|
|||||||
.navbar{
|
.navbar {
|
||||||
background-color: #0091ea ;
|
background-color: #0091ea;
|
||||||
}
|
}
|
||||||
#header-box{
|
|
||||||
|
#header-box {
|
||||||
min-height: 160px;
|
min-height: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn .bi::before{
|
|
||||||
vertical-align: middle ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.toast-container {
|
.toast-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1055;
|
z-index: 1055;
|
||||||
|
@ -194,12 +194,6 @@ function listeners() {
|
|||||||
else
|
else
|
||||||
div.addClass("invisible");
|
div.addClass("invisible");
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#confirm-restore').click(function () {
|
|
||||||
restore(to_restore);
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function restore(id) {
|
function restore(id) {
|
||||||
|
@ -43,14 +43,3 @@ input[type="time"]::-webkit-calendar-picker-indicator {
|
|||||||
filter: invert(63%) sepia(23%) saturate(819%) hue-rotate(358deg) brightness(88%) contrast(91%);
|
filter: invert(63%) sepia(23%) saturate(819%) hue-rotate(358deg) brightness(88%) contrast(91%);
|
||||||
}
|
}
|
||||||
|
|
||||||
//.form-switch .form-check-input{
|
|
||||||
// //background-color: $white;
|
|
||||||
// border-color: $white;
|
|
||||||
// color: $white;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//.form-check-input:checked{
|
|
||||||
// background-color: $accent;
|
|
||||||
// border-color: $accent;
|
|
||||||
//}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user