mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-12 09:50:50 +01:00
more dark theme tweaks
This commit is contained in:
parent
585e514b68
commit
5fac2e741a
48
apprise_api/static/css/theme-dark.min.css
vendored
48
apprise_api/static/css/theme-dark.min.css
vendored
@ -1329,3 +1329,51 @@ input[type=range]::-ms-thumb {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #258528!important;
|
background-color: #258528!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.swal2-popup {
|
||||||
|
background-color: #2e3440;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swal-icon--success__ring {
|
||||||
|
border: 4px solid rgba(194, 26, 90, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* spin color */
|
||||||
|
.swal-icon--success {
|
||||||
|
border-color: rgb(62, 16, 226);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* V color */
|
||||||
|
.swal-icon--success__line {
|
||||||
|
background-color: rgb(30, 206, 53);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Warning */
|
||||||
|
/* ! */
|
||||||
|
.swal-icon--warning__body,
|
||||||
|
.swal-icon--warning__dot {
|
||||||
|
background-color: #1816ac;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Error */
|
||||||
|
/* outer ring */
|
||||||
|
.swal-icon--error {
|
||||||
|
border-color: #19e645;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* X */
|
||||||
|
.swal-icon--error__line {
|
||||||
|
background-color: #af13df;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Info */
|
||||||
|
/* outer ring */
|
||||||
|
.swal-icon--info {
|
||||||
|
border-color: #020404;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* i */
|
||||||
|
.swal-icon--info:after,
|
||||||
|
.swal-icon--info:before {
|
||||||
|
background-color: #d119c8;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user