mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-11 08:04:17 -08:00
Fix: Fix Notification "Test" btn styling
This commit is contained in:
parent
3831dfe0b9
commit
18616ee590
|
@ -71,6 +71,14 @@ h2 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-warning {
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
&:hover, &:active, &:focus, &.active {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
@ -186,6 +194,14 @@ h2 {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-warning {
|
||||||
|
color: $dark-font-color2;
|
||||||
|
|
||||||
|
&:hover, &:active, &:focus, &.active {
|
||||||
|
color: $dark-font-color2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-close {
|
.btn-close {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
|
|
Loading…
Reference in a new issue