From 21f22aec32a40cba0c085ca82808dd32f68cdaac Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 23:11:41 +0200 Subject: Styling bug fixes --- dist/css/styles.css | 28 +++++++++++++++++++++++++--- dist/pages/about.html | 2 +- dist/pages/changelog.html | 2 +- dist/pages/meals.html | 4 ++-- dist/pages/messaging.html | 2 +- dist/pages/privacypolicy.html | 16 ++++++++-------- dist/sw.js | 4 ++-- 7 files changed, 40 insertions(+), 18 deletions(-) (limited to 'dist') diff --git a/dist/css/styles.css b/dist/css/styles.css index 0d64ea7..065457f 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -64,6 +64,7 @@ nav { position: absolute; right: 10px; font-style: italic; + color: var(--color-text); } .collapsible-header-root { @@ -117,7 +118,11 @@ a.collection-item { } .fc-unthemed td.fc-today { - background: var(--color-primary-light); + background: var(--color-primary); +} + +.fc-icon { + color: var(--color-text); } .no-select { @@ -130,11 +135,15 @@ a.collection-item { -webkit-tap-highlight-color: transparent; } -/* label focus color */ +input.datepicker { + color: var(--color-text); +} + .input-field > input { color: var(--color-text); } +/* label focus color */ .input-field input[type=text]:focus+label { color: var(--color-text); } @@ -196,6 +205,18 @@ i.material-icons.prefix { z-index: 60; } +.month-prev > svg { + fill: var(--color-text); +} + +.month-next > svg { + fill: var(--color-text); +} + +.selects-container > div > input { + color: var(--color-text); +} + /* Tabs */ .tab a { color: var(--color-secondary) !important; @@ -283,6 +304,7 @@ table.highlight > tbody > tr:hover { .collapsible-header { background-color: var(--background-color); + color: var(--color-text); } h2 { @@ -335,7 +357,7 @@ h5.subheader { color: var(--color-btn-flat-disabled) !important; } -.modal-text-header { +.general-text { color: var(--color-text); } diff --git a/dist/pages/about.html b/dist/pages/about.html index 9bfe027..562692d 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 5db4d78539fd77db6f4895c352d8bf5b57bdc041 + ^HEAD fa9467811859cd9c2d595f5a79819ce3aca91e26

diff --git a/dist/pages/changelog.html b/dist/pages/changelog.html index 4a6284a..320be98 100644 --- a/dist/pages/changelog.html +++ b/dist/pages/changelog.html @@ -50,7 +50,7 @@
-

changelog

+

changelog

  • Version 1.0.14-beta
    diff --git a/dist/pages/meals.html b/dist/pages/meals.html index ce061f1..b1179eb 100644 --- a/dist/pages/meals.html +++ b/dist/pages/meals.html @@ -70,8 +70,8 @@