Remove background transparency of text field (#660)

Remove background transparency of text field

Set input field background to theme base colour: This avoids non-matching colours with some themes while it still fixes the rendering issue.

fixes #653
This commit is contained in:
mbeko 2019-11-23 21:50:59 +01:00 committed by fiaxh
parent f9c69a204e
commit 10402f7b04

View file

@ -111,9 +111,10 @@ window.dino-main button.dino-chatinput-button:checked:backdrop {
.dino-chatinput textview, .dino-chatinput textview text {
background-color: transparent;
background-color: @theme_base_color;
}
/*Chat input warning*/
box.dino-input-warning frame border {
@ -129,6 +130,7 @@ box.dino-input-warning label {
color: mix(@warning_color, @theme_fg_color, 0.5);
}
/*Chat input error*/
box.dino-input-error frame border {