mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 22:18:16 +08:00
[status page] checkpoint
This commit is contained in:
@@ -378,7 +378,10 @@ h2 {
|
||||
[contenteditable=true] {
|
||||
&:focus {
|
||||
outline: 0 solid #eee;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: #efefef;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
@@ -389,3 +392,12 @@ h2 {
|
||||
color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
.action {
|
||||
transition: all $easing-in 0.2s;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user