mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-17 02:40:56 +01:00
Revert the button styling
This commit is contained in:
parent
2dd39fa218
commit
47c8eb304f
@ -194,6 +194,13 @@
|
|||||||
|
|
||||||
#init_image_preview_container .button {
|
#init_image_preview_container .button {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding: 6px;
|
||||||
|
height: 24px;
|
||||||
|
box-shadow: 2px 2px 1px 1px #00000088;
|
||||||
|
}
|
||||||
|
|
||||||
|
#init_image_preview_container .button:hover {
|
||||||
|
background: var(--background-color4)
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-editor-popup .button {
|
.image-editor-popup .button {
|
||||||
|
@ -621,16 +621,14 @@ input[type="file"] {
|
|||||||
button,
|
button,
|
||||||
input::file-selector-button,
|
input::file-selector-button,
|
||||||
.button {
|
.button {
|
||||||
padding: 6px;
|
padding: 2px 4px;
|
||||||
border-radius: var(--input-border-radius);
|
border-radius: var(--input-border-radius);
|
||||||
background: var(--button-color);
|
background: var(--button-color);
|
||||||
color: var(--button-text-color);
|
color: var(--button-text-color);
|
||||||
border: var(--button-border);
|
border: var(--button-border);
|
||||||
height: 24px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: 2px 2px 1px 1px #00000088;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button i {
|
.button i {
|
||||||
@ -639,7 +637,8 @@ input::file-selector-button,
|
|||||||
|
|
||||||
button:hover,
|
button:hover,
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background: var(--background-color4)
|
transition-duration: 0.1s;
|
||||||
|
background: hsl(var(--accent-hue), 100%, calc(var(--accent-lightness) + 6%));
|
||||||
}
|
}
|
||||||
|
|
||||||
input::file-selector-button {
|
input::file-selector-button {
|
||||||
@ -804,6 +803,7 @@ input::file-selector-button {
|
|||||||
#promptsFromFileBtn {
|
#promptsFromFileBtn {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-button {
|
.section-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user