From 05398d8b668d8808c7230909a21cba812093802a Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 22:50:00 +0200 Subject: CSS fixes --- assets/css/styles.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/styles.css b/assets/css/styles.css index e3308da..bbe144e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -129,9 +129,12 @@ a.collection-item { } /* label focus color */ +.input-field > input { + color: var(--color-text); +} .input-field input[type=text]:focus+label { - color: var(--color-primary); + color: var(--color-text); } /* label underline focus color */ @@ -170,6 +173,14 @@ a.collection-item { box-shadow: 0 1px 0 0 var(--color-primary) !important; } +.dropdown-content li:hover { + background-color: var(--color-table-hover) !important; +} + +.autocomplete-content li .highlight { + color: var(--color-text) !important; +} + .chat-sticky-input { position: fixed; left: 0; @@ -201,6 +212,10 @@ a.collection-item { background-color: var(--color-primary) !important; } +.tabs { + background-color: var(--background-color) !important; +} + /* Floating action button */ .fab-new-message { background-color: var(--color-secondary) !important; -- cgit v1.2.3