working messages!!@!@
This commit is contained in:
parent
b24b36adec
commit
92edb123f3
8 changed files with 189 additions and 18 deletions
|
|
@ -71,7 +71,7 @@ loading {
|
|||
user-select: none !important;
|
||||
-webkit-user-drag: none !important;
|
||||
}
|
||||
button, input {
|
||||
button, input, textarea {
|
||||
border-radius: 0.8rem;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
margin: var(--button-margin);
|
||||
|
|
@ -92,7 +92,7 @@ button, input {
|
|||
touch-action: manipulation;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
input {
|
||||
input, textarea {
|
||||
padding-left: calc(var(--button-margin) * 2);
|
||||
-webkit-touch-callout: default;
|
||||
user-select: text !important;
|
||||
|
|
@ -677,7 +677,7 @@ space{
|
|||
border-radius: 0.8rem;
|
||||
transform: translateY(calc( ( var(--icon-button-height) + (var(--button-margin) * 2) ) / 2 - 0.6rem));
|
||||
}
|
||||
button:hover, input:hover {
|
||||
button:hover, input:hover, textarea:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.submit-button:hover {
|
||||
|
|
@ -694,14 +694,14 @@ space{
|
|||
filter: brightness(0.93);
|
||||
}
|
||||
}
|
||||
button:active, button.is-pressed, input:active, input.is-pressed {
|
||||
button:active, button.is-pressed, input:active, input.is-pressed, textarea:active, textarea.is-pressed {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
transform: var(--press-scale);
|
||||
}
|
||||
.invite-actions button:active {
|
||||
filter: brightness(0.85);
|
||||
}
|
||||
button.active, input.active {
|
||||
button.active, input.active, textarea.active {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.submit-button:active, .submit-button.is-pressed {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue