pihåle: button fix
This commit is contained in:
parent
2d428554ac
commit
41c5e17e26
@ -243,6 +243,22 @@
|
||||
background: 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,.form-control,pre,.box-footer,.datatables_processing {
|
||||
background:#080909;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user