mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-12 20:24:48 +02:00
Visual feedback for the save button in the system settings
This commit is contained in:
parent
3555fa36aa
commit
5429a509c6
@ -910,6 +910,16 @@ i.active {
|
|||||||
float: right;
|
float: right;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#save-system-settings-btn {
|
button#save-system-settings-btn:hover {
|
||||||
|
transition-duration: 0.1s;
|
||||||
|
background: hsl(var(--accent-hue), 100%, calc(var(--accent-lightness) + 6%));
|
||||||
|
}
|
||||||
|
|
||||||
|
button#save-system-settings-btn:active {
|
||||||
|
transition-duration: 0.1s;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
button#save-system-settings-btn {
|
||||||
padding: 4pt 8pt;
|
padding: 4pt 8pt;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user