feat: style send button
This commit is contained in:
parent
f2be230746
commit
909b6aa327
26
styles.css
26
styles.css
@ -226,10 +226,6 @@ li.message {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#input-panel input::placerholder {
|
||||
color: var(--bluewhite);
|
||||
}
|
||||
|
||||
button {
|
||||
color: var(--vermilion);
|
||||
background-color: #00000000;
|
||||
@ -240,8 +236,8 @@ button {
|
||||
}
|
||||
|
||||
button:hover {
|
||||
color: var(--light-cyan);
|
||||
background-color: var(--onyx);
|
||||
color: var(--navy);
|
||||
background-color: var(--sky);
|
||||
}
|
||||
|
||||
#typing-indicator {
|
||||
@ -257,25 +253,11 @@ button:hover {
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: var(--sky);
|
||||
color: var(--bluegrey);
|
||||
color: var(--bluewhite);
|
||||
|
||||
margin: 0.5em;
|
||||
padding: 0;
|
||||
flex-grow: 1;
|
||||
padding: 1em;
|
||||
right: 0;
|
||||
font-size: 1em;
|
||||
border-width: 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
color: var(--bluewhite);
|
||||
background-color: var(--bluegrey);
|
||||
border-color: var(--bluegrey);
|
||||
border-width: 3px;
|
||||
padding: 0;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.message-status {
|
||||
|
Loading…
x
Reference in New Issue
Block a user