- Layout improvements for the Chat client - alignment of LanguageSelector
This commit is contained in:
@@ -453,7 +453,8 @@ export default {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
/* Transparante achtergrond in plaats van wit */
|
||||
background-color: transparent;
|
||||
background-color: var(--active-background-color);
|
||||
color: var(--active-text-color);
|
||||
/* Box-sizing om padding correct te berekenen */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user