diff options
Diffstat (limited to '')
-rw-r--r-- | dist/css/styles.css | 17 | ||||
-rw-r--r-- | dist/pages/about.html | 2 | ||||
-rw-r--r-- | dist/sw.js | 4 |
3 files changed, 19 insertions, 4 deletions
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 @@ <div class="row"> <p> <small> - ^HEAD a75885bb1524a022811fa813acbf49acca7305bb + ^HEAD c1e1864a5ec6b562857ae3087947f39c38ba82a6 </small> </p> </div> @@ -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! |