pihåle: button fix

This commit is contained in:
Marius 2020-07-12 11:45:54 +02:00
parent 2d428554ac
commit 41c5e17e26

View File

@ -243,6 +243,22 @@
background: var(--button-color) !important; background: var(--button-color) !important;
border: 1px solid var(--button-color) !important; border: 1px solid var(--button-color) !important;
} }
.btn-danger {
background-color: #dd4b39 !important;
border-color: #d73925 !important;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
background-color: #d73925 !important;
}
.btn-warning {
background-color: #f39c12 !important;
border-color: #e08e0b !important;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f !important;
border-color: #d58512 !important;
}
/* Input */ /* Input */
input,.form-control,pre,.box-footer,.datatables_processing { input,.form-control,pre,.box-footer,.datatables_processing {
background:#080909; background:#080909;