forked from extern/easydiffusion
Tweak CSS for button press color
This commit is contained in:
parent
4000f98ba4
commit
a6e3c272e2
@ -7,7 +7,7 @@
|
||||
<link rel="icon" type="image/png" href="/media/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="stylesheet" href="/media/css/fonts.css?v=1">
|
||||
<link rel="stylesheet" href="/media/css/themes.css?v=6">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=26">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=27">
|
||||
<link rel="stylesheet" href="/media/css/auto-save.css?v=6">
|
||||
<link rel="stylesheet" href="/media/css/modifier-thumbnails.css?v=4">
|
||||
<link rel="stylesheet" href="/media/css/fontawesome-all.min.css?v=1">
|
||||
@ -83,7 +83,7 @@
|
||||
<div id="editor-inputs-tags-list"></div>
|
||||
</div>
|
||||
|
||||
<button id="makeImage">Make Image</button>
|
||||
<button id="makeImage" class="primaryButton">Make Image</button>
|
||||
<button id="stopImage" class="secondaryButton">Stop All</button>
|
||||
</div>
|
||||
|
||||
|
@ -989,14 +989,14 @@ i.active {
|
||||
float: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
button#save-system-settings-btn:hover {
|
||||
button:hover {
|
||||
transition-duration: 0.1s;
|
||||
background: hsl(var(--accent-hue), 100%, calc(var(--accent-lightness) + 6%));
|
||||
}
|
||||
|
||||
button#save-system-settings-btn:active {
|
||||
button:active {
|
||||
transition-duration: 0.1s;
|
||||
background-color: white;
|
||||
background-color: hsl(var(--accent-hue), 100%, calc(var(--accent-lightness) + 24%));
|
||||
}
|
||||
|
||||
button#save-system-settings-btn {
|
||||
|
Loading…
Reference in New Issue
Block a user