mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix caption button styles
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
filter: brightness(0.7);
|
opacity: 0.7;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#send_picture:hover {
|
#send_picture:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
filter: brightness(1.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#img_form {
|
#img_form {
|
||||||
|
Reference in New Issue
Block a user