From dc81f2c8294e68b409d31e552f7a7b719d512512 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 19:56:48 +0200 Subject: Another CSS bug fix --- assets/css/styles.css | 6 +++++- dist/css/styles.css | 6 +++++- dist/js/app.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 52b76c1..0c00378 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -132,10 +132,14 @@ a.collection-item { color: var(--color-text); } -.fc-view > table > * > tr { +.fc-slats > table > tbody > tr { border-bottom-color: var(--color-divider) !important; } +.fc-row.fc-week.fc-widget-content { + border-color: var(--color-divider) !important; +} + .progress { background-color: var(--color-primary-light) !important; } diff --git a/dist/css/styles.css b/dist/css/styles.css index 52b76c1..0c00378 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -132,10 +132,14 @@ a.collection-item { color: var(--color-text); } -.fc-view > table > * > tr { +.fc-slats > table > tbody > tr { border-bottom-color: var(--color-divider) !important; } +.fc-row.fc-week.fc-widget-content { + border-color: var(--color-divider) !important; +} + .progress { background-color: var(--color-primary-light) !important; } diff --git a/dist/js/app.js b/dist/js/app.js index f34073b..5dfb156 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "b1a08cbe11e7550ff2b004e99a3e5c490509d22f"; +const previous_commit = "ab5b03d25a201269482acf51e9b856aa62ce2a84"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 257dc47..dead8ae 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD b1a08cbe11e7550ff2b004e99a3e5c490509d22f + ^HEAD ab5b03d25a201269482acf51e9b856aa62ce2a84

diff --git a/dist/sw.js b/dist/sw.js index 2467594..a3e51e7 100755 --- 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-b1a08cb"; -// commit before the latest is b1a08cbe11e7550ff2b004e99a3e5c490509d22f +const static_cache_name = "site-static-1.0.13-beta-ab5b03d"; +// commit before the latest is ab5b03d25a201269482acf51e9b856aa62ce2a84 // 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