From 82b1ea62956ed9f75172889b9e1bca89a7770b5c Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 21 Sep 2021 15:58:52 +0200 Subject: [PATCH] WIP timeboxes --- css/app.css | 20 +++++ index.html | 221 ++++++++++++++++++++++++++++++++++------------------ js/app.js | 62 +++++++++++++-- 3 files changed, 223 insertions(+), 80 deletions(-) diff --git a/css/app.css b/css/app.css index 929e7e6..dfd28e8 100644 --- a/css/app.css +++ b/css/app.css @@ -182,3 +182,23 @@ nav, .card { margin-top: 1em; margin-left: 1em; } + +.dropdown-menu { + background: transparent; + border: none; + box-shadow: none; +} + +.dropdown-menu-button { + width: 10em; + margin-bottom: 1em; +} + +.bg-timebox { + background-color: lightcyan; + color: black; +} + +.bg-timebox input { + color: black; +} \ No newline at end of file diff --git a/index.html b/index.html index caa2542..8f1b8c4 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@