Tweak start a chat for dark theme
This commit is contained in:
parent
a7bae30837
commit
b13baf8926
2 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
||||||
/* Required by Firefox */
|
/* Required by Firefox */
|
||||||
textarea {
|
textarea {
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
|
color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prevent ugly dotted highlight around selected elements in Firefox */
|
/* Prevent ugly dotted highlight around selected elements in Firefox */
|
||||||
|
|
|
@ -31,6 +31,9 @@ $preview-bar-bg-color: $header-panel-bg-color;
|
||||||
|
|
||||||
$tagpanel-bg-color: $base-color;
|
$tagpanel-bg-color: $base-color;
|
||||||
|
|
||||||
|
// used by AddressSelector
|
||||||
|
$selected-color: $room-highlight-color;
|
||||||
|
|
||||||
// selected for hoverover & selected event tiles
|
// selected for hoverover & selected event tiles
|
||||||
$event-selected-color: $search-bg-color;
|
$event-selected-color: $search-bg-color;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue