ref(chat): use somewhat transparent background
This commit is contained in:
parent
01458eeff9
commit
3d9606f6da
|
@ -120,9 +120,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-input {
|
#chat-input {
|
||||||
background-color: $newToolbarBackgroundColor;
|
|
||||||
border-top: 1px solid #A4B8D1;
|
border-top: 1px solid #A4B8D1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
* {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.remoteuser {
|
.remoteuser {
|
||||||
|
@ -134,7 +137,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#usermsg {
|
#usermsg {
|
||||||
background-color: $newToolbarBackgroundColor;
|
|
||||||
border: 0px none;
|
border: 0px none;
|
||||||
border-radius:0;
|
border-radius:0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -232,7 +234,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#smileysarea {
|
#smileysarea {
|
||||||
background-color: $newToolbarBackgroundColor;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
|
|
Loading…
Reference in New Issue