forked from extern/easydiffusion
Merge pull request #566 from patriceac/Visual-feedback-on-buttons
Visual feedback on button click
This commit is contained in:
commit
4e0b33e6a4
@ -1010,6 +1010,9 @@ button:hover {
|
||||
button:active {
|
||||
transition-duration: 0.1s;
|
||||
background-color: hsl(var(--accent-hue), 100%, calc(var(--accent-lightness) + 24%));
|
||||
position: relative;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
button#save-system-settings-btn {
|
||||
|
Loading…
Reference in New Issue
Block a user