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 ++++++++++++++++- dist/css/styles.css | 17 ++++++++++++++++- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) 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; diff --git a/dist/css/styles.css b/dist/css/styles.css index e3308da..bbe144e 100644 --- a/dist/css/styles.css +++ b/dist/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; diff --git a/dist/pages/about.html b/dist/pages/about.html index 9126396..3be05ab 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD a75885bb1524a022811fa813acbf49acca7305bb + ^HEAD c1e1864a5ec6b562857ae3087947f39c38ba82a6

diff --git a/dist/sw.js b/dist/sw.js index 89141f1..796e0b3 100644 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-a75885b"; -// latest commit is a75885bb1524a022811fa813acbf49acca7305bb +const static_cache_name = "site-static-1.0.13-beta-c1e1864"; +// latest commit is c1e1864a5ec6b562857ae3087947f39c38ba82a6 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3