Set textarea color
This commit is contained in:
parent
f2b017ec89
commit
3db6637706
@ -7481,6 +7481,7 @@ body.reset {
|
||||
#conversejs .chatbox .sendXMPPMessage .spoiler-hint {
|
||||
width: 100%; }
|
||||
#conversejs .chatbox .sendXMPPMessage .chat-textarea {
|
||||
color: #666;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
|
@ -246,6 +246,7 @@
|
||||
}
|
||||
|
||||
.chat-textarea {
|
||||
color: $chat-textarea-color;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
@include border-bottom-radius($chatbox-border-radius);
|
||||
|
@ -54,6 +54,7 @@ $border-color: #CCC !default;
|
||||
$icon-color: $blue !default;
|
||||
$save-button-color: $green !default;
|
||||
|
||||
$chat-textarea-color: #666 !default;
|
||||
$chat-textarea-height: 60px !default;
|
||||
|
||||
$send-button-height: 27px !default;
|
||||
|
Loading…
Reference in New Issue
Block a user