From 8dfd1fa085e19ea24385d978d75bf5af3fa59b2a Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 11 Feb 2022 11:24:21 -0500 Subject: [PATCH 0001/3208] KPT-20: Flask UI V2 visual refresh --- flask-ui/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flask-ui/Dockerfile b/flask-ui/Dockerfile index ab036306c290..2df62d5e6570 100644 --- a/flask-ui/Dockerfile +++ b/flask-ui/Dockerfile @@ -7,6 +7,8 @@ LABEL cf_account="salesdemo" \ ENV FLASK_APP=flaskr ENV FLASK_ENV=development +# Some really cool changes + COPY . /app WORKDIR /app From 931ad2faa9d7cac9656d282dd1b7777c8d0aa807 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 14 Feb 2022 16:36:44 -0500 Subject: [PATCH 0002/3208] KPT-22: Features people have been asking for --- flask-ui/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/flask-ui/Dockerfile b/flask-ui/Dockerfile index 2df62d5e6570..2f84f281cf79 100644 --- a/flask-ui/Dockerfile +++ b/flask-ui/Dockerfile @@ -8,6 +8,7 @@ ENV FLASK_APP=flaskr ENV FLASK_ENV=development # Some really cool changes +# Really cool features COPY . /app From 1bfe5958ae8c5fe4d8124fdf92f65324d58d6299 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Mon, 14 Feb 2022 17:06:06 -0500 Subject: [PATCH 0003/3208] KPT-23: round all elements with button class --- flask-ui/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/flask-ui/Dockerfile b/flask-ui/Dockerfile index 2f84f281cf79..e8fd24b7a8f9 100644 --- a/flask-ui/Dockerfile +++ b/flask-ui/Dockerfile @@ -9,6 +9,7 @@ ENV FLASK_ENV=development # Some really cool changes # Really cool features +# Round buttons COPY . /app From e54b3fd90a355e0530495feec11965977e2b32d1 Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 18:00:58 +0000 Subject: [PATCH 0004/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid FloralWhite; } nav { - background: LightGoldenRodYellow; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 25ba7558abf1b1f175412e73fc8e9acba0c41b8c Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 18:05:57 +0000 Subject: [PATCH 0005/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Lavender; } nav { - background: FloralWhite; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From bd5ee2d196dc9dbf09e55b4ecb8ab0f3533e95be Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 04:03:36 +0000 Subject: [PATCH 0006/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Gray; } nav { - background: Lavender; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 943fbf6e8ebf1a307fe69b4beef40d6cd090fcd0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 09:18:37 +0000 Subject: [PATCH 0007/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid IndianRed; } nav { - background: Gray; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From e7a2bc3c03fadb68478c9712e0383b2220f34400 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 10:03:38 +0000 Subject: [PATCH 0008/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LawnGreen; } nav { - background: IndianRed; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 30c86420b08ce4ca45223be3be271bac219cb1b0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 11:33:36 +0000 Subject: [PATCH 0009/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Purple; } nav { - background: LawnGreen; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 9dcd8a5fea868166d9978213802230a3511a9318 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 19:03:38 +0000 Subject: [PATCH 0010/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DeepSkyBlue; } nav { - background: Purple; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 001a075c82bd25208aef38a70fd86e591d261f25 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 20:33:37 +0000 Subject: [PATCH 0011/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DimGrey; } nav { - background: DeepSkyBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 58983c72a259bd3c01617b69043073581d6ac644 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 23:33:37 +0000 Subject: [PATCH 0012/3208] KPT-22: Modals with LightCyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LightCyan; } nav { - background: DimGrey; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 88156585f50ea4afd2bcce508ff38b9fe81a21c4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 03:18:36 +0000 Subject: [PATCH 0013/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Violet; } nav { - background: LightCyan; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 0a64f539aea50c90baae2333afec5f248a3e3d44 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 04:48:37 +0000 Subject: [PATCH 0014/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Green; } nav { - background: Violet; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 8f43af136fd2eb61f0634df47e304ede638685f0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 12:18:37 +0000 Subject: [PATCH 0015/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid RoyalBlue; } nav { - background: Green; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6512d419b244c64554714d18f7e6bd6b5b20b9e5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 13:03:37 +0000 Subject: [PATCH 0016/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid AliceBlue; } nav { - background: RoyalBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From ef3a755176101dd3148e2f87086f5b871635cb7f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 17:33:37 +0000 Subject: [PATCH 0017/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid SlateGrey; } nav { - background: AliceBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f9551276eb94e72bc7591512c7a64b1ec9f2acf0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 19:48:36 +0000 Subject: [PATCH 0018/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MediumTurquoise; } nav { - background: SlateGrey; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From ba5f7c8055399f193651a7ac15c6baaf826ec2bd Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 01:03:37 +0000 Subject: [PATCH 0019/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Magenta; } nav { - background: MediumTurquoise; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From a077194a1bad7d0c77671018f82b5a904a2bcbbb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 04:03:36 +0000 Subject: [PATCH 0020/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightSeaGreen; } nav { - background: Magenta; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 55376b3a1744fcb83078afd4d6d96e971d2e4ddd Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 04:48:37 +0000 Subject: [PATCH 0021/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LemonChiffon; } nav { - background: LightSeaGreen; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 841a95b1726ed3ce6ce53affddb2ff97ed3ce204 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 08:33:36 +0000 Subject: [PATCH 0022/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid SlateGray; } nav { - background: LemonChiffon; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 2e6d697ab270374b8d64acb106eed4026acc8f9c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 10:03:38 +0000 Subject: [PATCH 0023/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Gainsboro; } nav { - background: SlateGray; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 87afe91dc7abd6ea41f1ac436a983d500b641d90 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 18:18:38 +0000 Subject: [PATCH 0024/3208] KPT-22: Modals with MediumAquaMarine accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid MediumAquaMarine; } nav { - background: Gainsboro; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From aa84bda6b133e9c859ce5a54279f0a5e88254c31 Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 4 Mar 2022 13:39:05 -0500 Subject: [PATCH 0025/3208] KPT-23: rounding square elements --- flask-ui/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flask-ui/Dockerfile b/flask-ui/Dockerfile index e8fd24b7a8f9..ab036306c290 100644 --- a/flask-ui/Dockerfile +++ b/flask-ui/Dockerfile @@ -7,10 +7,6 @@ LABEL cf_account="salesdemo" \ ENV FLASK_APP=flaskr ENV FLASK_ENV=development -# Some really cool changes -# Really cool features -# Round buttons - COPY . /app WORKDIR /app From 50fd1c0cb6bcaf8b92ab6568f54196d62e6ab061 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:22:51 +0000 Subject: [PATCH 0026/3208] KPT-22: Modals with PeachPuff accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid PeachPuff; } nav { - background: MediumAquaMarine; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 7670bcf85121d1ebecf923ac07feeb02d7575248 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:37:50 +0000 Subject: [PATCH 0027/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MediumPurple; } nav { - background: PeachPuff; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From de6cbc4190054b3c20b97b5dc7d33b2e62c985a4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:57:49 +0000 Subject: [PATCH 0028/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Blue; } nav { - background: MediumPurple; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 4fe70533cee1f346a4595b3c551fc02ef1fbaa85 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:07:51 +0000 Subject: [PATCH 0029/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Maroon; } nav { - background: Blue; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 65e4c0c43d706fd2ea8802eca4e9985579922155 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:12:51 +0000 Subject: [PATCH 0030/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid RosyBrown; } nav { - background: Maroon; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From a57f8d026c5b8f8d7e7a36c6b056baaec86e7412 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:38:01 +0000 Subject: [PATCH 0031/3208] KPT-22: Modals with LightPink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightPink; } nav { - background: RosyBrown; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 591a9c50b48fe755510de11b02ed8a66e2f49e5a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:42:50 +0000 Subject: [PATCH 0032/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Sienna; } nav { - background: LightPink; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 606c93ee78d3f2b27edaa3856453e58f5a3197c2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:57:50 +0000 Subject: [PATCH 0033/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DeepSkyBlue; } nav { - background: Sienna; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5afd205872c31967dd6483bbf3d501f6d433f5db Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:32:51 +0000 Subject: [PATCH 0034/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Lavender; } nav { - background: DeepSkyBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 6b3417f085bfbb3e3415c0a52172088d2708d42a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:37:51 +0000 Subject: [PATCH 0035/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid SaddleBrown; } nav { - background: Lavender; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From fcc83b3b4a326b4860a9e8ad6668fce7ae7bf52f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:48:00 +0000 Subject: [PATCH 0036/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Lavender; } nav { - background: SaddleBrown; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 4b93d2963686c5ce1deb74f1940cfae68c650afe Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:57:49 +0000 Subject: [PATCH 0037/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid RosyBrown; } nav { - background: Lavender; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 50a54a19de999e7495a27255fe5ba5c17cc7154d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:17:55 +0000 Subject: [PATCH 0038/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DarkViolet; } nav { - background: RosyBrown; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From a665ea193339e90c4d6d94e04b184892f02c2b00 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:22:55 +0000 Subject: [PATCH 0039/3208] KPT-24: Update background color to Olive --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Olive; } nav { - background: DarkViolet; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 4b682d2f4271c7cdfa5d8958b4903036c4ad4467 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:37:50 +0000 Subject: [PATCH 0040/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Silver; } nav { - background: Olive; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 9e666fe665e3e58844a6b056b4541a9f0f46f292 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:52:56 +0000 Subject: [PATCH 0041/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SteelBlue; } nav { - background: Silver; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7f103ff8bac3e818040d2df7c2d937e4e7729e4f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:02:51 +0000 Subject: [PATCH 0042/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MediumOrchid; } nav { - background: SteelBlue; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From a308c3422fb46e1859527f3e5bb9193c90db0547 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:32:57 +0000 Subject: [PATCH 0043/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DeepPink; } nav { - background: MediumOrchid; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 110849770343793dc798469b357796602bdbdcf3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 02:32:51 +0000 Subject: [PATCH 0044/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid RoyalBlue; } nav { - background: DeepPink; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4ad6d84b217f415796e82201a6124483b07bb3f0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 07:02:50 +0000 Subject: [PATCH 0045/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Yellow; } nav { - background: RoyalBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 128be0668154079b21fb4c0f2e3d20a90334b93f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 08:32:51 +0000 Subject: [PATCH 0046/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SlateGray; } nav { - background: Yellow; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6fa713f572fed25c18d1f2d3601f81cceded5bea Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 10:02:54 +0000 Subject: [PATCH 0047/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid SandyBrown; } nav { - background: SlateGray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 78386a621a945f7283e0252fb84e97d6539b7e5b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 18:17:49 +0000 Subject: [PATCH 0048/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid MediumBlue; } nav { - background: SandyBrown; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 44d855228fa38a47828380c169dd62cc9c09a561 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:32:51 +0000 Subject: [PATCH 0049/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid MintCream; } nav { - background: MediumBlue; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From e0e414dae1bc0a4a332657919de3e34baf54ee2b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:43:09 +0000 Subject: [PATCH 0050/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkMagenta; } nav { - background: MintCream; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 49afc29ddd65645687b80f2a1f1c90529b48663a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:44:40 +0000 Subject: [PATCH 0051/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LemonChiffon; } nav { - background: DarkMagenta; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 383314d332df46a701d8e12e52f5a01baf59feb7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 15:30:24 +0000 Subject: [PATCH 0052/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Beige; } nav { - background: LemonChiffon; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 757894837f16182381e74461ba2393b2f4cbd07b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 15:50:23 +0000 Subject: [PATCH 0053/3208] KPT-24: Update background color to Azure --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Azure; } nav { - background: Beige; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From e5cdf438610e774ec8dd5f62e77043965974e9e6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 16:00:24 +0000 Subject: [PATCH 0054/3208] KPT-22: Modals with SpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid SpringGreen; } nav { - background: Azure; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9777d97cdda75ef53b5c2be9d158573772cf4350 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 16:20:24 +0000 Subject: [PATCH 0055/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: SpringGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 30c8435ead04464001fc845a2603cd255b25661f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 16:30:24 +0000 Subject: [PATCH 0056/3208] KPT-22: Modals with Orange accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Orange; } nav { - background: DarkSlateGrey; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 5a3b6fd83364720220b0db066b656a6c5920b1d6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 16:40:23 +0000 Subject: [PATCH 0057/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid White; } nav { - background: Orange; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From af0bbcf9a3f14f7127d19c84ea27f78b5e4d9cbb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 17:10:24 +0000 Subject: [PATCH 0058/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid WhiteSmoke; } nav { - background: White; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 26949821d292b9777adbde64f59a14b8a09dd1f0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 17:20:23 +0000 Subject: [PATCH 0059/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid MediumBlue; } nav { - background: WhiteSmoke; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5769967fcef54cd987ee4304d84e6fc59c91238e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 17:30:23 +0000 Subject: [PATCH 0060/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightSlateGray; } nav { - background: MediumBlue; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 26ecc7bf011f6050257ca776d9a54cdab5dfaf6a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 17:40:23 +0000 Subject: [PATCH 0061/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkGray; } nav { - background: LightSlateGray; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From f655dcdd0ec3c19c5bdd7f6f58f7a1a6d94c5f38 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 18:20:24 +0000 Subject: [PATCH 0062/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Plum; } nav { - background: DarkGray; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 97ea9cade1271907152f98b56e930a80953f711e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 18:50:25 +0000 Subject: [PATCH 0063/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkCyan; } nav { - background: Plum; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 56a3cb1bd3824ffdf8af76541e880c585dbb5339 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 19:00:25 +0000 Subject: [PATCH 0064/3208] KPT-24: Update background color to MediumSpringGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkCyan; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3f85085f95cf98c616f8335553801a08e6dfb30f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 19:30:24 +0000 Subject: [PATCH 0065/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightCoral; } nav { - background: MediumSpringGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From ee9e50e9d60de91a68d9e49f1e2700ba92585e0f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 20:40:24 +0000 Subject: [PATCH 0066/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid OrangeRed; } nav { - background: LightCoral; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 1bd39d43ca6a79a7c84aa1589f20f28daa1929db Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 21:10:24 +0000 Subject: [PATCH 0067/3208] KPT-24: Update background color to Orange --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Orange; } nav { - background: OrangeRed; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 9070c3fcb072cabcdfe5ed2c6dde317fe5d494cf Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 21:40:24 +0000 Subject: [PATCH 0068/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Coral; } nav { - background: Orange; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From bf9fac2485caf8ec3ce9ce0cc20f24af97658543 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 22:40:24 +0000 Subject: [PATCH 0069/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DimGrey; } nav { - background: Coral; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9c1511756c0492a5e1c0cedbe640e4c447f411d4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 22:50:24 +0000 Subject: [PATCH 0070/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid PapayaWhip; } nav { - background: DimGrey; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 7106d4abc3926a314e21866c73cd2df7083ab8a6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 23:10:25 +0000 Subject: [PATCH 0071/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SlateGray; } nav { - background: PapayaWhip; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6cd5a029c1fcd0ee36e28fec7c75539a5bd13407 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 00:00:35 +0000 Subject: [PATCH 0072/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Azure; } nav { - background: SlateGray; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From d80395c553bd6864230acb439530b96f7144937d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 02:50:25 +0000 Subject: [PATCH 0073/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkMagenta; } nav { - background: Azure; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 4b6b292cffa12ece8bd4411358e1d7a6f213e053 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 03:20:25 +0000 Subject: [PATCH 0074/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkMagenta; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 4bc041a66e10038167165eba5e59dee254f09903 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 03:30:24 +0000 Subject: [PATCH 0075/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Pink; } nav { - background: BlanchedAlmond; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From aa3a8b78944c6e52bc9e2871edd1c5cd9ca3a076 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 03:40:25 +0000 Subject: [PATCH 0076/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid PaleGreen; } nav { - background: Pink; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 988c846ed77b5f62c0b6ec93f6a001388cc63807 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 03:50:24 +0000 Subject: [PATCH 0077/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid GreenYellow; } nav { - background: PaleGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7b7ceec698e4b06e80db54dc0ce8f7f15be97e58 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 04:40:24 +0000 Subject: [PATCH 0078/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Khaki; } nav { - background: GreenYellow; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 7d21ac253715314bd7226b82cbb9d1c587fb3c6c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 05:20:24 +0000 Subject: [PATCH 0079/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid MintCream; } nav { - background: Khaki; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 7cb46739c2e349e74f5211413895b5e8fc89dba6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 05:30:24 +0000 Subject: [PATCH 0080/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkMagenta; } nav { - background: MintCream; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From b17a98217da743a6377b6c8a0a6545ce82532d80 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 06:30:25 +0000 Subject: [PATCH 0081/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkMagenta; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 269da6f6a9dee539e987fe49d1e4a96321fcbb45 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 07:00:24 +0000 Subject: [PATCH 0082/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid MediumSpringGreen; } nav { - background: RebeccaPurple; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 30de6bfa121f3b53314ad5c2a8a742c05f392161 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 08:10:24 +0000 Subject: [PATCH 0083/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Moccasin; } nav { - background: MediumSpringGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 9681487cc27a666f38c89777ed05e8ee149341fb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 08:30:24 +0000 Subject: [PATCH 0084/3208] KPT-24: Update background color to PaleVioletRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PaleVioletRed; } nav { - background: Moccasin; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 80a41e98c307a28cd3dded0c32255897ff84a739 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 09:40:23 +0000 Subject: [PATCH 0085/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkGrey; } nav { - background: PaleVioletRed; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7f2d267b086db5245a32d917227ca5fedb903ff0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 09:50:24 +0000 Subject: [PATCH 0086/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Lime; } nav { - background: DarkGrey; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 49dfbd09d8e19967150996b36dae4e9d6c682ee8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 10:10:24 +0000 Subject: [PATCH 0087/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Olive; } nav { - background: Lime; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From aa1f8de018ec76d2c20db0d1ab47d1f80c0b0d41 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 10:50:24 +0000 Subject: [PATCH 0088/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Red; } nav { - background: Olive; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From d7355d38d00b3dd00797decadeda98cbf94a65bc Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 11:10:25 +0000 Subject: [PATCH 0089/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid BurlyWood; } nav { - background: Red; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 837d01f65bc64df8f79eac0143c1a2b573bd86c0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 11:30:24 +0000 Subject: [PATCH 0090/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid PowderBlue; } nav { - background: BurlyWood; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From e59859714e8f34ff5a9308363b80f2f80b129179 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 12:10:25 +0000 Subject: [PATCH 0091/3208] KPT-24: Update background color to Beige --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Beige; } nav { - background: PowderBlue; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From ab9d66d055ef78dded4dbc3957c336e5bca8ee97 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 12:50:25 +0000 Subject: [PATCH 0092/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Plum; } nav { - background: Beige; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From a2490245a02b3e70e0f60d35094b781273c815b9 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 13:00:24 +0000 Subject: [PATCH 0093/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid MediumVioletRed; } nav { - background: Plum; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 797f0fbcc1a1d0202beffbec0e3977826533f0ee Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 13:20:26 +0000 Subject: [PATCH 0094/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightGray; } nav { - background: MediumVioletRed; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From f5622c0fa4b2e2e8b4529c473a0ee8f1c9119ec8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 13:30:25 +0000 Subject: [PATCH 0095/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Cyan; } nav { - background: LightGray; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 4c8753ceb879b4b40179c91a8ffa1731b715a863 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 13:40:24 +0000 Subject: [PATCH 0096/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightCyan; } nav { - background: Cyan; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From c56502ab73262443d8710e31426bc8868abf9aff Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 14:30:25 +0000 Subject: [PATCH 0097/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Violet; } nav { - background: LightCyan; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 81c7a3c583b48aa75ede99700e3cf1f5fc0622e6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 15:00:26 +0000 Subject: [PATCH 0098/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid OldLace; } nav { - background: Violet; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From a7f6bc6c8377ed77a63f64c8690262fd91c88034 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 15:40:25 +0000 Subject: [PATCH 0099/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid MidnightBlue; } nav { - background: OldLace; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From dd160a24ed9adb4c0506205721769653c5e821ab Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 15:50:25 +0000 Subject: [PATCH 0100/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Red; } nav { - background: MidnightBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 3698117c252071da866f2be10f4da51053f2ff66 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 16:00:25 +0000 Subject: [PATCH 0101/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightCyan; } nav { - background: Red; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b84ab3c05076f7ed4e16f8b1dd4458744fb914c7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 16:20:24 +0000 Subject: [PATCH 0102/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkKhaki; } nav { - background: LightCyan; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 4ca8f311f1bd9071ab0dc974594e1dc68cae9499 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 18:00:37 +0000 Subject: [PATCH 0103/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkKhaki; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 12736688572b6eaa097dd1013b01fa91bc40891f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 18:20:24 +0000 Subject: [PATCH 0104/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightSlateGray; } nav { - background: MediumAquaMarine; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 896c863a6075bc2daf6d52c5dd68639579193c02 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 18:40:24 +0000 Subject: [PATCH 0105/3208] KPT-22: Modals with SpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid SpringGreen; } nav { - background: LightSlateGray; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 60edbd66508b6b1ca99a55009710691db425714a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 18:50:24 +0000 Subject: [PATCH 0106/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Pink; } nav { - background: SpringGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 456f4c7861244d1b823a489be97c81d9e2ed6fa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 21:18:23 +0000 Subject: [PATCH 0107/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkSalmon; } nav { - background: Pink; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 60295bf952be0154ca688856bb00694f59ae2fe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 23:28:25 +0000 Subject: [PATCH 0108/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid HoneyDew; } nav { - background: DarkSalmon; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 6994f7470eb49fcf1370c1b052f6475c7435a659 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 00:28:24 +0000 Subject: [PATCH 0109/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Plum; } nav { - background: HoneyDew; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 5f9cf5fced0e89666c289f90db0eb95c4a7f19ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 00:48:23 +0000 Subject: [PATCH 0110/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid MediumSpringGreen; } nav { - background: Plum; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 31fede73d77c1ba2918a9422e2008fd345ea599d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 01:18:23 +0000 Subject: [PATCH 0111/3208] KPT-22: Modals with Salmon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Salmon; } nav { - background: MediumSpringGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From e12ad6a2333e81045953f0140238be6e5dd4b586 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 01:58:24 +0000 Subject: [PATCH 0112/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid BurlyWood; } nav { - background: Salmon; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 0c5495765eba35e537eec760c626fc63c08b7340 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 02:08:24 +0000 Subject: [PATCH 0113/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid MintCream; } nav { - background: BurlyWood; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From cc8a5a70069ce2b5ce555b8174673a1098d10fe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 02:28:24 +0000 Subject: [PATCH 0114/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid MistyRose; } nav { - background: MintCream; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 5c18b10b5c9a1b6e8164f1077669558ea5a0ae61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 02:38:24 +0000 Subject: [PATCH 0115/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Tan; } nav { - background: MistyRose; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From d709f7d1ba92772a5ead1033e4edc87ba6a030f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 02:48:24 +0000 Subject: [PATCH 0116/3208] KPT-24: Update background color to Aqua --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Aqua; } nav { - background: Tan; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b16473a17ad9b83a844d51904f05b7e130b703bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 04:38:24 +0000 Subject: [PATCH 0117/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkMagenta; } nav { - background: Aqua; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 79c3b8a9383ac9f5a499f2515942eddf9b4f6a7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 06:58:26 +0000 Subject: [PATCH 0118/3208] KPT-24: Update background color to Gray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Gray; } nav { - background: DarkMagenta; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 7b41b484cf186334c7a5c0bc960e7a5e98499609 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 07:08:26 +0000 Subject: [PATCH 0119/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LawnGreen; } nav { - background: Gray; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 477a515b4079be1315a14048f87cfe56b550d325 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 07:48:25 +0000 Subject: [PATCH 0120/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkKhaki; } nav { - background: LawnGreen; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 88b591a94eb08bab6b727e14c38e32a7c5daf1d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 08:08:24 +0000 Subject: [PATCH 0121/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid PapayaWhip; } nav { - background: DarkKhaki; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From c215a124a7b1a691fadcd266e99d199c3ecde074 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 08:58:27 +0000 Subject: [PATCH 0122/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Fuchsia; } nav { - background: PapayaWhip; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 5f183c20372f410dbf9a130a5f0850b0d858fc57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 09:38:24 +0000 Subject: [PATCH 0123/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkOliveGreen; } nav { - background: Fuchsia; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From a0b6a68cfa0e39a3758ec3545204f4d4d649264c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 10:38:24 +0000 Subject: [PATCH 0124/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkOliveGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 774ca4f8f46458e22253e11133e6ef3b4ccec43c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 11:18:23 +0000 Subject: [PATCH 0125/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Peru; } nav { - background: MediumSeaGreen; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 38be9f206140474c9c31e8fdd67208924482f650 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 11:58:24 +0000 Subject: [PATCH 0126/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Red; } nav { - background: Peru; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 26fc391bfd47c44cf1740ad9efa71ce38d03d4d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 12:08:23 +0000 Subject: [PATCH 0127/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Red; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 422dac3889023145aaa94dc57c46bc51fa0a931e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 12:18:24 +0000 Subject: [PATCH 0128/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Magenta; } nav { - background: LightGoldenRodYellow; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 80ff592ab3795b60ac853985dcfa37b8ab1414f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 13:08:24 +0000 Subject: [PATCH 0129/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightGray; } nav { - background: Magenta; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From eee5843ff4fb459b9d8394c512248a21cff609f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 13:38:24 +0000 Subject: [PATCH 0130/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid HoneyDew; } nav { - background: LightGray; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 044fdc8e910f69db86be1ac74e2a5a17608ed317 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:38:24 +0000 Subject: [PATCH 0131/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightGray; } nav { - background: HoneyDew; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From f10a4a32dde3ee1ed559bd1dc6a937c61f1f55e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:48:24 +0000 Subject: [PATCH 0132/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid GoldenRod; } nav { - background: LightGray; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a415087b040c6a9f45a4480135ba3a363d24cb06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:58:09 +0000 Subject: [PATCH 0133/3208] KPT-22: Modals with LightSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LightSeaGreen; } nav { - background: GoldenRod; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7acb3840b05cf8877ec595de8ca20315798be6b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 15:27:45 +0000 Subject: [PATCH 0134/3208] KPT-22: Modals with Tomato accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Tomato; } nav { - background: LightSeaGreen; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 9480d0913f900c43a587a970eb3768e02f0e6743 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:48:25 +0000 Subject: [PATCH 0135/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumTurquoise; } nav { - background: Tomato; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 9336b9b0fb539ed53b49522500ffa5ab08ba98f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:58:25 +0000 Subject: [PATCH 0136/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Sienna; } nav { - background: MediumTurquoise; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 8b935d5e4e10f5a687cbfa93ba4b03face43e47d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 19:08:26 +0000 Subject: [PATCH 0137/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkViolet; } nav { - background: Sienna; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 699486d6af9f5f28c5f6ac0c0634b5d584b59896 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 20:08:36 +0000 Subject: [PATCH 0138/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid GhostWhite; } nav { - background: DarkViolet; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 51c8ac72104ba5e0f6d71d1d40a312f97756fd4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 20:18:26 +0000 Subject: [PATCH 0139/3208] KPT-24: Update background color to LightCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid LightCyan; } nav { - background: GhostWhite; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 46228484d21bd3ffc9ce00771f20f2d4fd8a7a01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 20:58:36 +0000 Subject: [PATCH 0140/3208] KPT-22: Modals with LawnGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LawnGreen; } nav { - background: LightCyan; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 99b97eeff6bfb785fafdca6393fd39705ec049b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 21:28:25 +0000 Subject: [PATCH 0141/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LawnGreen; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 02db6470b9d7bcb64e36a71537e94663b3d51b2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 21:58:28 +0000 Subject: [PATCH 0142/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Fuchsia; } nav { - background: LightGoldenRodYellow; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 96dc4adb1d16e14c842f353f987e9f4951714e56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 22:58:36 +0000 Subject: [PATCH 0143/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Crimson; } nav { - background: Fuchsia; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 22941b213dce9989daf22808ac70a3280cc6433e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 23:18:26 +0000 Subject: [PATCH 0144/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightBlue; } nav { - background: Crimson; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From f2f2be0ec5c6ba02c7a7a23378bb952651377bf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 00:18:26 +0000 Subject: [PATCH 0145/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Sienna; } nav { - background: LightBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 4a1c530efa7ed24af7976980d36478ce1d99776e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 00:58:39 +0000 Subject: [PATCH 0146/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkSlateBlue; } nav { - background: Sienna; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From af069bd2bbe23e40bf0570c4a6061c5b1e3afec5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 01:18:27 +0000 Subject: [PATCH 0147/3208] KPT-22: Modals with Brown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Brown; } nav { - background: DarkSlateBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 33af73809503e1d4562809a607a8e735c4e9359a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 02:48:28 +0000 Subject: [PATCH 0148/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Blue; } nav { - background: Brown; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 54a21e925133bf5b383b9ea593f18092491aab52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 03:28:41 +0000 Subject: [PATCH 0149/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Brown; } nav { - background: Blue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 99b6378f7b8dc8e10a3e26c1006db4736402abf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 04:08:24 +0000 Subject: [PATCH 0150/3208] KPT-24: Update background color to DimGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DimGray; } nav { - background: Brown; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 6ec41002bdc190355c7d7306a2e96181307f5e45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 04:58:36 +0000 Subject: [PATCH 0151/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Lavender; } nav { - background: DimGray; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 956a5d3f590e977396e259156ae51a60a57a45f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 05:18:25 +0000 Subject: [PATCH 0152/3208] KPT-24: Update background color to LimeGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid LimeGreen; } nav { - background: Lavender; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From af204789376f8aa6eb42250f23e58df24bb5c890 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 05:28:25 +0000 Subject: [PATCH 0153/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkViolet; } nav { - background: LimeGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2e8177fba6cd901e332ae5b72393b641da198649 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 06:28:17 +0000 Subject: [PATCH 0154/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Chartreuse; } nav { - background: DarkViolet; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 19a1d02a65c0c6b6867b7756d38706159d806961 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 06:38:17 +0000 Subject: [PATCH 0155/3208] KPT-22: Modals with SteelBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid SteelBlue; } nav { - background: Chartreuse; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1548776d5abb3ec716542b956850d265f0b0756a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 08:08:17 +0000 Subject: [PATCH 0156/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid FloralWhite; } nav { - background: SteelBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7f765a55e7ba8bbd47f8b0f3362784dc749482f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 09:08:18 +0000 Subject: [PATCH 0157/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Chartreuse; } nav { - background: FloralWhite; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From e5623906e0600122a349ecec86ce5f9db5e04ad7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 11:18:18 +0000 Subject: [PATCH 0158/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DarkKhaki; } nav { - background: Chartreuse; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 8d26bf114b0a773c2cc4d3ee0af48fa3e3844587 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 11:28:17 +0000 Subject: [PATCH 0159/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Peru; } nav { - background: DarkKhaki; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 448cf5efe2156989a1e28fee24081fd9d5660151 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 11:38:18 +0000 Subject: [PATCH 0160/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Grey; } nav { - background: Peru; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 7e32c624a3e79c483ff403b838b7f3b770ddcc58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 11:58:17 +0000 Subject: [PATCH 0161/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Bisque; } nav { - background: Grey; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 34c3c8d397e71c5edecc4822c7b43a5db8ed9d36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 12:08:17 +0000 Subject: [PATCH 0162/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Lavender; } nav { - background: Bisque; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From be44f95951c67f19da34d0a5e2778283a2c4921d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 14:18:17 +0000 Subject: [PATCH 0163/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid PowderBlue; } nav { - background: Lavender; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5bf63b4d69fca704af4f54426e10de5deb58b5cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 14:28:17 +0000 Subject: [PATCH 0164/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkCyan; } nav { - background: PowderBlue; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 7cbbf4b2ea1c91018067a3d128253aed864ee345 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 14:48:18 +0000 Subject: [PATCH 0165/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid FireBrick; } nav { - background: DarkCyan; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 26cc8d7a4e331958934bce1e4695178d46831344 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 15:18:18 +0000 Subject: [PATCH 0166/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Turquoise; } nav { - background: FireBrick; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From bb2d2c855e403434c6fac6dc009e3af01e21e70d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 15:58:17 +0000 Subject: [PATCH 0167/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Navy; } nav { - background: Turquoise; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 5066cd1e57849e8984308f3452a1fe254afe53fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 16:28:18 +0000 Subject: [PATCH 0168/3208] KPT-22: Modals with Wheat accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Wheat; } nav { - background: Navy; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From e1c48ea93722c5b4026554381e6603d6ca4aa138 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 17:08:18 +0000 Subject: [PATCH 0169/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Brown; } nav { - background: Wheat; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From bd16ccc54057e9b0c2108dec396a1c1578d78053 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 17:18:18 +0000 Subject: [PATCH 0170/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Blue; } nav { - background: Brown; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From c4d0b29d36628810bfcf4e53c311a8376a0d5ebd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 18:18:18 +0000 Subject: [PATCH 0171/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid White; } nav { - background: Blue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 09aa8c92ecbd26f1f6e0cac11b5ccdc8247765ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 18:28:18 +0000 Subject: [PATCH 0172/3208] KPT-24: Update background color to PaleGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid PaleGreen; } nav { - background: White; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From d1005162b17cd0890ded4e230ec9cc733e3ea9b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 18:58:19 +0000 Subject: [PATCH 0173/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid HoneyDew; } nav { - background: PaleGreen; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 9e197314d20736f48f5898c357b03189b25b99f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 19:08:18 +0000 Subject: [PATCH 0174/3208] KPT-24: Update background color to Violet --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Violet; } nav { - background: HoneyDew; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 8a90a748b9d6f88ba97385fc2bf0d99c58833790 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 19:28:19 +0000 Subject: [PATCH 0175/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightCoral; } nav { - background: Violet; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 5d03f22799e8a9f975d2cda8d196863e99de6f87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:17:59 +0000 Subject: [PATCH 0176/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid MediumBlue; } nav { - background: LightCoral; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From b7603db7d7b507987851a801b42b2919d09752db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:18:50 +0000 Subject: [PATCH 0177/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid BurlyWood; } nav { - background: MediumBlue; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 7648f08e90bc7039153da9a484760180402bfc96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:20:43 +0000 Subject: [PATCH 0178/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Navy; } nav { - background: BurlyWood; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From d8b706a704279b276474b36a180fabf17916da3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:58:18 +0000 Subject: [PATCH 0179/3208] KPT-24: Update background color to SeaShell --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid SeaShell; } nav { - background: Navy; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 424d3625345bec312cf34e325248ae4ed60dd045 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 23:13:18 +0000 Subject: [PATCH 0180/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MediumVioletRed; } nav { - background: SeaShell; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 25882278b491c7fae37a0117ca4160fac354ea8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 01:28:19 +0000 Subject: [PATCH 0181/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Bisque; } nav { - background: MediumVioletRed; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From a9649aa172c326a917a784ea4d17673a22862d5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 02:13:18 +0000 Subject: [PATCH 0182/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid OldLace; } nav { - background: Bisque; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 02a1455e0728a175371e36ccafdf8b4a41e8b596 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 07:28:20 +0000 Subject: [PATCH 0183/3208] KPT-22: Modals with Gray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Gray; } nav { - background: OldLace; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From c3b27f31ff2eec101bf7a9132c2456ff9b03d4ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 08:58:36 +0000 Subject: [PATCH 0184/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Black; } nav { - background: Gray; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From b6ed79e97180e8d90fdeecc34ddd3e6bf572ab99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 10:28:18 +0000 Subject: [PATCH 0185/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkGoldenRod; } nav { - background: Black; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 03bf810ab67ab078f62ff2342b4feb462b16b7f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 11:58:31 +0000 Subject: [PATCH 0186/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightGreen; } nav { - background: DarkGoldenRod; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From cf66664313ad55d5e81f3748f2dfc0e1ad006e89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 13:28:30 +0000 Subject: [PATCH 0187/3208] KPT-24: Update background color to Indigo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Indigo; } nav { - background: LightGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From bd84776421cb4e38ac8740548ec92dd523948f7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 14:58:30 +0000 Subject: [PATCH 0188/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid CornflowerBlue; } nav { - background: Indigo; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0dc373c30a0dc1dd8e07b4888e0e479ab0f42d72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 15:43:20 +0000 Subject: [PATCH 0189/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: CornflowerBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1c717b9cd735fe452c9f8f527421433e1c959d88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 16:28:21 +0000 Subject: [PATCH 0190/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid GoldenRod; } nav { - background: LightSkyBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From dafd8c07f17f96c1329fc84705eeeea8d4a2f6b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 18:43:18 +0000 Subject: [PATCH 0191/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid PaleTurquoise; } nav { - background: GoldenRod; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From cd3b9bd311b16269ba2e495e7aaee42052567574 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 20:13:17 +0000 Subject: [PATCH 0192/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid GreenYellow; } nav { - background: PaleTurquoise; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From dbb7d40297e6354c61353e2623bec9c82a038cd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 20:58:18 +0000 Subject: [PATCH 0193/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DeepSkyBlue; } nav { - background: GreenYellow; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From c95c64221fd23b72da901bb3f30149d81103ee0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 23:58:18 +0000 Subject: [PATCH 0194/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LightBlue; } nav { - background: DeepSkyBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8d0ea84056e49f4de6f5dafac03a5025b5220216 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 04:28:18 +0000 Subject: [PATCH 0195/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Orange; } nav { - background: LightBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From b2b6021343634969d206ad639ee034331f417c85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 07:28:18 +0000 Subject: [PATCH 0196/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid ForestGreen; } nav { - background: Orange; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From e81607d2e697ba61578088c6d6130984f8efafe7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 08:58:17 +0000 Subject: [PATCH 0197/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: ForestGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 16f043b5f43db3dd1383434c2693224064e7e379 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 14:13:17 +0000 Subject: [PATCH 0198/3208] KPT-22: Modals with LightGoldenRodYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkOliveGreen; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 4cb428dc39064adc23959118dc3a11cc64c2d025 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 15:43:18 +0000 Subject: [PATCH 0199/3208] KPT-24: Update background color to Sienna --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Sienna; } nav { - background: LightGoldenRodYellow; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From cf2dec13ea30b73dbc42ee3fb3e0e70b55412b69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 01:28:17 +0000 Subject: [PATCH 0200/3208] KPT-22: Modals with Blue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Blue; } nav { - background: Sienna; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 2497c02fe4207f62a77794cf51723f4192a96afd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 03:43:17 +0000 Subject: [PATCH 0201/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DodgerBlue; } nav { - background: Blue; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 209aef4b44a31e0a7fd7b63df49f6eefe561b926 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 05:58:19 +0000 Subject: [PATCH 0202/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightSalmon; } nav { - background: DodgerBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 151bb99a4c384c8b5c4206901071d7a573af0770 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 06:43:19 +0000 Subject: [PATCH 0203/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Snow; } nav { - background: LightSalmon; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 1232e54e24c8cda63bf1197003b50c0f247945f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 07:28:17 +0000 Subject: [PATCH 0204/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid MediumSlateBlue; } nav { - background: Snow; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5d46a795c16bce011b378484abc114e87e2973db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 10:28:17 +0000 Subject: [PATCH 0205/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid LightCoral; } nav { - background: MediumSlateBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 5952c21857c3072c8485adf3eb29e1b9490c6a17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 11:13:18 +0000 Subject: [PATCH 0206/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Wheat; } nav { - background: LightCoral; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 576467420a14d3f068c7d2372d01baa12983f4f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 16:28:18 +0000 Subject: [PATCH 0207/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Turquoise; } nav { - background: Wheat; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From ac85bb8e1fc94c888b7808451b31ef5f7b18f998 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 20:13:18 +0000 Subject: [PATCH 0208/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid FloralWhite; } nav { - background: Turquoise; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From a5077316f381b823ed4a6ea63db4241137521b9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 20:58:18 +0000 Subject: [PATCH 0209/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Fuchsia; } nav { - background: FloralWhite; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 5e46df5087289a9578cb39840ef31923c31dc300 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 03:43:18 +0000 Subject: [PATCH 0210/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Wheat; } nav { - background: Fuchsia; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From c0da778d0620daf9a8f38cf61eda4c2abbec9919 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 05:13:20 +0000 Subject: [PATCH 0211/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Yellow; } nav { - background: Wheat; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 2ec8c74169f799761842359bc7de341fa1e157ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 06:43:19 +0000 Subject: [PATCH 0212/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LightGrey; } nav { - background: Yellow; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 405a7dddc228e68295ca02128faa479840ce69ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 07:28:19 +0000 Subject: [PATCH 0213/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DarkGreen; } nav { - background: LightGrey; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 04b054e35d7f7d56ea7dc6e0518a89bbf4c5bdb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 09:43:19 +0000 Subject: [PATCH 0214/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid PowderBlue; } nav { - background: DarkGreen; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0c0c3c8e364c12eb152ad125c0eab5d94fca0e68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 13:28:18 +0000 Subject: [PATCH 0215/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Beige; } nav { - background: PowderBlue; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 0ba4baf869c43b5901ddf5ae75e85545a4ef2eb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 14:58:28 +0000 Subject: [PATCH 0216/3208] KPT-22: Modals with Violet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Violet; } nav { - background: Beige; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 6b41b675cc9816839a6a0a431b3b891554da4397 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 15:43:18 +0000 Subject: [PATCH 0217/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid RoyalBlue; } nav { - background: Violet; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 32327796c50288027fabab647d2db950ba920a45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 17:13:19 +0000 Subject: [PATCH 0218/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Plum; } nav { - background: RoyalBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From db31bcbe1ff3ca081d4837186c8676c7c353e665 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 19:28:29 +0000 Subject: [PATCH 0219/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid MediumVioletRed; } nav { - background: Plum; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e8e8ed1b92481bbf1318e2148046b9e24656cf64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 21:43:19 +0000 Subject: [PATCH 0220/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid DarkCyan; } nav { - background: MediumVioletRed; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 410e160fc64520c8e4b3a7176fc72b1af23db1c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 23:13:20 +0000 Subject: [PATCH 0221/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Red; } nav { - background: DarkCyan; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 220abf681b1231d48675a9c15e676a2c223b577a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 23:58:30 +0000 Subject: [PATCH 0222/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Cyan; } nav { - background: Red; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 3476914bc2fffa2053bc63e4352f75a2542780ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 01:28:21 +0000 Subject: [PATCH 0223/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid MediumOrchid; } nav { - background: Cyan; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 4a52b080d7d8d46498c922d89428058bf0ac8d9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 04:28:18 +0000 Subject: [PATCH 0224/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Pink; } nav { - background: MediumOrchid; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 4ee2ff5e5fb63e2693323fc3e0e5d435abc61549 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 05:13:17 +0000 Subject: [PATCH 0225/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid NavajoWhite; } nav { - background: Pink; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 4332cbb889477e239773881ce0cf707fdc44f054 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 05:58:18 +0000 Subject: [PATCH 0226/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid SlateGray; } nav { - background: NavajoWhite; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 54267116cf6b1f0fa91ca3dec50d122715c422c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 11:58:18 +0000 Subject: [PATCH 0227/3208] KPT-22: Modals with Pink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Pink; } nav { - background: SlateGray; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From e41588becc4434c733c7cc44aba448b5e53d234f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 13:28:18 +0000 Subject: [PATCH 0228/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid BurlyWood; } nav { - background: Pink; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 0c229d8976eeeb2b31a93b3ecc5f27845081e54b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 18:43:18 +0000 Subject: [PATCH 0229/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid PowderBlue; } nav { - background: BurlyWood; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From f7be50934305b993eb65acdde108fc5c1739841e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 19:28:18 +0000 Subject: [PATCH 0230/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid SandyBrown; } nav { - background: PowderBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From c42dc85138a9a4085b538624d21122215de1fe8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 22:28:18 +0000 Subject: [PATCH 0231/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid ForestGreen; } nav { - background: SandyBrown; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From f29f6e435b5d580941f998606392d58ba5f1c9d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 23:13:18 +0000 Subject: [PATCH 0232/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: ForestGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 733e6c9d671f471a2fb7e6b148b220b01b3e7368 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 04:28:18 +0000 Subject: [PATCH 0233/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Maroon; } nav { - background: MediumVioletRed; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 9c552375ffaa733c3ad4c646bf82ecddd50d9598 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 05:13:18 +0000 Subject: [PATCH 0234/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid NavajoWhite; } nav { - background: Maroon; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From e6f594e29af479c0bea578709d3842f94c718361 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 05:58:17 +0000 Subject: [PATCH 0235/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid PeachPuff; } nav { - background: NavajoWhite; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 837820415d6755076adbe796ea8ecc3979886960 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 07:28:18 +0000 Subject: [PATCH 0236/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid SaddleBrown; } nav { - background: PeachPuff; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From ffea9c81c354981e7209d76050563fceed529d03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 13:28:18 +0000 Subject: [PATCH 0237/3208] KPT-22: Modals with Lavender accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Lavender; } nav { - background: SaddleBrown; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 03df8f245c3dad833940681a0bb3d7c9e1abd139 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 16:28:18 +0000 Subject: [PATCH 0238/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Tomato; } nav { - background: Lavender; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 72981b7f7a98be7f8127e375ee84e7b06db0ed25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 17:13:18 +0000 Subject: [PATCH 0239/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid OrangeRed; } nav { - background: Tomato; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From fd7ff974bcf5a4236cf0449ed3f15eb5e83b7112 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 17:58:20 +0000 Subject: [PATCH 0240/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid DimGrey; } nav { - background: OrangeRed; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 46a34df2380e096f9eab6f5c174fc77422008b7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 19:28:18 +0000 Subject: [PATCH 0241/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkKhaki; } nav { - background: DimGrey; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 1a5c8039f99f739610c39b1f5b07a5159c400d1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 21:43:18 +0000 Subject: [PATCH 0242/3208] KPT-24: Update background color to DarkTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkKhaki; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6fb484a1283f5c4f643a92c26963754624f94b72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 22:28:18 +0000 Subject: [PATCH 0243/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Plum; } nav { - background: DarkTurquoise; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 9a83da9f0700f3c1031f08634da47a09de9597c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 01:28:18 +0000 Subject: [PATCH 0244/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkSeaGreen; } nav { - background: Plum; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c892809b7c09cc7a7940a8fe591397779fe73b72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 03:43:18 +0000 Subject: [PATCH 0245/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid MediumBlue; } nav { - background: DarkSeaGreen; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4bfb471697f6ce0a1a620df739543f2a3af5b07a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 05:58:31 +0000 Subject: [PATCH 0246/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 440083cd67d252f17afe687d9cc6088e5bc46f90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 06:43:18 +0000 Subject: [PATCH 0247/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkGoldenRod; } nav { - background: WhiteSmoke; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 34176cf6c705c1c797fb6bb981b28f6f56a9c3f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 09:43:18 +0000 Subject: [PATCH 0248/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Khaki; } nav { - background: DarkGoldenRod; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From db8310647758076e16af7a1eeb7c3ca627dd228b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 16:28:18 +0000 Subject: [PATCH 0249/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Salmon; } nav { - background: Khaki; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 153d63e228119113ce2faeab75c38a2dd6692041 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 03:43:43 +0000 Subject: [PATCH 0250/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid AntiqueWhite; } nav { - background: Salmon; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 9599c1c9d8c5c589f5db0135ae43a2567db70806 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 05:13:45 +0000 Subject: [PATCH 0251/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DimGray; } nav { - background: AntiqueWhite; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 4ff68d0b9d2c1e5cbd6d20a2931def06bd011b0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 08:13:29 +0000 Subject: [PATCH 0252/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid SaddleBrown; } nav { - background: DimGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 14b85423e4f02f7de16a01b7bb5cb928582e633b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 10:28:56 +0000 Subject: [PATCH 0253/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid White; } nav { - background: SaddleBrown; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From d3dd36efc3215045dc24fb47d1ab99d2c39af52c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 11:58:45 +0000 Subject: [PATCH 0254/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Violet; } nav { - background: White; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From d75924a84378ecf202d13cce6ecd5e8b42014e87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 13:28:40 +0000 Subject: [PATCH 0255/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Coral; } nav { - background: Violet; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From e59c7e91ef1fdc1d095e5ad33af8802e4b2c2ce4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 21:43:18 +0000 Subject: [PATCH 0256/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LightGreen; } nav { - background: Coral; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 76794f4fa044200e23614155cf3de561e6e51d20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 23:58:18 +0000 Subject: [PATCH 0257/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Gold; } nav { - background: LightGreen; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From fee24784053610bc11885ad8ae328665203d3431 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 05:58:18 +0000 Subject: [PATCH 0258/3208] KPT-22: Modals with DarkCyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkCyan; } nav { - background: Gold; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5e77c583fc024dd75686e3863e8ff25896c3d70f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 10:28:18 +0000 Subject: [PATCH 0259/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid LightYellow; } nav { - background: DarkCyan; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 4f0363d9a285a168570b5db71fe79b30023c17fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 19:28:19 +0000 Subject: [PATCH 0260/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Coral; } nav { - background: LightYellow; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From af6970bdc8dcbe9baf781e20e256dd8d71fce929 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 20:13:18 +0000 Subject: [PATCH 0261/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PaleVioletRed; } nav { - background: Coral; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 93f9e7556a40618669fe8f17feeb3507b7acf9a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 20:58:30 +0000 Subject: [PATCH 0262/3208] KPT-24: Update background color to MediumPurple --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MediumPurple; } nav { - background: PaleVioletRed; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 7ea68c8237f8d31f3304a73a471f7d10acc301f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 21:43:22 +0000 Subject: [PATCH 0263/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid CadetBlue; } nav { - background: MediumPurple; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 14037a5e124ad4ddaeba3ca4ba4053713dad6c1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 02:13:19 +0000 Subject: [PATCH 0264/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: CadetBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From efe071848506e8f664f9f32e0229e716d1a8e211 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 05:13:18 +0000 Subject: [PATCH 0265/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid GhostWhite; } nav { - background: WhiteSmoke; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3c69332415b219b06496fd2ef9329f2e418b59fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 08:13:18 +0000 Subject: [PATCH 0266/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid HotPink; } nav { - background: GhostWhite; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 0d32b9507390043206a889cb063144023f19cd98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 08:58:18 +0000 Subject: [PATCH 0267/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid White; } nav { - background: HotPink; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 147436b6ad9d3bad63613f9c41ce58bc3498afbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 12:43:20 +0000 Subject: [PATCH 0268/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DeepSkyBlue; } nav { - background: White; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From ca1cf7055ba15cbf13883ed9b0b10a6dd23f62e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 18:43:17 +0000 Subject: [PATCH 0269/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DeepSkyBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 573d34f1b0def0eef856d101e6e7450fe46ee88f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 01:28:21 +0000 Subject: [PATCH 0270/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid SkyBlue; } nav { - background: LightGoldenRodYellow; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a77c39e5ec31567cfd105e560f79ac6c09c6fcdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 04:28:17 +0000 Subject: [PATCH 0271/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Bisque; } nav { - background: SkyBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 496061268ff1bf3d07b77b739adb15c9ab3f4a0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 05:13:24 +0000 Subject: [PATCH 0272/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid CadetBlue; } nav { - background: Bisque; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From fd36697f8b817a2899162931b8ccb84731485285 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 06:43:29 +0000 Subject: [PATCH 0273/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Grey; } nav { - background: CadetBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From b6c5e25b2f0b8bf5bb5a862696ceebc44c9c4f35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 07:28:22 +0000 Subject: [PATCH 0274/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Coral; } nav { - background: Grey; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From bd970a23adac5a0e8d4511e3a54c63c0acd138f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 08:13:44 +0000 Subject: [PATCH 0275/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkGray; } nav { - background: Coral; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 672bc88a23c9e28d2b12f49670e075975642e98e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 11:58:43 +0000 Subject: [PATCH 0276/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightBlue; } nav { - background: DarkGray; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From ff205018c42cb75fbe5a30a28c126f0bbb7b1a89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 14:13:30 +0000 Subject: [PATCH 0277/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid OldLace; } nav { - background: LightBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From db6e8ca963433a7ff78ee73cf4551d629be59803 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 16:28:40 +0000 Subject: [PATCH 0278/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkSlateGrey; } nav { - background: OldLace; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 388adffbb02137f232f1a54bcb1442fcbba8a87d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 20:58:18 +0000 Subject: [PATCH 0279/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DeepSkyBlue; } nav { - background: DarkSlateGrey; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 811bf310022e533880612769c350931e2eff0c10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 05:13:18 +0000 Subject: [PATCH 0280/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid AliceBlue; } nav { - background: DeepSkyBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7fb3f7f66b22799e9cd1f606607211077a1347bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 13:28:18 +0000 Subject: [PATCH 0281/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid HotPink; } nav { - background: AliceBlue; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From f0a5090d96a10c57b7ade0fe264bc358450e203a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 14:13:18 +0000 Subject: [PATCH 0282/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LavenderBlush; } nav { - background: HotPink; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 3b5c6f1800f6c701441c0a298b2b5472906c45bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 04:28:19 +0000 Subject: [PATCH 0283/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Salmon; } nav { - background: LavenderBlush; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 3ca3b3a4861d43e7d1950845768ad287337e0c43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 08:13:18 +0000 Subject: [PATCH 0284/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid OliveDrab; } nav { - background: Salmon; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From ec0b234de2bc83ca5ebd2eea5534694a5f9ba3f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 11:13:19 +0000 Subject: [PATCH 0285/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid PowderBlue; } nav { - background: OliveDrab; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1920d4254d33a7cc5ecfeb38263bf337bf538e25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 13:28:19 +0000 Subject: [PATCH 0286/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid GreenYellow; } nav { - background: PowderBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 78bca0bdb31dfde3f3e838bc47cff2c8d955abc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 18:43:18 +0000 Subject: [PATCH 0287/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid RoyalBlue; } nav { - background: GreenYellow; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 45fd44669f41c75f78859ecdbecdff688a2f0804 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 20:58:18 +0000 Subject: [PATCH 0288/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LightSteelBlue; } nav { - background: RoyalBlue; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8a14e1ff22cf6c22893744c38fd2270bcc22a9b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 22:28:18 +0000 Subject: [PATCH 0289/3208] KPT-24: Update background color to CadetBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid CadetBlue; } nav { - background: LightSteelBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 082f9ea2b534aba6fbd51e17806f90afe876caac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 23:58:19 +0000 Subject: [PATCH 0290/3208] KPT-24: Update background color to GhostWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid GhostWhite; } nav { - background: CadetBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 76e30f44c078a9038e3de9df743b9bfada4c70e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 02:58:18 +0000 Subject: [PATCH 0291/3208] KPT-22: Modals with PowderBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid PowderBlue; } nav { - background: GhostWhite; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1fa6ed448f4673d7aa1a4fb3bd5b67aaa920d8fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 03:43:18 +0000 Subject: [PATCH 0292/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: PowderBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5eb36b8350ae159b7b6d88cc683a61b6f6440e88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 05:13:18 +0000 Subject: [PATCH 0293/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid White; } nav { - background: MediumSpringGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 029ed8b7cff5ce8b9607a969949905a72bf4f013 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 08:13:19 +0000 Subject: [PATCH 0294/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid SeaGreen; } nav { - background: White; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 801abfaabeae0d66d628c4e36c88d9e9e9814c13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 10:28:19 +0000 Subject: [PATCH 0295/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid BlueViolet; } nav { - background: SeaGreen; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From c4466043b4e5c28569bc87d34f3c119e76aaab59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 14:58:17 +0000 Subject: [PATCH 0296/3208] KPT-24: Update background color to DarkGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkGray; } nav { - background: BlueViolet; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 0cd64946c97fe94952ce3b07c932adf5d7440f12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 21:08:17 +0000 Subject: [PATCH 0297/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightGray; } nav { - background: DarkGray; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 10df60018da09f7270a64eab1db553e2c7876864 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 00:08:17 +0000 Subject: [PATCH 0298/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid MediumVioletRed; } nav { - background: LightGray; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 7eb346b6f8f18f032ef2e9c3830a9fda25b2ea4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 10:38:17 +0000 Subject: [PATCH 0299/3208] KPT-24: Update background color to Tomato --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Tomato; } nav { - background: MediumVioletRed; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 525a7d17c4b5f2b9bcbdc8b45930184eea077e96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 12:08:17 +0000 Subject: [PATCH 0300/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MintCream; } nav { - background: Tomato; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From af06fc9eb3cf93ecd1051b7a53d176fc2d780625 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 17:23:18 +0000 Subject: [PATCH 0301/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Green; } nav { - background: MintCream; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 03e83bd19fc2459bb0ebdda1cd5dab8870c4239b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 19:38:17 +0000 Subject: [PATCH 0302/3208] KPT-24: Update background color to Turquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Turquoise; } nav { - background: Green; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From f166681acfab1a4d8931337975a62276d6de3768 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 20:23:17 +0000 Subject: [PATCH 0303/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid SlateBlue; } nav { - background: Turquoise; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2ded5bb8fde18ab32cc4c54dea6f4b458d857b3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 05:23:18 +0000 Subject: [PATCH 0304/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SandyBrown; } nav { - background: SlateBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7059d43594de01473c8a7304c982bd3d7c1995d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 17:23:19 +0000 Subject: [PATCH 0305/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Tan; } nav { - background: SandyBrown; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From a0c33b190ce71cf2849142411b77a26b028202ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 02:23:18 +0000 Subject: [PATCH 0306/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid SaddleBrown; } nav { - background: Tan; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 89c64a5fde44a655554f5042498edc833cea4ab6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 03:08:18 +0000 Subject: [PATCH 0307/3208] KPT-22: Modals with BlanchedAlmond accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid BlanchedAlmond; } nav { - background: SaddleBrown; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From ccc87560634bb6b567aa8cc820e01f210914bc37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 03:53:18 +0000 Subject: [PATCH 0308/3208] KPT-24: Update background color to Snow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Snow; } nav { - background: BlanchedAlmond; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 9057bf78b317f5212ad55975b3c0ef2dde55099a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 06:53:18 +0000 Subject: [PATCH 0309/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid HoneyDew; } nav { - background: Snow; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 4a88970c111d08ac8e29e23c42c78e5a3724fcd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 09:08:17 +0000 Subject: [PATCH 0310/3208] KPT-24: Update background color to Chartreuse --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Chartreuse; } nav { - background: HoneyDew; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 388e0fcf0fd09462a23654ccade74f7bc64f5598 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 11:23:17 +0000 Subject: [PATCH 0311/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid PowderBlue; } nav { - background: Chartreuse; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 06065ad8c518bce02f22be13bf4d2c08f6963891 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 13:38:17 +0000 Subject: [PATCH 0312/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Snow; } nav { - background: PowderBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From a3ca2e1855164494f3fb7ac07ed78e0d693bad9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 15:08:18 +0000 Subject: [PATCH 0313/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid PaleTurquoise; } nav { - background: Snow; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7da2d76893883fef93f37681797243e77f20e278 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 17:23:17 +0000 Subject: [PATCH 0314/3208] KPT-22: Modals with Moccasin accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Moccasin; } nav { - background: PaleTurquoise; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ba913f1eaadb18074f6d1111eb246a5dace3392b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 18:08:17 +0000 Subject: [PATCH 0315/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Navy; } nav { - background: Moccasin; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 52ab22786fd388c5a3f8529c5a9f94651fe6a418 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 03:08:18 +0000 Subject: [PATCH 0316/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid BlanchedAlmond; } nav { - background: Navy; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 5c495f1cdffb92edfd72ef71664265cd7f72290a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 05:23:18 +0000 Subject: [PATCH 0317/3208] KPT-22: Modals with Ivory accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Ivory; } nav { - background: BlanchedAlmond; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 64fbe439e20c59455115a20ead96d08fcb782e87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 11:23:18 +0000 Subject: [PATCH 0318/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Tomato; } nav { - background: Ivory; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From ae919117409692e7256b3d9fc72521bcf5d2ff76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 12:53:20 +0000 Subject: [PATCH 0319/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid HotPink; } nav { - background: Tomato; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 2cbea78146d487e97122097ad21a83b879d50c02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 13:38:18 +0000 Subject: [PATCH 0320/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Thistle; } nav { - background: HotPink; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 4c21a8f4d5c74fec7652123d3ef75df8147046e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 17:23:18 +0000 Subject: [PATCH 0321/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkSlateGrey; } nav { - background: Thistle; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From feb1c38553e9a916d96bea68b46ca8d0091321df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 18:08:17 +0000 Subject: [PATCH 0322/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkSlateGrey; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 5ad3f1a2e5cbd77c8f14f153e4dbe44a86a45f7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 21:08:17 +0000 Subject: [PATCH 0323/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DodgerBlue; } nav { - background: MediumAquaMarine; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 872c35ce9d2a5f30b8fb6133fe793fa39deb0e1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 22:38:18 +0000 Subject: [PATCH 0324/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Purple; } nav { - background: DodgerBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 054a0d8f0f1e559f614da3c1dd23585a5d733113 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 00:08:18 +0000 Subject: [PATCH 0325/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Magenta; } nav { - background: Purple; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 4edd086d3862650e1f5b2dacca422e3f5e6c3cda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 00:53:18 +0000 Subject: [PATCH 0326/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkOrchid; } nav { - background: Magenta; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 7bb15f4c24de8b0202282cac0e4dfcade1664f53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 03:08:17 +0000 Subject: [PATCH 0327/3208] KPT-24: Update background color to Purple --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Purple; } nav { - background: DarkOrchid; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 4663129d8c4b7acc5ee2ee73e35e972cdc86f428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 04:38:17 +0000 Subject: [PATCH 0328/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Teal; } nav { - background: Purple; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From bf1c5ddf925a515fa06fb32225de200150f410fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 06:08:18 +0000 Subject: [PATCH 0329/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid PeachPuff; } nav { - background: Teal; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 1dfb8fbda86aea05a89cf56f642e80f09b475deb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 06:53:19 +0000 Subject: [PATCH 0330/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkGreen; } nav { - background: PeachPuff; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 13e1d741256eb043b921bab18ac3c38715dc4ea9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 09:53:17 +0000 Subject: [PATCH 0331/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Plum; } nav { - background: DarkGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From b8ff4699e5621f63be411423896627fb45a0b45f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 11:23:18 +0000 Subject: [PATCH 0332/3208] KPT-24: Update background color to LightCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightCyan; } nav { - background: Plum; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b43c6d1650a7cc4d2b348d1a8e6390c7b5b2261d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 12:53:19 +0000 Subject: [PATCH 0333/3208] KPT-24: Update background color to DarkSeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkSeaGreen; } nav { - background: LightCyan; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c2bb0db9cfc6ec31c01345c538a0689288f73e75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 14:23:18 +0000 Subject: [PATCH 0334/3208] KPT-24: Update background color to SandyBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid SandyBrown; } nav { - background: DarkSeaGreen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1a64b34f053d3e0c8aed6bee458990c36aa3a058 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 17:23:18 +0000 Subject: [PATCH 0335/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Aquamarine; } nav { - background: SandyBrown; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From e762ca5d9f3aed6359baf2e5603370cada9a6a88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 18:08:17 +0000 Subject: [PATCH 0336/3208] KPT-24: Update background color to LawnGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LawnGreen; } nav { - background: Aquamarine; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6939feac290044bed503b7cb245222f86481396c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 21:08:18 +0000 Subject: [PATCH 0337/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Black; } nav { - background: LawnGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 43bde3dda5d6fe97a3bffebf5a2d327abb3e1f24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 21:53:18 +0000 Subject: [PATCH 0338/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkGreen; } nav { - background: Black; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From b3e195b53980cf7d3bb98a26197eef4808f03c67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 00:08:17 +0000 Subject: [PATCH 0339/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkSalmon; } nav { - background: DarkGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From b8ec4522ce482c7162d95a4a8d28199713821887 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 10:38:18 +0000 Subject: [PATCH 0340/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid White; } nav { - background: DarkSalmon; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 8e5b0790b1668081929967d0303dc8de5079b841 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 18:08:17 +0000 Subject: [PATCH 0341/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Fuchsia; } nav { - background: White; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From fc0e4340a2071423959d68a30d776aac7c6b8be7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 19:38:17 +0000 Subject: [PATCH 0342/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid FloralWhite; } nav { - background: Fuchsia; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 4a379c420322446eb21885562142885687deba85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 21:08:17 +0000 Subject: [PATCH 0343/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LightSlateGrey; } nav { - background: FloralWhite; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f4f0a84861cb0ef5a6959b3ae8a202fe2a1ea1e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 03:53:18 +0000 Subject: [PATCH 0344/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid LightSteelBlue; } nav { - background: LightSlateGrey; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From fafc0c2dfe902a2b510a6bb508100c40403f2ab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 09:08:17 +0000 Subject: [PATCH 0345/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid PeachPuff; } nav { - background: LightSteelBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ea8cf3059053d636c40ea621b3522a8382abe9ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 09:53:18 +0000 Subject: [PATCH 0346/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DimGrey; } nav { - background: PeachPuff; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8f28721b677b603bc9434adcb0677e6ecc87e39d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 12:08:17 +0000 Subject: [PATCH 0347/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LightCoral; } nav { - background: DimGrey; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From a3ab93c7f2e909321c1437a8a3de9305af65b8a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 18:53:17 +0000 Subject: [PATCH 0348/3208] KPT-22: Modals with WhiteSmoke accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid WhiteSmoke; } nav { - background: LightCoral; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 96de3fcdaf6449aecc5228ffa0467f9ff581a8d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 21:08:21 +0000 Subject: [PATCH 0349/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Cyan; } nav { - background: WhiteSmoke; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 7c90f95b02e48a54d22a62aa587504fb85df7e34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 22:38:17 +0000 Subject: [PATCH 0350/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Violet; } nav { - background: Cyan; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 2dfb023b43a3aedd22b1e6901a7d31dd115a9d90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 00:08:18 +0000 Subject: [PATCH 0351/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightSteelBlue; } nav { - background: Violet; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7af8450ef026566b15c53daedb08ba026e407c61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 02:23:17 +0000 Subject: [PATCH 0352/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid MidnightBlue; } nav { - background: LightSteelBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From ca82a862bf43292dbe00d2ecf9e7b1c6b8fd1478 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 03:53:21 +0000 Subject: [PATCH 0353/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Beige; } nav { - background: MidnightBlue; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 56e68d7b1cf460718f59212b295a4b530e635fa1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 05:23:17 +0000 Subject: [PATCH 0354/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkSlateBlue; } nav { - background: Beige; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2be122ed866c9cb268776d878e77556411b39496 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 08:23:17 +0000 Subject: [PATCH 0355/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Brown; } nav { - background: DarkSlateBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From e629a93951d950bd6c11f8c8e914e2ef7f604640 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 15:08:17 +0000 Subject: [PATCH 0356/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid PaleVioletRed; } nav { - background: Brown; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 9fb3e4ffac33c672b38d0bf7c537cb673f33f559 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 18:08:17 +0000 Subject: [PATCH 0357/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid RoyalBlue; } nav { - background: PaleVioletRed; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From fe71db5bf3422e89f26039984040a02a9c9c84d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 23:23:18 +0000 Subject: [PATCH 0358/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Maroon; } nav { - background: RoyalBlue; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From bc5ad22c30fa77a673a8244af78ba88832fcf5e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 00:53:17 +0000 Subject: [PATCH 0359/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LightSteelBlue; } nav { - background: Maroon; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From d601265699bb86039ffce8ba621822f9b5d9fc8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 01:38:18 +0000 Subject: [PATCH 0360/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: LightSteelBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 64abc0270f10519c474b3f121696fe8b7e372577 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 06:08:18 +0000 Subject: [PATCH 0361/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Olive; } nav { - background: CornflowerBlue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From da6af84f6bd1e8687fbe99b6472112a29d4c91b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 08:23:17 +0000 Subject: [PATCH 0362/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Ivory; } nav { - background: Olive; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 48271b08212835dc30c59b44ddc09d1d763dbb8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 09:08:18 +0000 Subject: [PATCH 0363/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DeepSkyBlue; } nav { - background: Ivory; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2bb6e253789bd7f45a3e0c787dafca85171821ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 09:53:17 +0000 Subject: [PATCH 0364/3208] KPT-24: Update background color to DarkGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkGray; } nav { - background: DeepSkyBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From be25f0fc93bd04e179fc8b0d6cf88f4546286cee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 15:08:18 +0000 Subject: [PATCH 0365/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkGray; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3ad85b3c65d182fcfb00d4073c6e521bea4b7de4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 17:23:18 +0000 Subject: [PATCH 0366/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DimGrey; } nav { - background: PaleTurquoise; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 24d9cdcf415923e00e5762257693107e13b163dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 21:08:17 +0000 Subject: [PATCH 0367/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid MistyRose; } nav { - background: DimGrey; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 42ba1581d4fbb2b1f65a48f0ec264785a3f6f772 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 22:38:17 +0000 Subject: [PATCH 0368/3208] KPT-22: Modals with LightYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid LightYellow; } nav { - background: MistyRose; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 035b2e6992e8c22b910878609e7c45c4470aa56a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 01:38:17 +0000 Subject: [PATCH 0369/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Teal; } nav { - background: LightYellow; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From bfcc3e4ce9d7a67adaedf3d927ce9ec631878d62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 11:23:18 +0000 Subject: [PATCH 0370/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid SandyBrown; } nav { - background: Teal; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 67f0ef51cf22a7b5a875b39f6e366f9a8b3d9759 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 12:08:17 +0000 Subject: [PATCH 0371/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid MediumOrchid; } nav { - background: SandyBrown; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 7f7ee4e5f755cd30f49d15827bdde3688017f36b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 13:38:17 +0000 Subject: [PATCH 0372/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Green; } nav { - background: MediumOrchid; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 8b148f1821c4c6d2f8dfd79cf93816ecfa94a837 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 15:08:17 +0000 Subject: [PATCH 0373/3208] KPT-22: Modals with SlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid SlateGray; } nav { - background: Green; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 519c194502701168a3e455930031e0bae7a80a91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 16:38:17 +0000 Subject: [PATCH 0374/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DarkOliveGreen; } nav { - background: SlateGray; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8b6bf45deebeb7c32ba21c08ec1b252ce756bcf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 20:23:17 +0000 Subject: [PATCH 0375/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightGrey; } nav { - background: DarkOliveGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 232d9293b154b643c0628cb99ab566045f673149 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 23:23:18 +0000 Subject: [PATCH 0376/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Green; } nav { - background: LightGrey; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 964f596d4d8e440b8b34cf17dc6fb16ce1f7f556 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 06:02:46 +0000 Subject: [PATCH 0377/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Ivory; } nav { - background: Green; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 7d02c219bfb7c0b817756144cacb00c5321bad70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 07:32:46 +0000 Subject: [PATCH 0378/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Teal; } nav { - background: Ivory; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From b0c7c0edfd14b75a15068a0372535f91a7ae0b86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 09:02:46 +0000 Subject: [PATCH 0379/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightSlateGray; } nav { - background: Teal; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 1288e7878bbe1908db7630e578260ff51198c0fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 09:47:45 +0000 Subject: [PATCH 0380/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkOrchid; } nav { - background: LightSlateGray; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 8b35455d3fe0579f9bea368c71ba62e94020084c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 11:17:46 +0000 Subject: [PATCH 0381/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Plum; } nav { - background: DarkOrchid; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 4c58c74acd2c419eb05319e9093b6b769d6d197f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 12:02:46 +0000 Subject: [PATCH 0382/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkSalmon; } nav { - background: Plum; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a12c9c6a13771a45e0cabe510862b4c11c8ca484 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 14:17:45 +0000 Subject: [PATCH 0383/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkMagenta; } nav { - background: DarkSalmon; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 0c49d42ad3a90aa756b7c6bf9ef8cf91994e4d0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 17:17:46 +0000 Subject: [PATCH 0384/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid OliveDrab; } nav { - background: DarkMagenta; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 9b19204cf0cbb02cac40421b9f45349ceb343f64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 18:02:45 +0000 Subject: [PATCH 0385/3208] KPT-22: Modals with Indigo accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Indigo; } nav { - background: OliveDrab; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 8d6221c134e86a03e0440ff4320fab955d06de31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 19:33:52 +0000 Subject: [PATCH 0386/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid PowderBlue; } nav { - background: Indigo; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From daf690923bceb407344e4bc85b43b15d2946a1ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 19:36:09 +0000 Subject: [PATCH 0387/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Magenta; } nav { - background: PowderBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 534b7fb50e90f54619b1455c747ae84b199721cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 23:17:45 +0000 Subject: [PATCH 0388/3208] KPT-24: Update background color to Tan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Tan; } nav { - background: Magenta; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 8184ab941849a6788350176f8dc03f1ade8efd46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 00:47:46 +0000 Subject: [PATCH 0389/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid DarkGoldenRod; } nav { - background: Tan; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f8846f3022902d2edd99ac2f5bbab7c62c592cfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 03:47:45 +0000 Subject: [PATCH 0390/3208] KPT-24: Update background color to DarkKhaki --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkKhaki; } nav { - background: DarkGoldenRod; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 705f21115e73006194bbc95ddc43f8f664b7edd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 05:17:47 +0000 Subject: [PATCH 0391/3208] KPT-22: Modals with HoneyDew accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid HoneyDew; } nav { - background: DarkKhaki; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 1b94075e72aa31591526b2c0add2e702edc81de3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 06:47:45 +0000 Subject: [PATCH 0392/3208] KPT-22: Modals with AntiqueWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid AntiqueWhite; } nav { - background: HoneyDew; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 67c61f5d018acb5fe4c38a026c8625bf8f6c7b50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 09:02:45 +0000 Subject: [PATCH 0393/3208] KPT-24: Update background color to LawnGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LawnGreen; } nav { - background: AntiqueWhite; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 21b5acccc83990507003dc55b2bf665189062990 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 12:02:45 +0000 Subject: [PATCH 0394/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DodgerBlue; } nav { - background: LawnGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 152ebc1e4eb0d13a7e3b61bd41ea003aabfc472d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 14:17:46 +0000 Subject: [PATCH 0395/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Azure; } nav { - background: DodgerBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 1cdf306fc6be995b1d0201271d48475a6822d671 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 21:02:45 +0000 Subject: [PATCH 0396/3208] KPT-24: Update background color to AliceBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid AliceBlue; } nav { - background: Azure; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8650b0e790c9def1d6023332de3d8ce397a64f5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 06:47:46 +0000 Subject: [PATCH 0397/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DarkGreen; } nav { - background: AliceBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 746efff0aead475b5922af8d39b42fcddff44a73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 09:02:46 +0000 Subject: [PATCH 0398/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkRed; } nav { - background: DarkGreen; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 92887d6969ca3f94bc3018b80384af0d1456f22f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 09:47:45 +0000 Subject: [PATCH 0399/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DeepSkyBlue; } nav { - background: DarkRed; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2752aa53f00a3c2fe179a1ecbf2c2ac0d23517fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 13:32:46 +0000 Subject: [PATCH 0400/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid ForestGreen; } nav { - background: DeepSkyBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 60d48def92371cf042d5e42f5ae9a4f64b729e14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 16:32:46 +0000 Subject: [PATCH 0401/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Chocolate; } nav { - background: ForestGreen; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 1f732b6b77debd2f12cc9d2d8917d9949106d6c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 18:02:47 +0000 Subject: [PATCH 0402/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Blue; } nav { - background: Chocolate; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From dba4aa48db4056f88e4484f5908791f0a56effeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 02:17:46 +0000 Subject: [PATCH 0403/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Cornsilk; } nav { - background: Blue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 12bf301038b28ab1a163e20bb4875458552896fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 05:17:47 +0000 Subject: [PATCH 0404/3208] KPT-24: Update background color to MediumBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid MediumBlue; } nav { - background: Cornsilk; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From a67bb1214ffe0af4cd767c00c4de86c041b81bf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 06:02:45 +0000 Subject: [PATCH 0405/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid PowderBlue; } nav { - background: MediumBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2b314a84a551ad0b8d932da49ec07d6cf7d232cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 09:02:46 +0000 Subject: [PATCH 0406/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LawnGreen; } nav { - background: PowderBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 31fd5d570d5eff1d44b16da25d0f9ec50142f712 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 10:32:45 +0000 Subject: [PATCH 0407/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Cyan; } nav { - background: LawnGreen; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 5780c4c0e0be622163303fa0f5347c66245a4e6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 11:17:46 +0000 Subject: [PATCH 0408/3208] KPT-22: Modals with White accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid White; } nav { - background: Cyan; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From b437e63664e76c905664bf4dd4e8088c29d636cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 15:47:45 +0000 Subject: [PATCH 0409/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid MediumBlue; } nav { - background: White; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 74cec0547df82099284a02872ab72e4e4b301528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 01:32:46 +0000 Subject: [PATCH 0410/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LimeGreen; } nav { - background: MediumBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 48b0c15ecd74b6edc87c4543e926481b9ee0e4a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 03:47:45 +0000 Subject: [PATCH 0411/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid PaleGreen; } nav { - background: LimeGreen; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 08c9023b22020966739103faa97fe224991e8559 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 05:17:45 +0000 Subject: [PATCH 0412/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Maroon; } nav { - background: PaleGreen; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 335e8ceb32ba6959a4fc77971c5a541734ddeea9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 09:47:46 +0000 Subject: [PATCH 0413/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkGray; } nav { - background: Maroon; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 279d3dbc12cf823cdadd59fc258ec8cd844bf944 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 11:17:46 +0000 Subject: [PATCH 0414/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid DodgerBlue; } nav { - background: DarkGray; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5341ff55b72006e7ca01815f1b9c1932d0aaacfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 15:47:46 +0000 Subject: [PATCH 0415/3208] KPT-24: Update background color to PaleGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid PaleGreen; } nav { - background: DodgerBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From ffc22b038bbce9f5dd314e620ba2c2da34c3f799 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 01:32:46 +0000 Subject: [PATCH 0416/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LightSalmon; } nav { - background: PaleGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From fb6d0b567ea76587ea3a63e6d2dfe4e903d896c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 03:47:45 +0000 Subject: [PATCH 0417/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid PapayaWhip; } nav { - background: LightSalmon; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 98371d30a07a303a35a4e36e29fb518e405419b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 09:47:56 +0000 Subject: [PATCH 0418/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkGrey; } nav { - background: PapayaWhip; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From ee9ea6b7f16e4b80254b82c5bf0a7c4b7c88953f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 13:32:46 +0000 Subject: [PATCH 0419/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Yellow; } nav { - background: DarkGrey; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 677850a9419ac7af2e369a092f40cb461a69b8e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 14:17:46 +0000 Subject: [PATCH 0420/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SkyBlue; } nav { - background: Yellow; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 88692f439c2183d242b54b0e49e7c9fe99f83653 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 15:47:46 +0000 Subject: [PATCH 0421/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightCoral; } nav { - background: SkyBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 48ed76455230b8a0827e50142a3d17693997e0b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 19:32:46 +0000 Subject: [PATCH 0422/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DeepPink; } nav { - background: LightCoral; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From b5add85e7c2a6d4ca346d8e155b647c56e0bbdbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 21:47:46 +0000 Subject: [PATCH 0423/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DarkSlateBlue; } nav { - background: DeepPink; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From e5f20fa8fb3be6908deaa1419bce11db96e39c99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 22:32:45 +0000 Subject: [PATCH 0424/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Khaki; } nav { - background: DarkSlateBlue; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b9ba602144271553619097750dfd845a41e34e65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 23:17:46 +0000 Subject: [PATCH 0425/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid DarkTurquoise; } nav { - background: Khaki; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0336994dcfc719632060cd415e983a3b5eb3a5a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 06:02:46 +0000 Subject: [PATCH 0426/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Olive; } nav { - background: DarkTurquoise; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From b46b2ad4ffdb18901d5879d4a251086862ff4634 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 18:02:48 +0000 Subject: [PATCH 0427/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SeaShell; } nav { - background: Olive; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From b0ce904c2da8d0cc0bdda8178b0cb255d47874bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 20:17:45 +0000 Subject: [PATCH 0428/3208] KPT-24: Update background color to CornflowerBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid CornflowerBlue; } nav { - background: SeaShell; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2ddf6b1cdeb1ec73894744cde46dc0dc4d7d3e15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 22:32:50 +0000 Subject: [PATCH 0429/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Pink; } nav { - background: CornflowerBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From ff7890174d96dec19f0f727db583533eae7a4e80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 03:02:46 +0000 Subject: [PATCH 0430/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkSlateGray; } nav { - background: Pink; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 49ee1d77766a829fd2074cb2a516c94c85319609 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 03:48:00 +0000 Subject: [PATCH 0431/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid SteelBlue; } nav { - background: DarkSlateGray; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From b6b301f0479d48ae594def0356301eb7d3f5f961 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 12:02:46 +0000 Subject: [PATCH 0432/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LavenderBlush; } nav { - background: SteelBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 4e744ddbfa4530d7ed4f78a89fe08738f8fcae1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 03:02:46 +0000 Subject: [PATCH 0433/3208] KPT-24: Update background color to SteelBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid SteelBlue; } nav { - background: LavenderBlush; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From fb92b84489f7e6413e003af552c051c3e6545f81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 06:47:46 +0000 Subject: [PATCH 0434/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightSalmon; } nav { - background: SteelBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e667c03bf14ea0fe73512a3612dd08ebfcb5f9c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 08:17:46 +0000 Subject: [PATCH 0435/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Aqua; } nav { - background: LightSalmon; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From e4cc7b9283d66302c759080d43b8a6a0471218ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 10:32:47 +0000 Subject: [PATCH 0436/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkSlateGrey; } nav { - background: Aqua; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From fd1d8d949e440c2a9d527b782f2c93f0c2dd379b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 11:17:47 +0000 Subject: [PATCH 0437/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Crimson; } nav { - background: DarkSlateGrey; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 81f2de0ca3a267e2a79d8189364283c8e839c931 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 12:02:47 +0000 Subject: [PATCH 0438/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Salmon; } nav { - background: Crimson; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From ddc5685afd99c8bf9e9bface6bf8dc0c95ac3e11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 13:32:48 +0000 Subject: [PATCH 0439/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid SlateBlue; } nav { - background: Salmon; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9bb01ad6253a89c7a3f5e4c29fae894461f5f166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 15:02:48 +0000 Subject: [PATCH 0440/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SandyBrown; } nav { - background: SlateBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 17ee3dba03130d2c3e067095ed2a0bc7d32b7c22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 16:32:45 +0000 Subject: [PATCH 0441/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid HotPink; } nav { - background: SandyBrown; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 46e2d5df07f987fa03a7b3acb2806003e177963e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 17:17:46 +0000 Subject: [PATCH 0442/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Peru; } nav { - background: HotPink; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 3b3bb581bdcefb12f8ca3965dc787ade69ee06b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 18:02:46 +0000 Subject: [PATCH 0443/3208] KPT-22: Modals with DarkGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkGreen; } nav { - background: Peru; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 356141999c6d25b352612a67c21210bf10726586 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 19:32:45 +0000 Subject: [PATCH 0444/3208] KPT-24: Update background color to MintCream --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid MintCream; } nav { - background: DarkGreen; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From d90548143b45c667a1d7e117d2fb2fbb8ebe0731 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 00:47:45 +0000 Subject: [PATCH 0445/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid SkyBlue; } nav { - background: MintCream; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From ad88bb70141a747060da681a2468d6aba5065577 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 03:02:46 +0000 Subject: [PATCH 0446/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Red; } nav { - background: SkyBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 81b4147e2bf497c97cb9c82224041763e2c84fe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 04:32:46 +0000 Subject: [PATCH 0447/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightPink; } nav { - background: Red; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From a2bc3c74a26e9681205b6d503b591094872dc116 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 07:32:45 +0000 Subject: [PATCH 0448/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SpringGreen; } nav { - background: LightPink; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a8717dccf56b991341a6c2da48dc822f14295491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 08:17:45 +0000 Subject: [PATCH 0449/3208] KPT-22: Modals with SlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid SlateGray; } nav { - background: SpringGreen; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 468e328d4f92edd8186b09ba4ca6d5818c7f18ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 11:17:46 +0000 Subject: [PATCH 0450/3208] KPT-24: Update background color to CornflowerBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid CornflowerBlue; } nav { - background: SlateGray; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1ff25230d9db5d29d5dfb5fb457f0d5dd8be7314 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 14:17:47 +0000 Subject: [PATCH 0451/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Orange; } nav { - background: CornflowerBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From a5786bf24168098cce7ec1bd72cfe69d02559935 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 17:17:45 +0000 Subject: [PATCH 0452/3208] KPT-24: Update background color to PaleVioletRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid PaleVioletRed; } nav { - background: Orange; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 551adc7e7ea0e5fa0d61f74c936e5518fc63eb17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 20:17:47 +0000 Subject: [PATCH 0453/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LimeGreen; } nav { - background: PaleVioletRed; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1a0b7c40bf6f9d97f1588bbc1343d3a94328814a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 21:47:46 +0000 Subject: [PATCH 0454/3208] KPT-24: Update background color to LightCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightCyan; } nav { - background: LimeGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 6abbc8a281005595f411587799ea49598f684e15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 22:32:56 +0000 Subject: [PATCH 0455/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkRed; } nav { - background: LightCyan; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From d62836fb1d4328f21fd007469e5211b3a0a7b2a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 00:47:45 +0000 Subject: [PATCH 0456/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Plum; } nav { - background: DarkRed; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 5857480cc9d96ec49a655a4919e7b377ed6b141e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 03:47:47 +0000 Subject: [PATCH 0457/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid IndianRed; } nav { - background: Plum; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 39932bab2683a965beede25e211d4b7a6616cab9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 07:14:45 +0000 Subject: [PATCH 0458/3208] KPT-22: Modals with Sienna accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Sienna; } nav { - background: IndianRed; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From b7a8397fcc234e4453b2a09deb43883a0a9cd6df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 12:29:45 +0000 Subject: [PATCH 0459/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Lavender; } nav { - background: Sienna; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From e349d49dfbd413195121be58b137bef9c6cbb25a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 13:59:45 +0000 Subject: [PATCH 0460/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkMagenta; } nav { - background: Lavender; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From c35804c760603880c6c3fc520304f22085023b29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 22:59:44 +0000 Subject: [PATCH 0461/3208] KPT-24: Update background color to MediumTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkMagenta; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From c9bc76a26c7dbd60ac33aecc5c26f67dcf406c09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 00:29:45 +0000 Subject: [PATCH 0462/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid SeaGreen; } nav { - background: MediumTurquoise; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e95d1894b2df6de5ccdd65133febe945a3161b5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 01:59:44 +0000 Subject: [PATCH 0463/3208] KPT-24: Update background color to MediumBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MediumBlue; } nav { - background: SeaGreen; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From d5b8f10e3344214db4619e97767491524b61da77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 02:44:46 +0000 Subject: [PATCH 0464/3208] KPT-22: Modals with LightCyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightCyan; } nav { - background: MediumBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 7cc0a85f782797a181abaf1f08245f985255aae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 06:29:45 +0000 Subject: [PATCH 0465/3208] KPT-22: Modals with DarkBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkBlue; } nav { - background: LightCyan; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 82f4f90a83682e8464acddcef8dda59bb2154b15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 07:59:55 +0000 Subject: [PATCH 0466/3208] KPT-24: Update background color to MidnightBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid MidnightBlue; } nav { - background: DarkBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From f3864928ff4f450e6793419f3c99c8bbeec2e3a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 08:44:46 +0000 Subject: [PATCH 0467/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Coral; } nav { - background: MidnightBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 02680618841e9e032ffe3c12a183b91dfe8b4f9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 10:59:46 +0000 Subject: [PATCH 0468/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid GhostWhite; } nav { - background: Coral; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 08b6f4cd676fb8cb97bc32cd1f416067e2ad2f73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 11:44:46 +0000 Subject: [PATCH 0469/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Gray; } nav { - background: GhostWhite; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From ab13a1bb8c503792a45c2fa418edbf7879979c4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 13:59:46 +0000 Subject: [PATCH 0470/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid NavajoWhite; } nav { - background: Gray; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 39ea7f02183c5de35975aabea73f2638bb8ae4d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 14:44:47 +0000 Subject: [PATCH 0471/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Orchid; } nav { - background: NavajoWhite; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 5ff68398a641687c1ceb8da8d3161108e64e6592 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 18:29:48 +0000 Subject: [PATCH 0472/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid OliveDrab; } nav { - background: Orchid; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From b8db4413c994a26f05f55b4c174a2fc11645fd71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 20:44:44 +0000 Subject: [PATCH 0473/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid DeepSkyBlue; } nav { - background: OliveDrab; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 89c043e8b51dfd6d72228fa20f98663781be4f7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 00:29:45 +0000 Subject: [PATCH 0474/3208] KPT-24: Update background color to PowderBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid PowderBlue; } nav { - background: DeepSkyBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 71c500a88aeb1f526e02f3ac6269fc755c0a5808 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 01:14:45 +0000 Subject: [PATCH 0475/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LawnGreen; } nav { - background: PowderBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 25353f3dd68658092bf09bf37b3114190a5de72d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 04:59:44 +0000 Subject: [PATCH 0476/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid White; } nav { - background: LawnGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 1bd7a3b0f6163bcf41527bfda7035a676de5d642 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 11:44:45 +0000 Subject: [PATCH 0477/3208] KPT-22: Modals with Peru accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Peru; } nav { - background: White; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 93ac47d9cd34ffa9d3ae903aca1a8f65162ec95d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 17:44:46 +0000 Subject: [PATCH 0478/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid AntiqueWhite; } nav { - background: Peru; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From ffabd58c5802db31b0f26844a29fd768a9d259d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 18:29:45 +0000 Subject: [PATCH 0479/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LightBlue; } nav { - background: AntiqueWhite; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9dfa8da26f168953b0b9ba4ab49ab0d8e84d06b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 19:59:45 +0000 Subject: [PATCH 0480/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SpringGreen; } nav { - background: LightBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a44c9d5c2e4f39b8445d757e912d6f3f3e34c181 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 23:44:45 +0000 Subject: [PATCH 0481/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: SpringGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 58cb60f1dff7a46b89941701044ed20686197952 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 00:29:45 +0000 Subject: [PATCH 0482/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid PaleVioletRed; } nav { - background: BlanchedAlmond; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 11549c543a4ec1c1b614ced14d494a90502e935e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 09:29:55 +0000 Subject: [PATCH 0483/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkCyan; } nav { - background: PaleVioletRed; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 485096b063154ed9e78fe0d6f5b72b1346617775 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 13:14:45 +0000 Subject: [PATCH 0484/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid LawnGreen; } nav { - background: DarkCyan; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From b9297decc6b8c164e8b3b77010b0c12ee9cbfd65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 13:59:44 +0000 Subject: [PATCH 0485/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: LawnGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From b1fd87e8de96783120d7f206fa440b890ed19184 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 16:59:45 +0000 Subject: [PATCH 0486/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid SaddleBrown; } nav { - background: DarkGoldenRod; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From a06c7c4ebaa7c451851f7ef786262420c8a25a72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 00:29:45 +0000 Subject: [PATCH 0487/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid PowderBlue; } nav { - background: SaddleBrown; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 83f6fbe37355630ce8abf19d2f44923fbf91e7bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 01:59:45 +0000 Subject: [PATCH 0488/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkGray; } nav { - background: PowderBlue; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 0753b24f3e380810a96b33c43d9c757a5aef4452 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 05:44:47 +0000 Subject: [PATCH 0489/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkGray; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 11b427ad09e013d85fff41c0f899bb387580dcc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 11:44:44 +0000 Subject: [PATCH 0490/3208] KPT-22: Modals with OrangeRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid OrangeRed; } nav { - background: DarkSeaGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From f5adf182c5bf9a8fb5a2a2a2492499e5375ab307 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 12:29:46 +0000 Subject: [PATCH 0491/3208] KPT-22: Modals with Teal accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Teal; } nav { - background: OrangeRed; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From a9bdf89ce11f99425e46963a88d07fa034ee7ce7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 13:14:45 +0000 Subject: [PATCH 0492/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid SlateBlue; } nav { - background: Teal; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 583d882f979e0d656c1d1d1e3dfe54fbc1957b5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 16:59:45 +0000 Subject: [PATCH 0493/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: SlateBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4315221fc0c790b7332d1a0953f487885558b0dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 17:44:45 +0000 Subject: [PATCH 0494/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Pink; } nav { - background: LightSeaGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 270ee5034548e8ef165be17aba72fa3fd158239e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 23:44:45 +0000 Subject: [PATCH 0495/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid LightSalmon; } nav { - background: Pink; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From ec3075e98f3d14948879257c5488e3d1218b8717 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 00:29:45 +0000 Subject: [PATCH 0496/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Bisque; } nav { - background: LightSalmon; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 4f485599b6aecf447986bfdea7e6a48b4be6cc5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 03:29:44 +0000 Subject: [PATCH 0497/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid MistyRose; } nav { - background: Bisque; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 5b8f5abc2191b8aa42fa54a6ce856077b4019942 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 08:44:44 +0000 Subject: [PATCH 0498/3208] KPT-24: Update background color to Gold --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Gold; } nav { - background: MistyRose; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 2769001ac9d479d28e34b008e924e431c8eb90e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 10:59:45 +0000 Subject: [PATCH 0499/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid SaddleBrown; } nav { - background: Gold; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6831dbb4e77cdfab8b6fda3143216c2c60b6ca26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 12:29:45 +0000 Subject: [PATCH 0500/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DarkSlateGray; } nav { - background: SaddleBrown; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 3878a6c2f6ee82937735dd7265245fb000a14193 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 15:07:32 +0000 Subject: [PATCH 0501/3208] KPT-22: Modals with Maroon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Maroon; } nav { - background: DarkSlateGray; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 728a01260b48049070e278a6ae11876381821689 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 16:37:32 +0000 Subject: [PATCH 0502/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid SeaGreen; } nav { - background: Maroon; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 658f1ad9f7c9a4950d628575ba7569457e173283 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 17:22:33 +0000 Subject: [PATCH 0503/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkOrange; } nav { - background: SeaGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 736b239cbf193847168d53b450c74af6e94c2be5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 00:52:32 +0000 Subject: [PATCH 0504/3208] KPT-22: Modals with Wheat accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Wheat; } nav { - background: DarkOrange; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 228a2df59e99def23f3a60bbbddf680e14653328 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 01:37:33 +0000 Subject: [PATCH 0505/3208] KPT-24: Update background color to DarkViolet --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkViolet; } nav { - background: Wheat; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From a08d230582b5516aba8e53ea5ce451d33b21092b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 02:22:33 +0000 Subject: [PATCH 0506/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Wheat; } nav { - background: DarkViolet; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 149e72b7591662d8084358b91331e6b092f31abc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 03:52:32 +0000 Subject: [PATCH 0507/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightGreen; } nav { - background: Wheat; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From dec2ae2a90ffeb1ba244a4e97419a385392d23ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 06:52:33 +0000 Subject: [PATCH 0508/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkSlateGray; } nav { - background: LightGreen; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From c271d36fb5476719092cfb84443141a005bd1b58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 08:22:33 +0000 Subject: [PATCH 0509/3208] KPT-22: Modals with Cyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Cyan; } nav { - background: DarkSlateGray; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From d21b1439da5d5769685fe3942b2fd84abaab22a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 09:52:32 +0000 Subject: [PATCH 0510/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkSlateGrey; } nav { - background: Cyan; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 46828209a98a8cd2eb3c6849b9515d68eb4cabb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 15:52:33 +0000 Subject: [PATCH 0511/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MintCream; } nav { - background: DarkSlateGrey; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 8ec53fd0b0bcc211ac54e2b2ff973ba526dc413a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 16:37:33 +0000 Subject: [PATCH 0512/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkViolet; } nav { - background: MintCream; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From e888750511b936f38299a8c9abb4f0f36707176d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 20:22:33 +0000 Subject: [PATCH 0513/3208] KPT-22: Modals with DarkGoldenRod accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkViolet; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d17662848e204ca05c19971e34e0245e62ef24e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 02:22:32 +0000 Subject: [PATCH 0514/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkGoldenRod; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 165882a5b0fb72cbb6a8b9eb014fdcd412110608 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 03:07:32 +0000 Subject: [PATCH 0515/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid MediumOrchid; } nav { - background: MediumSpringGreen; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 35e0a60de961a98d84ecddb50e418d6da2ceebcf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 04:37:33 +0000 Subject: [PATCH 0516/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LightSkyBlue; } nav { - background: MediumOrchid; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 10d247a58aadb6d3bfe9243fc91b126fe90bf750 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 05:22:34 +0000 Subject: [PATCH 0517/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightGray; } nav { - background: LightSkyBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 049331e188c19383c05ef2e8409b43af3084e8c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 09:07:32 +0000 Subject: [PATCH 0518/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DimGray; } nav { - background: LightGray; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From cada29d2985e1d9065a4bd699a18dbd380de3d15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 09:52:33 +0000 Subject: [PATCH 0519/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkCyan; } nav { - background: DimGray; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 63bd607618abbdad3c915a792ced5427a4afd282 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 12:07:32 +0000 Subject: [PATCH 0520/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid PapayaWhip; } nav { - background: DarkCyan; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From d81d5c362124f5f927190bfd5c2273ef770730f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 13:37:34 +0000 Subject: [PATCH 0521/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Aquamarine; } nav { - background: PapayaWhip; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From a747808d67a197e9e48738c0c2e7a9b8a02f7867 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 18:07:34 +0000 Subject: [PATCH 0522/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Grey; } nav { - background: Aquamarine; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 2d590700c777bc27216eb611de61eb00a748c0ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 21:52:32 +0000 Subject: [PATCH 0523/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid SlateBlue; } nav { - background: Grey; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b26bb53996d575adaace50b98f0bb102088f5b1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 01:37:32 +0000 Subject: [PATCH 0524/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid GreenYellow; } nav { - background: SlateBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 319ec9dac29ebd7113795847139cbfab1102d622 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 02:22:33 +0000 Subject: [PATCH 0525/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Cornsilk; } nav { - background: GreenYellow; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From c390f75757465a608319c33fe349cadb4e8d9f3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 09:07:32 +0000 Subject: [PATCH 0526/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Salmon; } nav { - background: Cornsilk; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From bc64b2f0851e923a1afb3311905841302a3821de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 12:52:32 +0000 Subject: [PATCH 0527/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid SlateGrey; } nav { - background: Salmon; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ef8b7e12ab9fd6141666dd43eeb4d5b8e99be22f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 13:37:32 +0000 Subject: [PATCH 0528/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: SlateGrey; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From a456e896a260afb0a7b375cddb9514515cacdf08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 15:07:33 +0000 Subject: [PATCH 0529/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid MediumTurquoise; } nav { - background: LightGoldenRodYellow; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 90960a74b3b2bea9a0be04f240db65560c41c5bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 19:37:33 +0000 Subject: [PATCH 0530/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Fuchsia; } nav { - background: MediumTurquoise; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From f5886a76268ef23b0b137370acb3be9571671069 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 21:52:32 +0000 Subject: [PATCH 0531/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid PaleGreen; } nav { - background: Fuchsia; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 131c988910798c0b6f9d764aa02b0f8973a48032 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 22:37:32 +0000 Subject: [PATCH 0532/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Silver; } nav { - background: PaleGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 3b2ad0cd3fcd9b2ecc5a6422283b38b41f836f78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 06:07:33 +0000 Subject: [PATCH 0533/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Indigo; } nav { - background: Silver; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 269b20b8041461c502b01dd2677c75e9717165cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 06:52:32 +0000 Subject: [PATCH 0534/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DarkSalmon; } nav { - background: Indigo; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e050853493a22efe269839a266dfa5675eacbb4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 07:37:32 +0000 Subject: [PATCH 0535/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkSalmon; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 2dd20c08f69d3d990280c153a5b052193da79343 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 11:22:32 +0000 Subject: [PATCH 0536/3208] KPT-24: Update background color to LightSlateGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LightSlateGrey; } nav { - background: PaleGoldenRod; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8ae1d3e3bbdb36ad2cd8ba0e2f0557324860ba74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 16:37:32 +0000 Subject: [PATCH 0537/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DimGray; } nav { - background: LightSlateGrey; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 062e4beebbc492b7cb7543c7341362ea9db7dcdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 18:07:32 +0000 Subject: [PATCH 0538/3208] KPT-24: Update background color to MediumAquaMarine --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid MediumAquaMarine; } nav { - background: DimGray; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 9ce2ac488e28007a5d1dfccc847aa16f0d585db8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 18:52:32 +0000 Subject: [PATCH 0539/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid SteelBlue; } nav { - background: MediumAquaMarine; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0c2f0859f3936a877c46316e6a8f8ad65f7f75aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 19:37:33 +0000 Subject: [PATCH 0540/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MistyRose; } nav { - background: SteelBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 363e4a620d4e9a71f926b2b6ec0ad0ccabc5cac9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 20:22:32 +0000 Subject: [PATCH 0541/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid SeaGreen; } nav { - background: MistyRose; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1e4c894603340d8259352bc50e3b54500224460f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 21:07:32 +0000 Subject: [PATCH 0542/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Wheat; } nav { - background: SeaGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 6f227a725edb6a1c1ce19d36423557a63eb73761 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 21:52:32 +0000 Subject: [PATCH 0543/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkGrey; } nav { - background: Wheat; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8af55ac43ffa940a0d95ea43f20711e3b3405d5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 23:22:32 +0000 Subject: [PATCH 0544/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid MediumBlue; } nav { - background: DarkGrey; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From f6fd631f0c118ece54314d54fa7f99b4d35ee734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 01:37:33 +0000 Subject: [PATCH 0545/3208] KPT-24: Update background color to ForestGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid ForestGreen; } nav { - background: MediumBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From bb25d9ef00f70a0873d998c89cec3d567f275e34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 02:22:32 +0000 Subject: [PATCH 0546/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Crimson; } nav { - background: ForestGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From f1d60fe2584f08a16cb4258c52979eb805ed631b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 14:22:33 +0000 Subject: [PATCH 0547/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid MediumAquaMarine; } nav { - background: Crimson; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 62610adc0c3ec212c945902a04568fc8168e1aa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 18:52:32 +0000 Subject: [PATCH 0548/3208] KPT-24: Update background color to YellowGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid YellowGreen; } nav { - background: MediumAquaMarine; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 596700b22e316986b19dad3b3b4075a39bb685c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 19:37:32 +0000 Subject: [PATCH 0549/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid White; } nav { - background: YellowGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From b010c71d5fb142e1b0c57c8b1b48881d1ee3416b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 21:07:32 +0000 Subject: [PATCH 0550/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid OrangeRed; } nav { - background: White; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 002d4c919f20a378e62f1400b449a827debacaf3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 23:22:33 +0000 Subject: [PATCH 0551/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Brown; } nav { - background: OrangeRed; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From c1b1b7e136e7335758258b2c91d99a29a6563957 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 06:52:32 +0000 Subject: [PATCH 0552/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid SandyBrown; } nav { - background: Brown; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From b43b872df7e6e140b62a8dcfb30e14297088d5c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 07:37:32 +0000 Subject: [PATCH 0553/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DimGrey; } nav { - background: SandyBrown; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 89a6f4a89c1845fdfb7e107d3949ec8579d1074c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 09:07:32 +0000 Subject: [PATCH 0554/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Plum; } nav { - background: DimGrey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From ba1f95171862c48743a42c7090fb305cf49a1365 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 15:07:32 +0000 Subject: [PATCH 0555/3208] KPT-22: Modals with SlateBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid SlateBlue; } nav { - background: Plum; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2b29d65c90fe2206d00542b7dca618321c510f7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 15:52:32 +0000 Subject: [PATCH 0556/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: SlateBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3ab93b0889ba91c1302ea809d80ec316c21388d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 18:52:32 +0000 Subject: [PATCH 0557/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Green; } nav { - background: PaleTurquoise; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From db0fa896c9c5ed3d56569042045ea2c920c2359d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 19:37:32 +0000 Subject: [PATCH 0558/3208] KPT-22: Modals with YellowGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid YellowGreen; } nav { - background: Green; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From e0176d8696cc2cddffb8d648ee357330b066c80e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 20:22:32 +0000 Subject: [PATCH 0559/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkOrchid; } nav { - background: YellowGreen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 755670b67cd71106b5bcbb3403a0058cb881b588 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 21:07:32 +0000 Subject: [PATCH 0560/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Yellow; } nav { - background: DarkOrchid; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 24eff3c19f6325c0e44f162a58b12064115df376 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 22:37:32 +0000 Subject: [PATCH 0561/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: Yellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 588440616ee40973c52f18ae9c5cdca10463c40b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 03:52:33 +0000 Subject: [PATCH 0562/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkOliveGreen; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 02cc971c3cfec9f7f28fb7c26c7a81e539444d8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 11:22:32 +0000 Subject: [PATCH 0563/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Chartreuse; } nav { - background: LightSlateGrey; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From a5e00c3a592aca0af335f982ae42989d1b69abfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 17:22:33 +0000 Subject: [PATCH 0564/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Azure; } nav { - background: Chartreuse; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 98b6daa01e78217779459825e3ae57bbb22bacd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 18:07:33 +0000 Subject: [PATCH 0565/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid BlanchedAlmond; } nav { - background: Azure; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 91119cb884637138bb7560a6dc10ffe8e556f74f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 21:52:32 +0000 Subject: [PATCH 0566/3208] KPT-22: Modals with Linen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Linen; } nav { - background: BlanchedAlmond; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 2d554c5df9ec2b5aed70af03d31035d945aa5e55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 03:07:33 +0000 Subject: [PATCH 0567/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid ForestGreen; } nav { - background: Linen; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0aa9a27062df2ce059c201bed0038c6f92aeff7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 07:37:33 +0000 Subject: [PATCH 0568/3208] KPT-22: Modals with Pink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Pink; } nav { - background: ForestGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 2167b88b33a879a9b2a8f408bc4466b206c626af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 08:22:33 +0000 Subject: [PATCH 0569/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid MediumAquaMarine; } nav { - background: Pink; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From f0b84e9c32fe921b364256a3721ee6e5d813e136 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 15:52:32 +0000 Subject: [PATCH 0570/3208] KPT-24: Update background color to MediumVioletRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid MediumVioletRed; } nav { - background: MediumAquaMarine; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 3c6516501ef4ad46bbebb14fa68b44a3f69d4f2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 17:04:43 +0000 Subject: [PATCH 0571/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Violet; } nav { - background: MediumVioletRed; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 32a9e6628f7ec17b77206c337a57f8ddbc00c2e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 20:49:42 +0000 Subject: [PATCH 0572/3208] KPT-22: Modals with OldLace accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid OldLace; } nav { - background: Violet; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 400f5cecb6d71f7da465948165cb922a1735f851 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 22:19:44 +0000 Subject: [PATCH 0573/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid MediumTurquoise; } nav { - background: OldLace; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 890da38e0e0511cff3bc981a64d4856ffcd42072 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 23:04:43 +0000 Subject: [PATCH 0574/3208] KPT-24: Update background color to Salmon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Salmon; } nav { - background: MediumTurquoise; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 48ea031a88cc534f24fc638aad098efc74846eae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 00:34:42 +0000 Subject: [PATCH 0575/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Sienna; } nav { - background: Salmon; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From b656df13c605524c360ad3dde1034687d657f056 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 01:19:42 +0000 Subject: [PATCH 0576/3208] KPT-22: Modals with BlueViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid BlueViolet; } nav { - background: Sienna; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 214230188d140e2389b3cb18ba47a228e56a6672 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 02:49:42 +0000 Subject: [PATCH 0577/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid NavajoWhite; } nav { - background: BlueViolet; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 68f8c5039c1c8eca6f433030d1db908f59d5a41f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 04:19:42 +0000 Subject: [PATCH 0578/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkSalmon; } nav { - background: NavajoWhite; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 22c5542a09155a4ff304a30b682ebf03fb2674cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 05:04:42 +0000 Subject: [PATCH 0579/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Salmon; } nav { - background: DarkSalmon; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From f1acc1cbcfa6054b48be244e2c70074747e204ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 14:49:42 +0000 Subject: [PATCH 0580/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid OrangeRed; } nav { - background: Salmon; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From cf88d192382a63022cfffac6e83f0d08dc47a3fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 16:19:42 +0000 Subject: [PATCH 0581/3208] KPT-24: Update background color to GoldenRod --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid GoldenRod; } nav { - background: OrangeRed; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 120185c0a6b5b70daf5358a15d3ee0ad8b128a36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 17:04:42 +0000 Subject: [PATCH 0582/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Aquamarine; } nav { - background: GoldenRod; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 93fef904164f4d6e788dbdf1d35f34ee6d0c7bc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 21:34:43 +0000 Subject: [PATCH 0583/3208] KPT-22: Modals with ForestGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid ForestGreen; } nav { - background: Aquamarine; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9adca62a5efc02123472422cfc69912040582ecc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 22:19:43 +0000 Subject: [PATCH 0584/3208] KPT-22: Modals with GreenYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid GreenYellow; } nav { - background: ForestGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8bfa57b9d2cee1083309d3fe7b34857a9fb68363 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 01:19:42 +0000 Subject: [PATCH 0585/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DimGrey; } nav { - background: GreenYellow; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1246036fe7b13bd84504f0aca7d2f1a972fb931d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 02:49:43 +0000 Subject: [PATCH 0586/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Brown; } nav { - background: DimGrey; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From a6e991f8bcefb5acb6c4900da3d8f39117db998b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 03:34:42 +0000 Subject: [PATCH 0587/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid LightSlateGray; } nav { - background: Brown; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5d010a4a6fbb69f246b8da15b63e36d02f46043d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 05:49:42 +0000 Subject: [PATCH 0588/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DimGray; } nav { - background: LightSlateGray; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 0bf58fd9f1aba71503d0533b17f258af32d93a54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 06:34:42 +0000 Subject: [PATCH 0589/3208] KPT-22: Modals with LightBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightBlue; } nav { - background: DimGray; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b55362ac4bf3dc7b51ba5718005243fa643201bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 07:19:42 +0000 Subject: [PATCH 0590/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid YellowGreen; } nav { - background: LightBlue; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 685782f997a731a34626df89936bee8ed23a4ad7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 13:19:42 +0000 Subject: [PATCH 0591/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Cornsilk; } nav { - background: YellowGreen; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From e854f2c540acdd2232117f3729e19786f6bf9ef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 15:34:43 +0000 Subject: [PATCH 0592/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkMagenta; } nav { - background: Cornsilk; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From eb44bd393e3a5335c9b4f909360358c8d97443c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 17:49:42 +0000 Subject: [PATCH 0593/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkMagenta; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8a608656f75a485633c6b7326885ea95d7545264 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 18:34:42 +0000 Subject: [PATCH 0594/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkSlateGray; } nav { - background: LightGoldenRodYellow; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f0462c09566782157edde0dc319d0961065a8bcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 20:49:42 +0000 Subject: [PATCH 0595/3208] KPT-22: Modals with DarkOliveGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkOliveGreen; } nav { - background: DarkSlateGray; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 353cdd409e8b76d24e724f519a8c7340684ca6f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 01:32:13 +0000 Subject: [PATCH 0596/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid SpringGreen; } nav { - background: DarkOliveGreen; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6b5a217e3b21e59d3f844a789951fe5f5395b988 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 08:17:12 +0000 Subject: [PATCH 0597/3208] KPT-24: Update background color to Tan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Tan; } nav { - background: SpringGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 977c4cdde8b9b1dd6f8a05c08fff73f8a2c71ea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 12:47:12 +0000 Subject: [PATCH 0598/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid DarkSalmon; } nav { - background: Tan; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From b341d74fba209db8bc7a123f6c9bec1eb03db4dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 15:47:12 +0000 Subject: [PATCH 0599/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Moccasin; } nav { - background: DarkSalmon; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From f4fc01b6fc0d3f81d8eae6f38ca237abb439a8f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 16:32:12 +0000 Subject: [PATCH 0600/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid DarkSeaGreen; } nav { - background: Moccasin; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9c38d5eba83c986e4d781da4475b422202c670e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 20:17:13 +0000 Subject: [PATCH 0601/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DarkCyan; } nav { - background: DarkSeaGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 13feabfeac59096427667775a078f38099258d61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 01:32:13 +0000 Subject: [PATCH 0602/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid PapayaWhip; } nav { - background: DarkCyan; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 20ce6c00e7d28c21cc65b797b7d60cf255f7d427 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 09:47:13 +0000 Subject: [PATCH 0603/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkSlateBlue; } nav { - background: PapayaWhip; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6dfdafb04c4a35b85fd7c84dab23cc2359ab3117 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 12:47:12 +0000 Subject: [PATCH 0604/3208] KPT-24: Update background color to LawnGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LawnGreen; } nav { - background: DarkSlateBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From b7e7052f12165f0cdbb36271cd653c6ef5f57144 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 13:32:12 +0000 Subject: [PATCH 0605/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Green; } nav { - background: LawnGreen; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 3b9e9ab836d494e3d680eea755ca621a60585efa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 18:47:14 +0000 Subject: [PATCH 0606/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid NavajoWhite; } nav { - background: Green; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From e86a7fbc917c674e32b0366bbbab02c47d0712e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 04:32:13 +0000 Subject: [PATCH 0607/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Tomato; } nav { - background: NavajoWhite; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 640792819904e47427ccdb5652525c8a1e0f08a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 05:17:12 +0000 Subject: [PATCH 0608/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Aqua; } nav { - background: Tomato; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 78420ff8946e0937f35d9fb3fdb49b50b4b4e681 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 13:32:13 +0000 Subject: [PATCH 0609/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Cornsilk; } nav { - background: Aqua; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ed4868ab997a2c5e690873a39a411078534d97b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 15:47:13 +0000 Subject: [PATCH 0610/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkGray; } nav { - background: Cornsilk; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 607a845166eef11b44b3feb84e5cec9a0605b623 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 23:17:12 +0000 Subject: [PATCH 0611/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Tomato; } nav { - background: DarkGray; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 3d6f5315f13d94d7c672343f7524948f89e62cea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 01:32:13 +0000 Subject: [PATCH 0612/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DimGray; } nav { - background: Tomato; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 4938656442f1911c0ffe42d2728689d6aaf3d237 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 03:02:13 +0000 Subject: [PATCH 0613/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid MediumSeaGreen; } nav { - background: DimGray; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3465298600ce64d65867be5df77e1f3e5d08593e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 08:17:13 +0000 Subject: [PATCH 0614/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid MediumAquaMarine; } nav { - background: MediumSeaGreen; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 5bdf51212ada47f003313d081f99fe3408ae7f39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 12:02:12 +0000 Subject: [PATCH 0615/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid FireBrick; } nav { - background: MediumAquaMarine; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From ee25f82ed625a7a44a49af636d4ec9a3653cb356 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 14:17:12 +0000 Subject: [PATCH 0616/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Grey; } nav { - background: FireBrick; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 1f6f3aedd1511b20c0a474668b9b664c65a9eb7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 15:02:12 +0000 Subject: [PATCH 0617/3208] KPT-24: Update background color to DimGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DimGrey; } nav { - background: Grey; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7b3dbfcebe81c2466e14a16b2e9d44667fa7f971 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 17:17:12 +0000 Subject: [PATCH 0618/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkSlateBlue; } nav { - background: DimGrey; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From c23cf1f9e5234c9ae61ed6a64dd1945ddb434e11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 18:47:13 +0000 Subject: [PATCH 0619/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid OliveDrab; } nav { - background: DarkSlateBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From f037e15bd521c83f7a97f4c4d2271855d24ffb63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 21:47:13 +0000 Subject: [PATCH 0620/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: OliveDrab; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3ab2cec087f61db26caefa1a2885453c9b686176 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 22:32:12 +0000 Subject: [PATCH 0621/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Azure; } nav { - background: LightGoldenRodYellow; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 2757b976598f5f242f6fa1291d7d9496fb7110fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 01:32:12 +0000 Subject: [PATCH 0622/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Bisque; } nav { - background: Azure; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 1ef59a0d8900fd729750bc0503f7d0c30382710c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 03:47:12 +0000 Subject: [PATCH 0623/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid MidnightBlue; } nav { - background: Bisque; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9a16ed14abfb1fa901001a68618276ff2e6f53e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 04:32:13 +0000 Subject: [PATCH 0624/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Green; } nav { - background: MidnightBlue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From d075659509773f37b60a8f142963972468013968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 13:32:13 +0000 Subject: [PATCH 0625/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid MediumBlue; } nav { - background: Green; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8598ae652f0b66a45670f9bb1b7ad06da495c7b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 14:17:15 +0000 Subject: [PATCH 0626/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: MediumBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 45534364db512284408e50f86981d91e7376f82c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 15:47:12 +0000 Subject: [PATCH 0627/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid SaddleBrown; } nav { - background: MediumSlateBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5282e1359327e9d9efcd63660d0dd076a271df10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 21:47:12 +0000 Subject: [PATCH 0628/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LightYellow; } nav { - background: SaddleBrown; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 924a56a0f89342b83e05f0853711deae52f2f922 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 03:02:13 +0000 Subject: [PATCH 0629/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LavenderBlush; } nav { - background: LightYellow; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From ccee613ef3f57fa517f5e8ca907a83530d034e8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 03:47:13 +0000 Subject: [PATCH 0630/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Chocolate; } nav { - background: LavenderBlush; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 1981c2253a961e746fad1904c4e5976138f22590 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 06:47:13 +0000 Subject: [PATCH 0631/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Magenta; } nav { - background: Chocolate; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From c5609c0af562e311d5d857d8844881cbadc582fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 09:47:12 +0000 Subject: [PATCH 0632/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid MediumSlateBlue; } nav { - background: Magenta; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bcca96e70412776931cc919c9e89c0dabc76bcec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 11:17:12 +0000 Subject: [PATCH 0633/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid IndianRed; } nav { - background: MediumSlateBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 540d65e5cb9b7b8d5b768d3c2fea42e7c881ce0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 12:47:13 +0000 Subject: [PATCH 0634/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Plum; } nav { - background: IndianRed; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From a4578b43d12d259ee8698f76da66f212345ba6be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 13:32:12 +0000 Subject: [PATCH 0635/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Plum; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From b1ac7faf557f2b43ef5d76321c3566640d3975fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 14:17:13 +0000 Subject: [PATCH 0636/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightCoral; } nav { - background: LightGoldenRodYellow; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From fdb77bf81b58c4c7ef40086b71b3425e5dc2f037 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 17:17:12 +0000 Subject: [PATCH 0637/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SlateBlue; } nav { - background: LightCoral; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b7ae6a13c6f8bbf1e90b1bbdf1b9cf8048991665 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 18:02:13 +0000 Subject: [PATCH 0638/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Tomato; } nav { - background: SlateBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 04b5983e2cc6d1ac20f375ce8f5bdad247063e5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 21:02:13 +0000 Subject: [PATCH 0639/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Black; } nav { - background: Tomato; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From fecc8e0082c96781ef4b98f5d7198ff21af59da7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 01:32:12 +0000 Subject: [PATCH 0640/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Crimson; } nav { - background: Black; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 3d7934bf29083d5523a20504371429121f46e54e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 05:17:12 +0000 Subject: [PATCH 0641/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DeepSkyBlue; } nav { - background: Crimson; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 92531886551768e6fcf601e5bdfc0b97757e7389 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 06:47:12 +0000 Subject: [PATCH 0642/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Silver; } nav { - background: DeepSkyBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From c283b742131af9976d024a3f7d1436323ab507da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 16:32:12 +0000 Subject: [PATCH 0643/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid LemonChiffon; } nav { - background: Silver; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 1749ed7a55dad3459bb24b86027ef106343a1129 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 17:17:12 +0000 Subject: [PATCH 0644/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Coral; } nav { - background: LemonChiffon; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 4cf5d8d56d4f0d6bfee9da926118a2cf33fb5876 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 00:02:13 +0000 Subject: [PATCH 0645/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid MediumSpringGreen; } nav { - background: Coral; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From ea9b82031737e76077efc55d58da79c8d79159df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 08:17:13 +0000 Subject: [PATCH 0646/3208] KPT-22: Modals with SandyBrown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SandyBrown; } nav { - background: MediumSpringGreen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 09087f798b5240e1821d0ee38ada5c95dc5b7318 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 10:32:12 +0000 Subject: [PATCH 0647/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid MintCream; } nav { - background: SandyBrown; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 4e0fbb7f8a6876a8818b58d38efe085396a17a70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 12:02:13 +0000 Subject: [PATCH 0648/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid AntiqueWhite; } nav { - background: MintCream; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 0ae937fdcd2d47ae86aa67aefbea0d23266073c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 12:47:12 +0000 Subject: [PATCH 0649/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid HoneyDew; } nav { - background: AntiqueWhite; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From df3f3e32feb56b2b6d741f23da1ae49cb862e90b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 18:02:12 +0000 Subject: [PATCH 0650/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DarkGreen; } nav { - background: HoneyDew; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0235665ba5180c89231a4321b585f3ad3968d8a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 18:47:12 +0000 Subject: [PATCH 0651/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Snow; } nav { - background: DarkGreen; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 608f7300e7d7e603bbbe06c269f77a7784594227 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 21:47:12 +0000 Subject: [PATCH 0652/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid MintCream; } nav { - background: Snow; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 1cee54d4a8bc79ad1df6936d3a11cec2bb538ab0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 01:32:13 +0000 Subject: [PATCH 0653/3208] KPT-22: Modals with Snow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Snow; } nav { - background: MintCream; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From fe429ee3a44f09a110438843cfded2dd401cdfce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 04:32:13 +0000 Subject: [PATCH 0654/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Black; } nav { - background: Snow; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From af9bb84332994ba27667bd0d9c6849ee91afc004 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 06:02:13 +0000 Subject: [PATCH 0655/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Magenta; } nav { - background: Black; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 1b2a086c955a25a7a0d9e3919ff8a3604b40273d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 07:32:12 +0000 Subject: [PATCH 0656/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkOliveGreen; } nav { - background: Magenta; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From b1ce64041922be968f7b8f1aa7f5524f620aa906 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 08:17:13 +0000 Subject: [PATCH 0657/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid BlueViolet; } nav { - background: DarkOliveGreen; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 77a2cf7e141024f0bfb4a3f582e94a3162a8b039 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 09:02:12 +0000 Subject: [PATCH 0658/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid AntiqueWhite; } nav { - background: BlueViolet; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From a241aa4ca2fcc0a927d773de8f4415335653692e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 15:47:13 +0000 Subject: [PATCH 0659/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Wheat; } nav { - background: AntiqueWhite; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 97eb1d3a69def60c771a3d76b86e5f384135e35c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 16:32:13 +0000 Subject: [PATCH 0660/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkRed; } nav { - background: Wheat; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 082b4b8899775de9cfc82b5b9d789665c22bd57d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 18:47:12 +0000 Subject: [PATCH 0661/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Grey; } nav { - background: DarkRed; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 5c7d5af199d123f42fdd08d864f31b6156bb53aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 22:32:12 +0000 Subject: [PATCH 0662/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LimeGreen; } nav { - background: Grey; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5768f40cd9029831f58c76f94ec68fe9963f1268 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 03:47:12 +0000 Subject: [PATCH 0663/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid FireBrick; } nav { - background: LimeGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 303c5bbd2377c9e1af340b720d75143a6289a3ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 06:47:13 +0000 Subject: [PATCH 0664/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkSeaGreen; } nav { - background: FireBrick; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6124f9a4126c92e385b656a1d4dfe9d1a8038f1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 09:02:12 +0000 Subject: [PATCH 0665/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Olive; } nav { - background: DarkSeaGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 4f60b3e96eac9bbe051bb5f44f320035a4ae1653 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 12:02:12 +0000 Subject: [PATCH 0666/3208] KPT-22: Modals with WhiteSmoke accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid WhiteSmoke; } nav { - background: Olive; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From cb22b7e0535b76eb18ac7de43c1bf2bffa61ac58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 12:47:13 +0000 Subject: [PATCH 0667/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid SpringGreen; } nav { - background: WhiteSmoke; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From bef26fdafd62363ee793135598a605b7d416b7bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 15:02:13 +0000 Subject: [PATCH 0668/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: SpringGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From dae3f2270463b983aca2b6c5d86effd5737f113c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 21:47:13 +0000 Subject: [PATCH 0669/3208] KPT-22: Modals with Maroon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Maroon; } nav { - background: AntiqueWhite; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 3caf385b6e5dd1562a85c5dc29560b3befa834c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 22:32:13 +0000 Subject: [PATCH 0670/3208] KPT-22: Modals with SaddleBrown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid SaddleBrown; } nav { - background: Maroon; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From c4ce7d8fc168452eb2e89affc11a15d034e6bd9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 03:02:12 +0000 Subject: [PATCH 0671/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LightGrey; } nav { - background: SaddleBrown; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5d493e797dd629794871842e790249321693dbb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 04:32:12 +0000 Subject: [PATCH 0672/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid LightPink; } nav { - background: LightGrey; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 87413bae57261c0ab6a565b7d8a9d3931c727240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 06:02:13 +0000 Subject: [PATCH 0673/3208] KPT-24: Update background color to LightSlateGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid LightSlateGrey; } nav { - background: LightPink; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 29adf99a477ac28bce1178a633ba8285037f89c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 07:32:12 +0000 Subject: [PATCH 0674/3208] KPT-22: Modals with LightGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid LightGray; } nav { - background: LightSlateGrey; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From e0e2e04dc1df8a344bad1924d6ea34762e5e670e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 15:02:12 +0000 Subject: [PATCH 0675/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SandyBrown; } nav { - background: LightGray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 01f7707685c1c4cff80e3567a43e5738467f8d3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 19:32:12 +0000 Subject: [PATCH 0676/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid LawnGreen; } nav { - background: SandyBrown; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 49cae8ca9abc57f79e96a5dbabbfe06024520ec6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 00:02:13 +0000 Subject: [PATCH 0677/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid MistyRose; } nav { - background: LawnGreen; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 29d1345999709816a1c635b41b9af72bfcc590a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 06:02:13 +0000 Subject: [PATCH 0678/3208] KPT-22: Modals with DarkTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkTurquoise; } nav { - background: MistyRose; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d32e0f66d227afaeacc3b3f6994e90cfb1c57118 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 06:47:13 +0000 Subject: [PATCH 0679/3208] KPT-22: Modals with LightSalmon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid LightSalmon; } nav { - background: DarkTurquoise; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 7988f5bfb273dfaa51101f17ad7d48359251945e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 12:28:06 +0000 Subject: [PATCH 0680/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Ivory; } nav { - background: LightSalmon; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 61a94d336133ac9d2586df08ac8bb0b6cb4dc4fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 12:47:12 +0000 Subject: [PATCH 0681/3208] KPT-22: Modals with PowderBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid PowderBlue; } nav { - background: Ivory; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 643918a715fc0e5082cd6a3a68a578d395d66055 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 15:47:13 +0000 Subject: [PATCH 0682/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Chocolate; } nav { - background: PowderBlue; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 01e9ea9e1f1b154dcaefed98c0e82d285bc07db8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 19:32:13 +0000 Subject: [PATCH 0683/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Azure; } nav { - background: Chocolate; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 74356a2a383c14ef1bd499e269aceff98e8aa93d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 21:02:13 +0000 Subject: [PATCH 0684/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid AliceBlue; } nav { - background: Azure; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4355769191d5bd840e56ac53a69fa0b2e90eac00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 07:32:12 +0000 Subject: [PATCH 0685/3208] KPT-22: Modals with DarkSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DarkSeaGreen; } nav { - background: AliceBlue; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 569a56b95b540bb094fd6d782eba2fe1511a7988 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 11:17:14 +0000 Subject: [PATCH 0686/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DimGray; } nav { - background: DarkSeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 1087bfd974f8f3a46dd6f311efbcd53be86d24c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 15:02:13 +0000 Subject: [PATCH 0687/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Fuchsia; } nav { - background: DimGray; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 16d60803ed4759a6f1f560068ea0d1023f70f59b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 17:17:13 +0000 Subject: [PATCH 0688/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Coral; } nav { - background: Fuchsia; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From e942a1c04dfff84bc5220b4f14339b7d84cf97c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 21:02:13 +0000 Subject: [PATCH 0689/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid AliceBlue; } nav { - background: Coral; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 30209171fe2388c1e10961cf4d54d4b583301fcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 21:47:13 +0000 Subject: [PATCH 0690/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LightCoral; } nav { - background: AliceBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 881bd670e97caef7764bbe86312a65bb46da7815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 01:32:12 +0000 Subject: [PATCH 0691/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Khaki; } nav { - background: LightCoral; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 4ac110e44baae2f6ac48ef8be21d72b43749b5fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 05:17:13 +0000 Subject: [PATCH 0692/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Black; } nav { - background: Khaki; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 5f5b87dd2be3381ad0a5e5c37540b8b077fccd63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 06:47:13 +0000 Subject: [PATCH 0693/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid OliveDrab; } nav { - background: Black; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From ef4abc05fc9a3dc7cc9d8ef36045b50c341ccaa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 08:17:13 +0000 Subject: [PATCH 0694/3208] KPT-24: Update background color to LightYellow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightYellow; } nav { - background: OliveDrab; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5f7223c9eb01148aa07c3c3ffa8ce7b6487ff85a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 00:02:13 +0000 Subject: [PATCH 0695/3208] KPT-24: Update background color to Salmon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Salmon; } nav { - background: LightYellow; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 7ff788e60cffbbf687ba95c1e608334661eb1522 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 03:02:13 +0000 Subject: [PATCH 0696/3208] KPT-24: Update background color to MintCream --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MintCream; } nav { - background: Salmon; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 547fb02c92a963955a07b178b7e0601fba8784dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 09:47:13 +0000 Subject: [PATCH 0697/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid FloralWhite; } nav { - background: MintCream; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 506ebf0191c5661b87d717c24a1dd53c49822425 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 10:32:13 +0000 Subject: [PATCH 0698/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid NavajoWhite; } nav { - background: FloralWhite; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7f186d95a1749188116839f5e93a81db8fcf81e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 14:17:12 +0000 Subject: [PATCH 0699/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LightSkyBlue; } nav { - background: NavajoWhite; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From f769f058449d67446a7f12bdb93b9fc6ae668d59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 17:17:12 +0000 Subject: [PATCH 0700/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Azure; } nav { - background: LightSkyBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 79317fcdcb59098882576ecb16ce35d6d0cba7c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 23:17:12 +0000 Subject: [PATCH 0701/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid BurlyWood; } nav { - background: Azure; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From c832416797e46db9c9bc9e29acae64a55826d4e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 01:32:12 +0000 Subject: [PATCH 0702/3208] KPT-22: Modals with SpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SpringGreen; } nav { - background: BurlyWood; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From c49305cc6117360edd35ec7c297b85880b562afc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 03:47:12 +0000 Subject: [PATCH 0703/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid PeachPuff; } nav { - background: SpringGreen; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From c7e65c5ff11b3e7171d5d9a4d59dcc90c4244a86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 06:47:13 +0000 Subject: [PATCH 0704/3208] KPT-22: Modals with ForestGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid ForestGreen; } nav { - background: PeachPuff; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 60a9b038e66352867ef0a04a17b5ca2bdba6f7e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 10:32:12 +0000 Subject: [PATCH 0705/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid MediumAquaMarine; } nav { - background: ForestGreen; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 0ae491de3bc4fff718061124cbca21e5ef4be5b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 12:47:12 +0000 Subject: [PATCH 0706/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkSlateGray; } nav { - background: MediumAquaMarine; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 92c8a1387ac96a5833c747961b02e3360f944ab8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 16:32:12 +0000 Subject: [PATCH 0707/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Brown; } nav { - background: DarkSlateGray; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 8467a7f91a277cd6157bbac4eceef6947d096b09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 21:47:12 +0000 Subject: [PATCH 0708/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid PapayaWhip; } nav { - background: Brown; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 01b4af7d1a6e9488e78ec7c417ad92397293fde3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 23:17:13 +0000 Subject: [PATCH 0709/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid AliceBlue; } nav { - background: PapayaWhip; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From b91fc63dd06de9ec4e90a291e7c7c69594af9bd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 00:47:12 +0000 Subject: [PATCH 0710/3208] KPT-24: Update background color to Chartreuse --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Chartreuse; } nav { - background: AliceBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 484fa22ace9e9557be59e5c863f7ad75f725d599 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 02:17:13 +0000 Subject: [PATCH 0711/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid CornflowerBlue; } nav { - background: Chartreuse; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From bc304b5f233f6ac0c08118d96ea758a230f69250 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 03:02:12 +0000 Subject: [PATCH 0712/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Silver; } nav { - background: CornflowerBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 6ffb832cb3c7015b827371b1028844f761da3b99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 05:17:13 +0000 Subject: [PATCH 0713/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Chartreuse; } nav { - background: Silver; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From e8e4706745a3ae510260ed8910a2024da682a2eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 06:47:12 +0000 Subject: [PATCH 0714/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid PowderBlue; } nav { - background: Chartreuse; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From b3767127ed1243cb1f247c929b5e02c538d74303 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 07:32:13 +0000 Subject: [PATCH 0715/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid SaddleBrown; } nav { - background: PowderBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From f484a6a0b873f88c686d657a3bcdbea9950dc6e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 12:02:14 +0000 Subject: [PATCH 0716/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid FireBrick; } nav { - background: SaddleBrown; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From be31f87e5f50747fa176f7d02ebb52a5c78c77ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 12:47:14 +0000 Subject: [PATCH 0717/3208] KPT-24: Update background color to Peru --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Peru; } nav { - background: FireBrick; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From ebf3fe25b3c7c5f3d0ea36bce39f8dd1d6934e63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 15:47:13 +0000 Subject: [PATCH 0718/3208] KPT-24: Update background color to YellowGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid YellowGreen; } nav { - background: Peru; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From de04f812d86a8c601b6ef7374abd72ad63a20e4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 17:17:12 +0000 Subject: [PATCH 0719/3208] KPT-24: Update background color to Green --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Green; } nav { - background: YellowGreen; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 7ea37e1240e66c0f2e0eb63858fbcf2161f7c573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 19:32:12 +0000 Subject: [PATCH 0720/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightPink; } nav { - background: Green; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 0d9e9f0a06d8f2a9049a499a37f6782f5ba7dab6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 00:47:13 +0000 Subject: [PATCH 0721/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SlateGrey; } nav { - background: LightPink; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 826a99af86d6d38cfc32413ce72e70555ed357d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 04:32:13 +0000 Subject: [PATCH 0722/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid FloralWhite; } nav { - background: SlateGrey; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From d408edb30f5088f95e4b91d471dd04573d759045 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 14:17:12 +0000 Subject: [PATCH 0723/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkOrchid; } nav { - background: FloralWhite; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 68815b454bac37902187d6127d71736a83356592 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 00:02:12 +0000 Subject: [PATCH 0724/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Chartreuse; } nav { - background: DarkOrchid; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f65b49da60f23f5838c773591163dd3ba0f8dff1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 03:02:12 +0000 Subject: [PATCH 0725/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DarkOliveGreen; } nav { - background: Chartreuse; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7b3e9480bd8ba03ba1e8fda84b6b31f27bc58ba7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 07:32:13 +0000 Subject: [PATCH 0726/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkOrange; } nav { - background: DarkOliveGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 8d7568578c84e744e59acf3351765f59f128fb57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 08:17:12 +0000 Subject: [PATCH 0727/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MidnightBlue; } nav { - background: DarkOrange; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From cab7955bb9afee4387292bcb2c9cb9e5c070ec5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 12:02:13 +0000 Subject: [PATCH 0728/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid HotPink; } nav { - background: MidnightBlue; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From ec67796c8ed8c2b3df5e34c713a3049ae0b6bd29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 15:47:12 +0000 Subject: [PATCH 0729/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkTurquoise; } nav { - background: HotPink; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From acf0d5f8c6384f49544dad45bfd2a4f3e00bf2c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 16:32:13 +0000 Subject: [PATCH 0730/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid LightGray; } nav { - background: DarkTurquoise; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 6606210cd03f641827ae8c6aa49b4761b03a4986 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 17:17:12 +0000 Subject: [PATCH 0731/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Linen; } nav { - background: LightGray; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 2c8f6de172426ad43dc0806bb24e2f0a265700ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 18:02:13 +0000 Subject: [PATCH 0732/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid MediumPurple; } nav { - background: Linen; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From b5c37ee929056b8154ea855598a7577a9cb270fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 23:17:12 +0000 Subject: [PATCH 0733/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid MediumOrchid; } nav { - background: MediumPurple; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From febc5525b5739f161954a1a7cedf8f28215dedcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 01:32:12 +0000 Subject: [PATCH 0734/3208] KPT-24: Update background color to AntiqueWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid AntiqueWhite; } nav { - background: MediumOrchid; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 362bf1df1e203d7407f4cf650fe537c6612a6358 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 02:17:12 +0000 Subject: [PATCH 0735/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Gray; } nav { - background: AntiqueWhite; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 5ec7c7b9413301d3d229c01381468466d06669fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 06:47:13 +0000 Subject: [PATCH 0736/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkSlateGray; } nav { - background: Gray; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 8ce7736f5d1ca0afb836dcaff20f9d0994ec2060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 09:47:12 +0000 Subject: [PATCH 0737/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Magenta; } nav { - background: DarkSlateGray; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 61bf6053273967d199591d5b90a8ffa7abf37609 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 12:02:13 +0000 Subject: [PATCH 0738/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Magenta; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 21b90ac903045ad8eeeb2c8078d5fe6096e2aa42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 18:47:13 +0000 Subject: [PATCH 0739/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Lime; } nav { - background: LightGoldenRodYellow; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 2341ef73bd655d34eb4bdc28861a1862d3d0279d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 12:02:12 +0000 Subject: [PATCH 0740/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid DarkGray; } nav { - background: Lime; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 9c2d9c91ae67188c08814732884279ab01763815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 12:47:12 +0000 Subject: [PATCH 0741/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkGray; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 134e3fe16ce519298cdd2fd17ab0037c527300f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 13:32:12 +0000 Subject: [PATCH 0742/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Wheat; } nav { - background: DarkSeaGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 5936ae7c3e7ab853c12cbf03ebba7a4467aa7240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 14:17:12 +0000 Subject: [PATCH 0743/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid MediumOrchid; } nav { - background: Wheat; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1a8573482cac494ea582be1421bf84a750365210 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 16:32:12 +0000 Subject: [PATCH 0744/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Gold; } nav { - background: MediumOrchid; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From beac3bfef3577c490ddc6ea1b6d990b06cce3993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 00:47:12 +0000 Subject: [PATCH 0745/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkSlateGrey; } nav { - background: Gold; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 776b7a66db6746e463b553958989a91d4762e6a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 06:47:12 +0000 Subject: [PATCH 0746/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightGray; } nav { - background: DarkSlateGrey; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 77945e3a3e9d50cbc0f0cadb9afa7e02029012a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 19:32:12 +0000 Subject: [PATCH 0747/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkSalmon; } nav { - background: LightGray; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From f4e6d6b1c8bceb7fad8f0f3abea5e4f3b39d9ad6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 20:17:13 +0000 Subject: [PATCH 0748/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid SaddleBrown; } nav { - background: DarkSalmon; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4db71b74d28f6078c74e39a1264923e65b37d4d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 00:02:12 +0000 Subject: [PATCH 0749/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid MediumTurquoise; } nav { - background: SaddleBrown; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d1237abce63113199ae098249685dda6cbb38a44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 01:32:13 +0000 Subject: [PATCH 0750/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid MediumBlue; } nav { - background: MediumTurquoise; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From f2c022fa2d17224878ca0d298798d7ee037bb284 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 02:17:12 +0000 Subject: [PATCH 0751/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: MediumBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 39d2612c68378314a9ee61d4381f228676764da8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 03:47:12 +0000 Subject: [PATCH 0752/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Aqua; } nav { - background: CornflowerBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 0fa73acdbd5b770960f5c5b7cea4ab60b3158cd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 09:47:12 +0000 Subject: [PATCH 0753/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid SeaShell; } nav { - background: Aqua; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 586d708c59724737fe09952891013336427c6dcf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 10:32:13 +0000 Subject: [PATCH 0754/3208] KPT-24: Update background color to SandyBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid SandyBrown; } nav { - background: SeaShell; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1c57bda31ab40911aaceead39bec9da8d238a875 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 16:32:13 +0000 Subject: [PATCH 0755/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid WhiteSmoke; } nav { - background: SandyBrown; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 49e0886fac54940d0776197bf4b8753705e9bee1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 21:02:12 +0000 Subject: [PATCH 0756/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DimGrey; } nav { - background: WhiteSmoke; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2dcbb6f0edf96e3728a325ff0e3f2a5de14a0ab0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 22:32:12 +0000 Subject: [PATCH 0757/3208] KPT-24: Update background color to LemonChiffon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LemonChiffon; } nav { - background: DimGrey; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 46f541ede21c5ced301c43e18a9f04cba148ce1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 00:02:12 +0000 Subject: [PATCH 0758/3208] KPT-22: Modals with Moccasin accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Moccasin; } nav { - background: LemonChiffon; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 2cc3367d8225aa8667ee751168d93787cf0a6557 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 00:47:12 +0000 Subject: [PATCH 0759/3208] KPT-24: Update background color to Coral --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Coral; } nav { - background: Moccasin; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 3741e9d8df0045b206e5301e06c2e2c4311557fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 01:32:13 +0000 Subject: [PATCH 0760/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid BlanchedAlmond; } nav { - background: Coral; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 089757331930357e13a7c0154cb732b9159a4482 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 02:17:13 +0000 Subject: [PATCH 0761/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MediumAquaMarine; } nav { - background: BlanchedAlmond; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 84c011d1b2da59555d759bfbf35c4d537999c2de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 05:17:13 +0000 Subject: [PATCH 0762/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid MediumVioletRed; } nav { - background: MediumAquaMarine; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e88d09dd33aa10c871967c016b3564b7207b3317 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 06:02:12 +0000 Subject: [PATCH 0763/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid GreenYellow; } nav { - background: MediumVioletRed; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From d34092a59328fbad2f969961966c53427fdfacff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 07:32:13 +0000 Subject: [PATCH 0764/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid YellowGreen; } nav { - background: GreenYellow; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 97f66db3bf8732caf430f1f7cd532e97a0ffba6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 08:17:12 +0000 Subject: [PATCH 0765/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Thistle; } nav { - background: YellowGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 5c2153a67690ff4f7a4a0494d961ef045a6d578a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 17:17:13 +0000 Subject: [PATCH 0766/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Turquoise; } nav { - background: Thistle; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 63367c193c39853d165b89044f9cc06c1052c86d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 02:17:12 +0000 Subject: [PATCH 0767/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Purple; } nav { - background: Turquoise; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From e4e3c5a383db365246e85e4306e6c7cecc31e3ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 03:02:12 +0000 Subject: [PATCH 0768/3208] KPT-22: Modals with Beige accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Beige; } nav { - background: Purple; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 240c5133db5f352aa3beeedecd7e3629ae74f788 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 05:17:13 +0000 Subject: [PATCH 0769/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Teal; } nav { - background: Beige; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From c2c239d9adc4d040ee9406ed9092b3ea48dd7c86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 06:47:12 +0000 Subject: [PATCH 0770/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightGreen; } nav { - background: Teal; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6ee816777831ccd6951a9a79e9010a787cda45e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 09:02:12 +0000 Subject: [PATCH 0771/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Lavender; } nav { - background: LightGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 18ad3ab41e133be7bde4d683a76285386b2380e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 11:17:12 +0000 Subject: [PATCH 0772/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Yellow; } nav { - background: Lavender; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From aab0ba346e925f500b58ed3c5e48530a02527fdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 12:47:12 +0000 Subject: [PATCH 0773/3208] KPT-22: Modals with RebeccaPurple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid RebeccaPurple; } nav { - background: Yellow; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 45dc487e0a3939a4f34a2b9de30e3d8f726e0505 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 14:17:13 +0000 Subject: [PATCH 0774/3208] KPT-22: Modals with DimGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DimGray; } nav { - background: RebeccaPurple; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 7aa7d12c7b9b82043639507e52b0109b5c3d84ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 16:32:12 +0000 Subject: [PATCH 0775/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkGoldenRod; } nav { - background: DimGray; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f3eced2b2181663905ad42a4a3741bc157c4972b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 18:47:12 +0000 Subject: [PATCH 0776/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Purple; } nav { - background: DarkGoldenRod; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 88b0504e48ce2a7bc9f16356c1dbbe9387233e44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 19:32:12 +0000 Subject: [PATCH 0777/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid BlanchedAlmond; } nav { - background: Purple; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 3908c2117fd00ae4b0d223addca1f5135d548aa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 00:02:13 +0000 Subject: [PATCH 0778/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Magenta; } nav { - background: BlanchedAlmond; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From c6168f9f9154057104b133433d9ca5ea5f751189 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 00:47:12 +0000 Subject: [PATCH 0779/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightCoral; } nav { - background: Magenta; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 768da19fbdb51f0d9c54bf269cd41d47916b5886 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 03:47:12 +0000 Subject: [PATCH 0780/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DimGrey; } nav { - background: LightCoral; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1a665b0986c1425c560de0b22c9d5547d3ba13e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 04:32:12 +0000 Subject: [PATCH 0781/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Turquoise; } nav { - background: DimGrey; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 1fe78ced76e19e3b50ce778115d97f08f7896aef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 07:32:13 +0000 Subject: [PATCH 0782/3208] KPT-24: Update background color to DeepPink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DeepPink; } nav { - background: Turquoise; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 8ff68797533f37fb5a10392f92cf3c5ce23c053d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 12:47:13 +0000 Subject: [PATCH 0783/3208] KPT-22: Modals with HoneyDew accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid HoneyDew; } nav { - background: DeepPink; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From f3d620af3075db8432b808c5f567e5afa1d5f7d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 15:02:13 +0000 Subject: [PATCH 0784/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid PaleGreen; } nav { - background: HoneyDew; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8b29025d63e1b4d56a2f93473fff86ecb86b91cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 15:47:13 +0000 Subject: [PATCH 0785/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Snow; } nav { - background: PaleGreen; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From b0d375ccd4d91d3fe1314e716bc2ce98efca46df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 17:17:13 +0000 Subject: [PATCH 0786/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid DarkOrange; } nav { - background: Snow; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 4d5056615fcd3934963399647d1a912516eb276d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 18:02:14 +0000 Subject: [PATCH 0787/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid LightBlue; } nav { - background: DarkOrange; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 98f114a572edb57b5ebf718ffc287418a0bf7de8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 21:47:12 +0000 Subject: [PATCH 0788/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Beige; } nav { - background: LightBlue; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From e97e45f22162fa9b602f238736a67e609dcdc425 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 00:47:13 +0000 Subject: [PATCH 0789/3208] KPT-22: Modals with Aquamarine accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Aquamarine; } nav { - background: Beige; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 29606067d307b67e80f1b15f78119660f738c66f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 03:02:12 +0000 Subject: [PATCH 0790/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid HotPink; } nav { - background: Aquamarine; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 8ff58c881d630c445f92f4179031fe1d023c53e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 04:32:12 +0000 Subject: [PATCH 0791/3208] KPT-22: Modals with Orchid accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Orchid; } nav { - background: HotPink; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 7496351a12c0687d905030f02476ddbea08a3cca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 12:47:12 +0000 Subject: [PATCH 0792/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Pink; } nav { - background: Orchid; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From a0876f35a985549867da666a4fc2d0444feba65e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 13:32:12 +0000 Subject: [PATCH 0793/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Salmon; } nav { - background: Pink; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 09c81fa004e9ab4362a2891f0a40900662abc847 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 14:17:12 +0000 Subject: [PATCH 0794/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Peru; } nav { - background: Salmon; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 0313d7267faff46e184ccef8c20c0cba0165ecd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 15:47:13 +0000 Subject: [PATCH 0795/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Green; } nav { - background: Peru; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 6058c54267f6414b3e6e123e9a084e2c6ab09d67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 23:17:13 +0000 Subject: [PATCH 0796/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DarkCyan; } nav { - background: Green; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 3abdd6266f244df3a71af3908ae1097d1758cd5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 00:02:13 +0000 Subject: [PATCH 0797/3208] KPT-24: Update background color to Magenta --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Magenta; } nav { - background: DarkCyan; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From a87163327d2b3d3233fe226b63a6a80b4a2c860f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 03:47:12 +0000 Subject: [PATCH 0798/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Black; } nav { - background: Magenta; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From b825a1dd90762fbacda5f77b7d963c00666e908f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 05:17:13 +0000 Subject: [PATCH 0799/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Moccasin; } nav { - background: Black; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From bbceb7b025d2799ce63f14c18e18c455d3afa696 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 06:47:12 +0000 Subject: [PATCH 0800/3208] KPT-22: Modals with BlueViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid BlueViolet; } nav { - background: Moccasin; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From bd21bf0090e629bf0f5333d29daee59df8bee872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 07:32:13 +0000 Subject: [PATCH 0801/3208] KPT-22: Modals with OldLace accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid OldLace; } nav { - background: BlueViolet; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 20641205d86d844c9d84a6112791fbab7ea5a082 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 08:17:13 +0000 Subject: [PATCH 0802/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Azure; } nav { - background: OldLace; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 55a5e60e5d1ce751d3dc30bf3897d355adc53a1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 09:02:13 +0000 Subject: [PATCH 0803/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid HoneyDew; } nav { - background: Azure; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 8eb8c5b1c53773fd8a21dbf50b38dd385c965f53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 12:02:12 +0000 Subject: [PATCH 0804/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid MediumSeaGreen; } nav { - background: HoneyDew; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f8fd82aa954c37f63700cdf2e0deccef798f1e56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 16:32:12 +0000 Subject: [PATCH 0805/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Lavender; } nav { - background: MediumSeaGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From c3d041959b670ac50d73494bb1663c77f400cf3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 18:02:13 +0000 Subject: [PATCH 0806/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid SteelBlue; } nav { - background: Lavender; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7a3e336d010cbcb393c0a6976e0a95a3d52a4613 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 19:32:12 +0000 Subject: [PATCH 0807/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Cyan; } nav { - background: SteelBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 0d3910428bcef39a9b26675c54c698f23ec6bfc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 21:02:12 +0000 Subject: [PATCH 0808/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid MediumPurple; } nav { - background: Cyan; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From f92448221793ee39bfd14cb86c0ab929d427bcf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 00:47:12 +0000 Subject: [PATCH 0809/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkSlateBlue; } nav { - background: MediumPurple; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5a498b3d7930f547492eeb01adac1acf73db6c1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 03:47:12 +0000 Subject: [PATCH 0810/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid RoyalBlue; } nav { - background: DarkSlateBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From ea2dcef8662d78a653db0d244aedea5ac9e61b51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 05:17:12 +0000 Subject: [PATCH 0811/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid SlateGray; } nav { - background: RoyalBlue; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 771edd779ae4d9c8ccb43a13ddc94d08283f8881 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 08:17:12 +0000 Subject: [PATCH 0812/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LightYellow; } nav { - background: SlateGray; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 422413304a8725cde552ab3f763a68d6a98db778 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 09:47:13 +0000 Subject: [PATCH 0813/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkGreen; } nav { - background: LightYellow; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1262f70d5c7783dbc33311b816a337540b6c2ac1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 12:02:13 +0000 Subject: [PATCH 0814/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Tan; } nav { - background: DarkGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From bbf35b83a3a05f81b21c14a6740620320ad53fad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 14:17:12 +0000 Subject: [PATCH 0815/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MediumVioletRed; } nav { - background: Tan; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From a9576d3556c92f0675f7d7acd5362a3876bb818d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 15:47:13 +0000 Subject: [PATCH 0816/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Gold; } nav { - background: MediumVioletRed; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 85f8f0b959ddc372d3742ad8287d488bdda2b181 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 17:17:13 +0000 Subject: [PATCH 0817/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid BlanchedAlmond; } nav { - background: Gold; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 09e859fdeffbee3d13ff4642040afece371320d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 21:02:13 +0000 Subject: [PATCH 0818/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid GreenYellow; } nav { - background: BlanchedAlmond; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7670e4a41d46d8f2f00385a6250b006980755a39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 03:02:13 +0000 Subject: [PATCH 0819/3208] KPT-24: Update background color to Purple --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Purple; } nav { - background: GreenYellow; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 421ef18ee08649e6148b324862fba9bdff50009c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 04:32:12 +0000 Subject: [PATCH 0820/3208] KPT-22: Modals with FireBrick accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid FireBrick; } nav { - background: Purple; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From e73264ecdc8d09729ef50f585d6c7ac36f6504d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 09:02:13 +0000 Subject: [PATCH 0821/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Tomato; } nav { - background: FireBrick; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 8ccf196dd5bac6ce619d2726a3906dcc70246c8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 11:17:12 +0000 Subject: [PATCH 0822/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumOrchid; } nav { - background: Tomato; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From af384fa1f84cf98ced7dd59f04dc75b36537ed76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 13:32:12 +0000 Subject: [PATCH 0823/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid SteelBlue; } nav { - background: MediumOrchid; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From ad08f76227fa13b77fe8f5bb1741f147f2733315 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 15:47:12 +0000 Subject: [PATCH 0824/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid SlateBlue; } nav { - background: SteelBlue; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bd879e8be7d11accf46b7a533ba43fe36555b9f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 20:17:12 +0000 Subject: [PATCH 0825/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid SandyBrown; } nav { - background: SlateBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From df6b9089951eeeb3e3a83049226090539c7a5272 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 23:17:13 +0000 Subject: [PATCH 0826/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid RosyBrown; } nav { - background: SandyBrown; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 09cf32cce0bef4ea9859b7ba8780afb0b8dcbe5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 00:47:12 +0000 Subject: [PATCH 0827/3208] KPT-22: Modals with DarkCyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DarkCyan; } nav { - background: RosyBrown; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 1dc5fc62b56e20d928d3e9ca5a7e1e2cd628641e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 03:02:13 +0000 Subject: [PATCH 0828/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Orange; } nav { - background: DarkCyan; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 1c84eb417874b6dac33b651e8f97313e1ecad612 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 06:02:13 +0000 Subject: [PATCH 0829/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Gainsboro; } nav { - background: Orange; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 32487273b3ff29f443e49fca9537d69a2177d66e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 06:47:12 +0000 Subject: [PATCH 0830/3208] KPT-24: Update background color to LightSkyBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid LightSkyBlue; } nav { - background: Gainsboro; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f9775b12ddc04c8df4514dcec617d252eb9ed28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 17:17:12 +0000 Subject: [PATCH 0831/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid ForestGreen; } nav { - background: LightSkyBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0198dea87f3166a25ebc3ba72661f664cec72457 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 19:32:13 +0000 Subject: [PATCH 0832/3208] KPT-24: Update background color to Turquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Turquoise; } nav { - background: ForestGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 13bb1a9163bb27e8cddf3650c7b4404380101ed1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 20:17:12 +0000 Subject: [PATCH 0833/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MediumBlue; } nav { - background: Turquoise; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3ef8a45fed1d7bd0108f3307326547d16e10367b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 21:02:14 +0000 Subject: [PATCH 0834/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid SeaShell; } nav { - background: MediumBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From f6e569da0fc8ab4f11a535c1ce75338639018633 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 21:47:13 +0000 Subject: [PATCH 0835/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkOrange; } nav { - background: SeaShell; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 829a112d0057ffb50ccd5b17433c703b74166fcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 00:02:13 +0000 Subject: [PATCH 0836/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkOrange; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8ab849e7c1e3ef556aa672dca5bd12a998d664f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 00:47:12 +0000 Subject: [PATCH 0837/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MidnightBlue; } nav { - background: AntiqueWhite; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 63de6473aa2a60abe9ff186d8eef8c0b93b4f4a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 01:32:12 +0000 Subject: [PATCH 0838/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Lavender; } nav { - background: MidnightBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From c968d2c9b790bff762bf08a488975b2e549e32d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 02:17:12 +0000 Subject: [PATCH 0839/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkTurquoise; } nav { - background: Lavender; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 54007a6c32ab54fecda677a55c409cf19ee8ee98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 04:32:12 +0000 Subject: [PATCH 0840/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Purple; } nav { - background: DarkTurquoise; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From bd73bc8ad321d57ec715f229a9a542e6ab31c834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 12:02:13 +0000 Subject: [PATCH 0841/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid RoyalBlue; } nav { - background: Purple; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 11bc3e4c3294bcc78c214bd1592267ced8a88575 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 12:47:12 +0000 Subject: [PATCH 0842/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: RoyalBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9a3a0524246c1385f1e9f89c8c6fdfdd19f63efa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 17:17:12 +0000 Subject: [PATCH 0843/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SaddleBrown; } nav { - background: LightSkyBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 05dd0732f72b14a6cc793b8f4b3b52ea1ec098d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 18:02:12 +0000 Subject: [PATCH 0844/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Turquoise; } nav { - background: SaddleBrown; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0fa1dbe5dcf5f8a27174747f34a536989bbf1f69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 18:47:13 +0000 Subject: [PATCH 0845/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Magenta; } nav { - background: Turquoise; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 097db34f7d33f83095bc2041ab2c5041e0ed1672 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 22:32:12 +0000 Subject: [PATCH 0846/3208] KPT-22: Modals with Fuchsia accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Fuchsia; } nav { - background: Magenta; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From bc8de970a35438ce64438708ce7a5fddf282195f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 02:17:12 +0000 Subject: [PATCH 0847/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid LightSkyBlue; } nav { - background: Fuchsia; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From ecb10625eef99f74e1da48c40fb59e6cc029b951 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 05:17:13 +0000 Subject: [PATCH 0848/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid RoyalBlue; } nav { - background: LightSkyBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From de6adb91ac0df6dd55c8e76df0dac37ce2c3f8f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 09:02:13 +0000 Subject: [PATCH 0849/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkRed; } nav { - background: RoyalBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 6cd1ee4c544178c9219705ae518f67e4f8dbb63b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 09:47:13 +0000 Subject: [PATCH 0850/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkRed; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 273e87c08290e7ba8afeedbb788e5ae33c9dccc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 11:17:13 +0000 Subject: [PATCH 0851/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightPink; } nav { - background: MediumSeaGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 54f007fdf59281044465f3b43ece1a922f1e9b4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 14:17:12 +0000 Subject: [PATCH 0852/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SlateGray; } nav { - background: LightPink; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 38f743f9b891d3921d2061a8ed1d1bb71592b184 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 16:32:12 +0000 Subject: [PATCH 0853/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid GhostWhite; } nav { - background: SlateGray; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From b39f435838bf9595d0f52d6f6c81861cc82d1664 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 18:02:13 +0000 Subject: [PATCH 0854/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid LawnGreen; } nav { - background: GhostWhite; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From d1096aef10e84b023ea7cd70da4ab500dafa54ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 21:02:12 +0000 Subject: [PATCH 0855/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Moccasin; } nav { - background: LawnGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 9345286e98339b4cbf68dd1648b3cec8ace1611b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 23:17:12 +0000 Subject: [PATCH 0856/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Olive; } nav { - background: Moccasin; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 9a18542c63301890b67a561fb39c5931143f432c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 01:32:13 +0000 Subject: [PATCH 0857/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid GreenYellow; } nav { - background: Olive; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From b74207b848a9e9519cfc32a68e374f7ae05335b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 02:17:13 +0000 Subject: [PATCH 0858/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid YellowGreen; } nav { - background: GreenYellow; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From b263d5e024d70d7be3139bc20ddd9ca2865d9711 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 03:47:12 +0000 Subject: [PATCH 0859/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid PaleGreen; } nav { - background: YellowGreen; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From a84f1def8814b38d6f6e8edb94f5d60561d64923 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 09:02:13 +0000 Subject: [PATCH 0860/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Plum; } nav { - background: PaleGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From de177ee6ce7e00fc60ad12e64b06990d44bc14dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 09:47:12 +0000 Subject: [PATCH 0861/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkViolet; } nav { - background: Plum; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 282da6be7b9c764494c339b8c4f790c0e1d6daa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 11:17:12 +0000 Subject: [PATCH 0862/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid PowderBlue; } nav { - background: DarkViolet; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 09ca634255bc20d7373fc7fdd24cafbc4455bdb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 12:47:12 +0000 Subject: [PATCH 0863/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Ivory; } nav { - background: PowderBlue; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From b142f07aca93dffae753a66f9db483542c987d59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 15:47:12 +0000 Subject: [PATCH 0864/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightBlue; } nav { - background: Ivory; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4c657b3219f6a90854cd8e99b0a2f62eeaf315d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 21:47:12 +0000 Subject: [PATCH 0865/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: LightBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From a11e98415372f727086fef006779c34d650296de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 23:17:12 +0000 Subject: [PATCH 0866/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkSlateBlue; } nav { - background: WhiteSmoke; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From c6c7231da8bf040b17e50ba0dfc0a62a2615406c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 02:17:12 +0000 Subject: [PATCH 0867/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LightCoral; } nav { - background: DarkSlateBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 6feab59a655ddbdc1b7c596b6dcbe6109fa45563 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 04:32:12 +0000 Subject: [PATCH 0868/3208] KPT-24: Update background color to SlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SlateGray; } nav { - background: LightCoral; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From b7d5fc59bc5980d5b9c52aca07e7e6c2ce460c12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 06:02:13 +0000 Subject: [PATCH 0869/3208] KPT-24: Update background color to Snow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Snow; } nav { - background: SlateGray; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From aa0afd634f8e35750b2cb81e7382dde5ab64213e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 08:17:13 +0000 Subject: [PATCH 0870/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Thistle; } nav { - background: Snow; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From cbad601bb71e12abbe3db5a1b8f78e4ef1bcf31f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 13:32:12 +0000 Subject: [PATCH 0871/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Linen; } nav { - background: Thistle; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From d3c6045afa065b8b1804ed23df4467fade2b7784 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 15:02:13 +0000 Subject: [PATCH 0872/3208] KPT-22: Modals with MediumTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid MediumTurquoise; } nav { - background: Linen; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From bd683f39ef387211cd9bce5d3341878fb225fe19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 17:17:12 +0000 Subject: [PATCH 0873/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DarkMagenta; } nav { - background: MediumTurquoise; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From cb2dc0a0e703bb995d3739dd10990e6dc1dd65a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 19:32:12 +0000 Subject: [PATCH 0874/3208] KPT-24: Update background color to Gainsboro --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Gainsboro; } nav { - background: DarkMagenta; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From bb33b651da3a41de4a71758572e544e2203fb20e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 04:32:12 +0000 Subject: [PATCH 0875/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Moccasin; } nav { - background: Gainsboro; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From e548835c351fb3f0280e0a9ae545f58551dae610 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 05:17:12 +0000 Subject: [PATCH 0876/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid FireBrick; } nav { - background: Moccasin; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 56bdd753b6f878305bc9874b698d385fa185e6ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 07:32:13 +0000 Subject: [PATCH 0877/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Black; } nav { - background: FireBrick; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From c0b5adeeac46478982638d0951e93d0bf56c39d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 09:02:13 +0000 Subject: [PATCH 0878/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid CadetBlue; } nav { - background: Black; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 32eaa5c9e02a0924f29e5159fea82eadead31168 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 09:47:12 +0000 Subject: [PATCH 0879/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Aqua; } nav { - background: CadetBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 1bad5ec59b1cfbe6a454f8f2cf1c41b7e0cd1bee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 10:32:12 +0000 Subject: [PATCH 0880/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkSalmon; } nav { - background: Aqua; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 155ec7de62107643ce4cbec49ca92a85a566edaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 12:47:12 +0000 Subject: [PATCH 0881/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid FireBrick; } nav { - background: DarkSalmon; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 6a9703067813237e115c784f91067a0048821130 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 21:02:13 +0000 Subject: [PATCH 0882/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid MediumAquaMarine; } nav { - background: FireBrick; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From b0d8e6efc2461f9e698795f2cf8376ca4b9a4f79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 21:47:12 +0000 Subject: [PATCH 0883/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid ForestGreen; } nav { - background: MediumAquaMarine; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From fcebfa04190812bba40baf8063e36a8357d220bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 23:17:13 +0000 Subject: [PATCH 0884/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightSlateGray; } nav { - background: ForestGreen; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 31b5d6a699d83360cf876b72e6d1ac7455540952 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 01:32:12 +0000 Subject: [PATCH 0885/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkTurquoise; } nav { - background: LightSlateGray; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a5e3684b00de623b587327ab1e20283dcacff9e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 03:02:13 +0000 Subject: [PATCH 0886/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkTurquoise; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3604b88c75ad64c4080051bf742b87f1bf8a5715 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 03:47:12 +0000 Subject: [PATCH 0887/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightSlateGrey; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ffaa31210cc67d3c2f93b704f9f726f5873edea5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 10:32:12 +0000 Subject: [PATCH 0888/3208] KPT-22: Modals with RebeccaPurple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkSlateGrey; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 3d10df58c7289a301eca68387839f2346af24902 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 12:47:13 +0000 Subject: [PATCH 0889/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid MediumVioletRed; } nav { - background: RebeccaPurple; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From fecfeb39877e4a07b03d7f4711ba13ee2381bf61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 18:47:13 +0000 Subject: [PATCH 0890/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid YellowGreen; } nav { - background: MediumVioletRed; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 59ba12601e7614d07590599097ba8e62727ad002 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 00:02:12 +0000 Subject: [PATCH 0891/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkMagenta; } nav { - background: YellowGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 76c49a0e6b59ead5d001e0fd408edc2eb3a6fe8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 03:02:14 +0000 Subject: [PATCH 0892/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid GhostWhite; } nav { - background: DarkMagenta; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 771f59ff59fefc082c16aa831897f1e6db0ee76a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 04:32:12 +0000 Subject: [PATCH 0893/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid SpringGreen; } nav { - background: GhostWhite; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 717fe3f3c6a8aab78c11b0cc0fde21d58e29a835 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 09:02:13 +0000 Subject: [PATCH 0894/3208] KPT-24: Update background color to Khaki --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Khaki; } nav { - background: SpringGreen; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 0b658c4528433d7ec11aa3227dd72a3ad2498476 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 09:47:13 +0000 Subject: [PATCH 0895/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid LemonChiffon; } nav { - background: Khaki; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From ef3a9126c58394fe4487d56437a916d540627c62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 11:17:13 +0000 Subject: [PATCH 0896/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Chocolate; } nav { - background: LemonChiffon; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 418db340061264fc7d033378a051667c652b8c1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 14:17:13 +0000 Subject: [PATCH 0897/3208] KPT-22: Modals with SeaShell accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid SeaShell; } nav { - background: Chocolate; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 48c260d700ca4cc8fc25248e13b0491e49fee8c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 02:17:13 +0000 Subject: [PATCH 0898/3208] KPT-22: Modals with PowderBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid PowderBlue; } nav { - background: SeaShell; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From f822804131703647fd4ce3e34df89e62371a59ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 05:17:13 +0000 Subject: [PATCH 0899/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid AliceBlue; } nav { - background: PowderBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7ec763abaeca3c1f33bd1f1c0258dd053ed74b88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 09:47:12 +0000 Subject: [PATCH 0900/3208] KPT-22: Modals with LightSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: AliceBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 67d260d8f5263440694d650ea9c111d88301a893 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 15:47:12 +0000 Subject: [PATCH 0901/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Moccasin; } nav { - background: LightSeaGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 0dd582bd554e9346e7cbbd1fbb5278bf654b6c21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 16:32:13 +0000 Subject: [PATCH 0902/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Cornsilk; } nav { - background: Moccasin; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 5a42235fcb5c2eb53274e4c32aac18a553a33372 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 18:02:14 +0000 Subject: [PATCH 0903/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Khaki; } nav { - background: Cornsilk; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b335e7151b3a98ec62d13dfec6fe15a08cbe0858 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 18:47:12 +0000 Subject: [PATCH 0904/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid ForestGreen; } nav { - background: Khaki; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From ffa59283de943f2ab95444844aefcf18f107db95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 19:32:13 +0000 Subject: [PATCH 0905/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightCoral; } nav { - background: ForestGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 362b363c5ff3c19cb4d04a78e198add9066b216b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 01:32:13 +0000 Subject: [PATCH 0906/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Thistle; } nav { - background: LightCoral; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 855e40f07b7bd82796cdf6f719b65991acf487b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 02:17:12 +0000 Subject: [PATCH 0907/3208] KPT-22: Modals with OldLace accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid OldLace; } nav { - background: Thistle; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From d0ee6f64d4e20291e3ea91afc72f11d4e69ccc99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 09:47:12 +0000 Subject: [PATCH 0908/3208] KPT-22: Modals with Aqua accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Aqua; } nav { - background: OldLace; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 373fb8933f1c688b220e8fded7f6c2f60eed122c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 21:47:13 +0000 Subject: [PATCH 0909/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkSlateGray; } nav { - background: Aqua; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From b7a8d3cc97248c6a18de43ce6af6df418350287c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 07:32:14 +0000 Subject: [PATCH 0910/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid OrangeRed; } nav { - background: DarkSlateGray; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 0795d7a23db99d992d7b3f26243c9cbf8277905c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 08:17:13 +0000 Subject: [PATCH 0911/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Linen; } nav { - background: OrangeRed; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 13bf95f4f24d6c849b9026f9720cf3d9dee707e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 11:17:12 +0000 Subject: [PATCH 0912/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Green; } nav { - background: Linen; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 6c335c2ca155b7b8104568a1a442000e540edfc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 12:47:13 +0000 Subject: [PATCH 0913/3208] KPT-22: Modals with LawnGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LawnGreen; } nav { - background: Green; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From cf6567086282a4bd844fa6b2807a01c338af8643 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 15:47:13 +0000 Subject: [PATCH 0914/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Lavender; } nav { - background: LawnGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 4002535194d830149c8eb45c4045c164a77e460d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 21:02:12 +0000 Subject: [PATCH 0915/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkSalmon; } nav { - background: Lavender; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From ca02a76ef518f5644093579d859d278a6575fc37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 23:17:12 +0000 Subject: [PATCH 0916/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkSalmon; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f6766c93f65a421a31ad55f08d4d3b1543112b5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 09:02:13 +0000 Subject: [PATCH 0917/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Green; } nav { - background: LightSeaGreen; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 66dbbb9164878b4e778fd76de6509ec777584a33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 10:32:13 +0000 Subject: [PATCH 0918/3208] KPT-22: Modals with LightBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightBlue; } nav { - background: Green; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5508b102cdcd905b590fc0e2822d8833e2df9196 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 14:17:13 +0000 Subject: [PATCH 0919/3208] KPT-22: Modals with PeachPuff accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid PeachPuff; } nav { - background: LightBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 6ba483dec937e1b397b0f15ef389436b4cd8fe56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 15:02:14 +0000 Subject: [PATCH 0920/3208] KPT-22: Modals with DarkGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkGrey; } nav { - background: PeachPuff; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From f73ad192ad5b6881bf7ef1acd09ba955041d99ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 18:02:13 +0000 Subject: [PATCH 0921/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid YellowGreen; } nav { - background: DarkGrey; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 601c2c24f9afc178902d7ccbddb9c9880f1ebdc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 23:17:12 +0000 Subject: [PATCH 0922/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid BurlyWood; } nav { - background: YellowGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 0521202593a77ea603c09ff4d07540cb3704f3f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 01:32:13 +0000 Subject: [PATCH 0923/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Indigo; } nav { - background: BurlyWood; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From c19b74295d31de739bd9c45abcdadd5c6aa34965 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 02:17:12 +0000 Subject: [PATCH 0924/3208] KPT-24: Update background color to RosyBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid RosyBrown; } nav { - background: Indigo; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From fc996d1412b6145c8ec673a4313448565eda42d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 08:17:12 +0000 Subject: [PATCH 0925/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Olive; } nav { - background: RosyBrown; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 885a2e4a468ad1f60612301be0d9a02d2de5025c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 09:47:12 +0000 Subject: [PATCH 0926/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid WhiteSmoke; } nav { - background: Olive; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0fa740a4e73142e06702c4b486bc3e2d1088e7c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 10:32:13 +0000 Subject: [PATCH 0927/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid MediumSlateBlue; } nav { - background: WhiteSmoke; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d3d362e86393711a035944fe822231cf5c0bc0a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 12:02:13 +0000 Subject: [PATCH 0928/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: MediumSlateBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3fc2d4b6b2035d735cc9530bbd5a783566843dc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 18:02:13 +0000 Subject: [PATCH 0929/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Crimson; } nav { - background: DarkOliveGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 7348a7acb5f7bdd5e448dce151ca3799c36f083b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 19:32:13 +0000 Subject: [PATCH 0930/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Turquoise; } nav { - background: Crimson; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3bbd3ab0788414f2d3633cf8feb5b04af3d4aec7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 21:02:12 +0000 Subject: [PATCH 0931/3208] KPT-24: Update background color to PaleTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid PaleTurquoise; } nav { - background: Turquoise; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6bfdd20de392435e3878cf99aa1cd08b7f5f5f25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 22:32:12 +0000 Subject: [PATCH 0932/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Red; } nav { - background: PaleTurquoise; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 7a90139156c032393a9306f66ffc19151aa56c4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 23:17:12 +0000 Subject: [PATCH 0933/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Teal; } nav { - background: Red; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From b7125ad576f4cc6691e1c3050ff362c490949c2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 00:02:13 +0000 Subject: [PATCH 0934/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid DimGrey; } nav { - background: Teal; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 04931bb0984a961f32f228b4457a27daffd7a35d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 03:02:13 +0000 Subject: [PATCH 0935/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid NavajoWhite; } nav { - background: DimGrey; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 32439534dbe1bf64970a82455db8488225c8738e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 09:47:12 +0000 Subject: [PATCH 0936/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid PaleTurquoise; } nav { - background: NavajoWhite; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 02b3f6084ee0aac14efe2d851100b29e4f341acd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 13:32:12 +0000 Subject: [PATCH 0937/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightGreen; } nav { - background: PaleTurquoise; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 78e36a63dde9a42390341646d3d89266751a50d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 14:17:13 +0000 Subject: [PATCH 0938/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Pink; } nav { - background: LightGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 5eb1c509f55bd5ca67c66e736eb1b3861240656c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 15:47:12 +0000 Subject: [PATCH 0939/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Blue; } nav { - background: Pink; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 354cfcc51e6ba13ce0d1e25bd03a1a716753a648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 17:17:12 +0000 Subject: [PATCH 0940/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkGreen; } nav { - background: Blue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From cfd257f52f90725ed035de54dfb5becf6b077ed3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 23:17:12 +0000 Subject: [PATCH 0941/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Chartreuse; } nav { - background: DarkGreen; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 8166b95b4b65cac2cae8a5b48ee0797e140f20b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 04:32:13 +0000 Subject: [PATCH 0942/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumSpringGreen; } nav { - background: Chartreuse; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 179873289569acd889e27a242114299be5db9a0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 05:17:12 +0000 Subject: [PATCH 0943/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Indigo; } nav { - background: MediumSpringGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 3dd886f60113ecc8a639d545ea5f4bd6ec3a2a2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 09:47:12 +0000 Subject: [PATCH 0944/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Wheat; } nav { - background: Indigo; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 5e55681fdc063277cd6935b6d26af177e148eca1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 13:32:13 +0000 Subject: [PATCH 0945/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid SlateGray; } nav { - background: Wheat; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 39355ae9de1610514332b5a3bc5f43758f01a47c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 15:02:13 +0000 Subject: [PATCH 0946/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid SteelBlue; } nav { - background: SlateGray; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From ecf1705a6de89e4659cffb55d0dcd049d4d6e689 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 16:32:13 +0000 Subject: [PATCH 0947/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Gray; } nav { - background: SteelBlue; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 004b6e4492b25a4a97ebd0c0709fca777e4f85ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 17:17:13 +0000 Subject: [PATCH 0948/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid SeaShell; } nav { - background: Gray; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 0b55775ca5493206dfb0d30e0e043e0395103035 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 20:17:13 +0000 Subject: [PATCH 0949/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid RoyalBlue; } nav { - background: SeaShell; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 33b002e4be64dcdde92c0345b47d04fabdeddd31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 21:02:13 +0000 Subject: [PATCH 0950/3208] KPT-24: Update background color to Chartreuse --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Chartreuse; } nav { - background: RoyalBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From ade740f8dc1947f5c26550684ed159c153a05809 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 22:32:13 +0000 Subject: [PATCH 0951/3208] KPT-22: Modals with MediumAquaMarine accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumAquaMarine; } nav { - background: Chartreuse; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 9dcab3712e60f2f137cee869ccabba6a2b6e223e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 02:17:12 +0000 Subject: [PATCH 0952/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Aquamarine; } nav { - background: MediumAquaMarine; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From e726c0199fd615ac6f9ea57425bcc336a973dab8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 04:32:12 +0000 Subject: [PATCH 0953/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkGoldenRod; } nav { - background: Aquamarine; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 903cbe7418f07a5a1d77b289c548348604ea4399 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 07:32:13 +0000 Subject: [PATCH 0954/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightGreen; } nav { - background: DarkGoldenRod; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 72822697a5453f4423ae3fa030e585b742bcc32e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 09:02:13 +0000 Subject: [PATCH 0955/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Yellow; } nav { - background: LightGreen; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From fe70f2cf518c386a0a490565d1b1649e33543dc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 12:02:13 +0000 Subject: [PATCH 0956/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid HotPink; } nav { - background: Yellow; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 0aa3a36eb878dfb9865db6bf2190a94aac6ef073 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 14:17:12 +0000 Subject: [PATCH 0957/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid WhiteSmoke; } nav { - background: HotPink; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 6f38f79673af41e5b2998b5b0a27e43c5a9e21ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 19:32:12 +0000 Subject: [PATCH 0958/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Grey; } nav { - background: WhiteSmoke; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From ca05f3a6598226b461f7168cc80a195d491b73c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 02:17:12 +0000 Subject: [PATCH 0959/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Thistle; } nav { - background: Grey; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From b3f1cf71d0a1bedeb337512f2c5e5e847067ec2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 03:47:12 +0000 Subject: [PATCH 0960/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid PaleVioletRed; } nav { - background: Thistle; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c1fe9d86fcbebf40200e213a7589b8ce3baa840a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 11:17:13 +0000 Subject: [PATCH 0961/3208] KPT-24: Update background color to Cornsilk --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Cornsilk; } nav { - background: PaleVioletRed; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From f80f1dd319b06c261d3683fbbd2ebc19ccf27d23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 15:47:13 +0000 Subject: [PATCH 0962/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid PeachPuff; } nav { - background: Cornsilk; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From dfef9da58cc54125386783f8a1e8b7ab9c22817b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 18:02:13 +0000 Subject: [PATCH 0963/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkOliveGreen; } nav { - background: PeachPuff; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7f31de1cdb3974981d426ea0ccec526483b2d092 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 18:47:12 +0000 Subject: [PATCH 0964/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Crimson; } nav { - background: DarkOliveGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 4c6984d608f58d150a0c15b362b412d8e76808c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 19:32:13 +0000 Subject: [PATCH 0965/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid GoldenRod; } nav { - background: Crimson; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 0c4a817d07ed8cd94034609f8782155e0dcc345a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 21:02:12 +0000 Subject: [PATCH 0966/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LawnGreen; } nav { - background: GoldenRod; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9f7d32768f16b29e540131a94b69ffc22222a71f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 21:47:12 +0000 Subject: [PATCH 0967/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid SlateGrey; } nav { - background: LawnGreen; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8285cc5032d123b93f1c8180195ed090669f7ecc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 22:32:12 +0000 Subject: [PATCH 0968/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid GreenYellow; } nav { - background: SlateGrey; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From ba9f95ee9c073d24745b4c4c5bd844b838c710f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 23:17:12 +0000 Subject: [PATCH 0969/3208] KPT-24: Update background color to OliveDrab --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid OliveDrab; } nav { - background: GreenYellow; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From c0f738be1891c37db5d8980a64ae40512c0d96d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 00:47:12 +0000 Subject: [PATCH 0970/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MistyRose; } nav { - background: OliveDrab; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 32430d0d1788f859796b36b7776608051bdba6b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 05:17:12 +0000 Subject: [PATCH 0971/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid FloralWhite; } nav { - background: MistyRose; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 9b43f00c18d27a1d86dc982379604fe557ab2562 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 13:32:13 +0000 Subject: [PATCH 0972/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Lavender; } nav { - background: FloralWhite; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 4ca0ccf985ab42b9bfb406161c876eb02ece4c6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 16:32:12 +0000 Subject: [PATCH 0973/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid PowderBlue; } nav { - background: Lavender; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 89561391c79a41de5a0bee3267952ad01e4c1570 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 17:17:13 +0000 Subject: [PATCH 0974/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightGrey; } nav { - background: PowderBlue; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From fc47052390f3860b5444393f8b4ff5642d92279e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 18:47:13 +0000 Subject: [PATCH 0975/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid GoldenRod; } nav { - background: LightGrey; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From fde2989a76b950f2b05a178efa676443c2faa240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 20:17:13 +0000 Subject: [PATCH 0976/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Khaki; } nav { - background: GoldenRod; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From d1a3dd988f7a9a503aad2a022891f9f59c8c110c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 23:17:13 +0000 Subject: [PATCH 0977/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid RosyBrown; } nav { - background: Khaki; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f81ce896cf4eb3792d25838fecc69b0d85fbb4e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 00:02:15 +0000 Subject: [PATCH 0978/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightYellow; } nav { - background: RosyBrown; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From c9a1cea776ef5bdbece7112a31894ad17d830d77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 01:32:13 +0000 Subject: [PATCH 0979/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Moccasin; } nav { - background: LightYellow; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 036e694cd55b2099c57ec61e9e93bdb32ca7d81d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 06:47:12 +0000 Subject: [PATCH 0980/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LightSlateGray; } nav { - background: Moccasin; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6be16fe35d3ad43c17e856ef8721a9cb94bd5b6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 08:17:13 +0000 Subject: [PATCH 0981/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkSalmon; } nav { - background: LightSlateGray; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 172baba92736bda3f32670f04a378bea2222c518 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 10:32:12 +0000 Subject: [PATCH 0982/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightGray; } nav { - background: DarkSalmon; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From b5b4010ee1ba75f2b9b02f3228eaca6a64aea849 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 12:47:14 +0000 Subject: [PATCH 0983/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SeaGreen; } nav { - background: LightGray; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 603649ceb651957b3c7eef7047a67adc1a3b9011 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 17:17:13 +0000 Subject: [PATCH 0984/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: SeaGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d440d3598c52cef22292b25f3f8962995e805764 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 20:17:13 +0000 Subject: [PATCH 0985/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DodgerBlue; } nav { - background: LightSeaGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f8f7f2eb0f781807e75dbe5a2c0fd8fe8c79cb9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 23:17:13 +0000 Subject: [PATCH 0986/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Pink; } nav { - background: DodgerBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From c0d2a4fa88304e1dd6153c1d951a8f5696c2d387 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 01:32:12 +0000 Subject: [PATCH 0987/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid PaleTurquoise; } nav { - background: Pink; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a282de4c638e179a2956d8eb32f58e8e254f37c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 03:02:13 +0000 Subject: [PATCH 0988/3208] KPT-22: Modals with SeaShell accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SeaShell; } nav { - background: PaleTurquoise; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From e0e2a6ef15ae2557a6f1b95db9a506a50469b3ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 14:17:12 +0000 Subject: [PATCH 0989/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Orange; } nav { - background: SeaShell; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 4f35275d34aa102dcfcd9def788210cb137f3764 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 15:02:13 +0000 Subject: [PATCH 0990/3208] KPT-22: Modals with Crimson accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Crimson; } nav { - background: Orange; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 78351558df567dd9bf595420d3b4af6c53a349eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 18:47:12 +0000 Subject: [PATCH 0991/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid SteelBlue; } nav { - background: Crimson; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From c7c76d42ea67f6390e02f34ba0a0aa9618f62256 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 22:32:13 +0000 Subject: [PATCH 0992/3208] KPT-24: Update background color to IndianRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid IndianRed; } nav { - background: SteelBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From d14e6cc1940e6b624856094129b2459050ae641a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 23:17:13 +0000 Subject: [PATCH 0993/3208] KPT-22: Modals with LightSlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LightSlateGray; } nav { - background: IndianRed; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 8b818e106457905075474ae3e563fd9d4e85d59b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 01:32:13 +0000 Subject: [PATCH 0994/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Sienna; } nav { - background: LightSlateGray; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From c9f3235f2893ffed59eea19b11f1e915837d088a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 03:02:13 +0000 Subject: [PATCH 0995/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Red; } nav { - background: Sienna; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From e9f7f9c73ee5c8ad58ac443a59c1245919262ad6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 05:17:13 +0000 Subject: [PATCH 0996/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid White; } nav { - background: Red; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 3b01afcabfd3e300854055c9cf89a64683b5e513 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 08:17:12 +0000 Subject: [PATCH 0997/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid NavajoWhite; } nav { - background: White; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From f39c47e3989b07712796842e78fe345f5b28c6e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 09:47:13 +0000 Subject: [PATCH 0998/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkTurquoise; } nav { - background: NavajoWhite; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d90fb3c601bab1e9ad2217e01638ebe5a2c2400b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 10:32:13 +0000 Subject: [PATCH 0999/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Tomato; } nav { - background: DarkTurquoise; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 854ac95711cf66fa1429141068d526b1f89f8bbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 13:32:12 +0000 Subject: [PATCH 1000/3208] KPT-22: Modals with LawnGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LawnGreen; } nav { - background: Tomato; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From c6b6f693d6d34a2ffd6b8c8653b1f10598b2d028 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 15:02:13 +0000 Subject: [PATCH 1001/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightGray; } nav { - background: LawnGreen; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From f9427ef78e6b2a1caef7ee666cf93630fb677af8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 16:32:12 +0000 Subject: [PATCH 1002/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid PaleGreen; } nav { - background: LightGray; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From c710743a3f2826da38ce2b1c4b3d31c7eb2fc0c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 21:47:12 +0000 Subject: [PATCH 1003/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid YellowGreen; } nav { - background: PaleGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 651d7509cbbc0277256642835a90ebf21d8c1315 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 22:32:12 +0000 Subject: [PATCH 1004/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: YellowGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 8f8e17fb7d330badd728f5a1b542639c50af8edc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 00:02:13 +0000 Subject: [PATCH 1005/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Bisque; } nav { - background: MediumVioletRed; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 73aa9ea190012f9337a11c2bad682f12c9a162c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 00:47:12 +0000 Subject: [PATCH 1006/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Maroon; } nav { - background: Bisque; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From a27782b5429e4e69a93af382882d3403489b0529 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 18:47:13 +0000 Subject: [PATCH 1007/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Beige; } nav { - background: Maroon; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 2c15e377eedf67fb4e0bf43e6de0fd265d39e40d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 00:47:13 +0000 Subject: [PATCH 1008/3208] KPT-22: Modals with MistyRose accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid MistyRose; } nav { - background: Beige; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 8df2260c10998428eb6b3c8bd8533736bc6ae493 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 09:47:12 +0000 Subject: [PATCH 1009/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid MediumOrchid; } nav { - background: MistyRose; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From ffe65e82ced3b2faee5a36d7eb56c46694466703 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 11:17:12 +0000 Subject: [PATCH 1010/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkKhaki; } nav { - background: MediumOrchid; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 034b1b2f5a1f1db1fb94948063d27961095df4e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 12:47:12 +0000 Subject: [PATCH 1011/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid OldLace; } nav { - background: DarkKhaki; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From d07d98a556923d9b2b4f04b588b7afbf7d0de4c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 16:32:13 +0000 Subject: [PATCH 1012/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid LightCyan; } nav { - background: OldLace; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5cf1f7a644697d6d3e688f3aee6d67f0f16b41fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 00:02:13 +0000 Subject: [PATCH 1013/3208] KPT-24: Update background color to Blue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Blue; } nav { - background: LightCyan; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From a4cf478f89bc18ea3f6cfa63f6ca6f70c2660ff2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 01:32:13 +0000 Subject: [PATCH 1014/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid LightBlue; } nav { - background: Blue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5f4c232fd9ebdd0a927c724327caf473fe61c36c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 03:02:13 +0000 Subject: [PATCH 1015/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid ForestGreen; } nav { - background: LightBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4aefd23e2cac29fb08eef7be42eab159522db0b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 11:17:13 +0000 Subject: [PATCH 1016/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Indigo; } nav { - background: ForestGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 5bd3bc5d462cdb0ab6243913d0e8e5634459fc93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 21:02:13 +0000 Subject: [PATCH 1017/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DarkMagenta; } nav { - background: Indigo; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From e4e872008851b68fb55c7eedb14fa7696ca6b555 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 21:47:12 +0000 Subject: [PATCH 1018/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid SeaGreen; } nav { - background: DarkMagenta; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9e0e1074ade1f778cde3d6952a29ffa12a96ce58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 03:02:13 +0000 Subject: [PATCH 1019/3208] KPT-24: Update background color to Moccasin --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Moccasin; } nav { - background: SeaGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From c7914c696d83c084cad9a4d3831fa4f86fcd433e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 04:32:12 +0000 Subject: [PATCH 1020/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Tan; } nav { - background: Moccasin; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From e69782e0f47adf864302272d0759f7e425fbe807 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 05:17:13 +0000 Subject: [PATCH 1021/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LightGrey; } nav { - background: Tan; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From f5a800f7528e60a5f3910a895df75b66918d48a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 09:02:13 +0000 Subject: [PATCH 1022/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Violet; } nav { - background: LightGrey; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 2f00e194bb536dd82afa76f1bbf26440f862dd79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 09:47:12 +0000 Subject: [PATCH 1023/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Turquoise; } nav { - background: Violet; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d7e7d928bfc4e426a3a790d7d793ec1e9e70116f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 13:32:12 +0000 Subject: [PATCH 1024/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Violet; } nav { - background: Turquoise; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 32f30f55482c790394fe751d75244c5fb1ac96de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 16:32:13 +0000 Subject: [PATCH 1025/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Pink; } nav { - background: Violet; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 11595cae05b7597d5708ca9728d3eca211de36ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 22:32:13 +0000 Subject: [PATCH 1026/3208] KPT-24: Update background color to Teal --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Teal; } nav { - background: Pink; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From d7c4d1a8fd03eea58bede945c79e6ecd20a8c2f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 01:32:13 +0000 Subject: [PATCH 1027/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightCyan; } nav { - background: Teal; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 4426991f644436179fceb1629339945a6a941161 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 05:17:12 +0000 Subject: [PATCH 1028/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Maroon; } nav { - background: LightCyan; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 53273b0b02c94a786d3071216dbc93ac0c0aae48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 06:47:13 +0000 Subject: [PATCH 1029/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid MediumSpringGreen; } nav { - background: Maroon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3c73807b47d14d1850fffdf3e2ff6108e1db7909 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 07:32:13 +0000 Subject: [PATCH 1030/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightSalmon; } nav { - background: MediumSpringGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 73ec7d0d010214b9034a0d39980ea250e93ee2a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 14:17:13 +0000 Subject: [PATCH 1031/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Tan; } nav { - background: LightSalmon; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From bf6fd550bac411754b029726fdf8c4024c9647b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 18:02:13 +0000 Subject: [PATCH 1032/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Aqua; } nav { - background: Tan; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From ea054db83e1c5a0740815ee2d929a69b65faff33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 21:47:12 +0000 Subject: [PATCH 1033/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Navy; } nav { - background: Aqua; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 257aef2e52e934f4f46a1a0306d0c1c0e6183d49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 22:32:13 +0000 Subject: [PATCH 1034/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid SteelBlue; } nav { - background: Navy; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7a0237ce94575bad5e8a2152d232e04786c18ba2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 06:47:13 +0000 Subject: [PATCH 1035/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Linen; } nav { - background: SteelBlue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6e80ec1ae60e62ae56b8db3e7203d6bf4bad4a25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 12:02:14 +0000 Subject: [PATCH 1036/3208] KPT-22: Modals with MediumSpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid MediumSpringGreen; } nav { - background: Linen; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From ffb8e2952b89b0efa687a62469bcc549a0eab352 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 12:47:13 +0000 Subject: [PATCH 1037/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LawnGreen; } nav { - background: MediumSpringGreen; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From b44ecbe47f2bbebd1889976dadb43c26a1d4cc73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 15:02:13 +0000 Subject: [PATCH 1038/3208] KPT-24: Update background color to DarkOliveGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: LawnGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From a942be044420f3ff1aaa90b1956b502343a4c596 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 18:02:13 +0000 Subject: [PATCH 1039/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DimGray; } nav { - background: DarkOliveGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From c325e113e8de4e05cb8e9897d7ae35a0f3823567 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 00:02:14 +0000 Subject: [PATCH 1040/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid BurlyWood; } nav { - background: DimGray; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From f0c6d8e664086859dd74884422e7e21cc701e236 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 01:32:13 +0000 Subject: [PATCH 1041/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Bisque; } nav { - background: BurlyWood; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 8b45b9e1f853fdd110a6dc5b17933087f06ce184 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 05:17:12 +0000 Subject: [PATCH 1042/3208] KPT-22: Modals with Azure accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Azure; } nav { - background: Bisque; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From dca502b1ffb64b5c6aee0297d0c3d276bf93f3f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 06:02:13 +0000 Subject: [PATCH 1043/3208] KPT-22: Modals with DarkBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkBlue; } nav { - background: Azure; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7a4f4f6db378a4e4bfe60065a242ef4b7426925f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 09:47:12 +0000 Subject: [PATCH 1044/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid YellowGreen; } nav { - background: DarkBlue; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 44005d6247f594b5960f61b16e6a6696b9721eaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 10:32:12 +0000 Subject: [PATCH 1045/3208] KPT-24: Update background color to LightSkyBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: YellowGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 44271a812574385407c1d961a53cd11191c63b75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 23:17:13 +0000 Subject: [PATCH 1046/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightSalmon; } nav { - background: LightSkyBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 6b53ddcfbb9347b572141d4ebd78be59ddd5c8e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 00:47:12 +0000 Subject: [PATCH 1047/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid OrangeRed; } nav { - background: LightSalmon; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 06054eb95b3ca80f9494a399c60c670cf28a81ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 01:32:12 +0000 Subject: [PATCH 1048/3208] KPT-24: Update background color to PowderBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid PowderBlue; } nav { - background: OrangeRed; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 851c2e8317386e0277bd320a1322fe67f33a9dfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 03:47:12 +0000 Subject: [PATCH 1049/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightGray; } nav { - background: PowderBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 1475b82604db432b97116af2fb2b3f2063ad485b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 04:32:12 +0000 Subject: [PATCH 1050/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Sienna; } nav { - background: LightGray; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From bc401f8d02e25432e59c6709a84e54d29d1cae6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 09:02:13 +0000 Subject: [PATCH 1051/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DimGrey; } nav { - background: Sienna; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1f8e03f04a0d2e4662f4a752f003d9b2738731ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 10:32:13 +0000 Subject: [PATCH 1052/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkViolet; } nav { - background: DimGrey; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From cd1e437b664ff258d56a575f86e51714dd9e9d5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 15:47:14 +0000 Subject: [PATCH 1053/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Maroon; } nav { - background: DarkViolet; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 61d0dd3bbfcb8eea2a5ef5ec0c12534deae1bd9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 17:17:13 +0000 Subject: [PATCH 1054/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkGray; } nav { - background: Maroon; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From b663b4c994aa946c5d810cd362e2fad05c9c4db4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 19:32:14 +0000 Subject: [PATCH 1055/3208] KPT-22: Modals with SeaShell accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid SeaShell; } nav { - background: DarkGray; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 41aa485de5ad4179a0d46e04c7d70319c62bdb0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 02:17:12 +0000 Subject: [PATCH 1056/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Fuchsia; } nav { - background: SeaShell; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 22b829df3072bbe6a41a7b7f04d9f3045f09c378 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 12:02:12 +0000 Subject: [PATCH 1057/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkSalmon; } nav { - background: Fuchsia; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 80c94f1bc670bb8edbfd8033d41d9a21099a67c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 14:17:14 +0000 Subject: [PATCH 1058/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkRed; } nav { - background: DarkSalmon; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 498d2d1d03f14bb06688d2cb5613371d3c8577d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 18:47:13 +0000 Subject: [PATCH 1059/3208] KPT-22: Modals with LightSalmon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightSalmon; } nav { - background: DarkRed; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 1420ad44e0baa8802ae6aeaf585f116f91ccadf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 21:02:12 +0000 Subject: [PATCH 1060/3208] KPT-22: Modals with LavenderBlush accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid LavenderBlush; } nav { - background: LightSalmon; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 351b649a0ada3c3d81314c547c770c2a50bc67bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 21:47:13 +0000 Subject: [PATCH 1061/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Grey; } nav { - background: LavenderBlush; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 0550767724eac8507443d6fc2cc46b5498d4cdd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 01:32:12 +0000 Subject: [PATCH 1062/3208] KPT-24: Update background color to LightSteelBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightSteelBlue; } nav { - background: Grey; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0b4273f75ee9b84902ad9e7e0723445e6d4c2552 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 07:32:16 +0000 Subject: [PATCH 1063/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Chartreuse; } nav { - background: LightSteelBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 26f56c53945e36c6415f3d2b1acf3fd239d50b24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 08:17:12 +0000 Subject: [PATCH 1064/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DimGray; } nav { - background: Chartreuse; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From a68d2a35c79f5f38883c7bd7c593929917952792 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 14:17:13 +0000 Subject: [PATCH 1065/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid RebeccaPurple; } nav { - background: DimGray; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From f1df5a15e6997ff1f035f68a0e24fe7f66d9547a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 15:02:13 +0000 Subject: [PATCH 1066/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Purple; } nav { - background: RebeccaPurple; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 882e9a93fb798d2666280744d5706b69fe4cc8b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 15:47:12 +0000 Subject: [PATCH 1067/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Cornsilk; } nav { - background: Purple; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From b68379bbb1bdcac97f0949214bfa24eb8e96aec2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 22:32:12 +0000 Subject: [PATCH 1068/3208] KPT-22: Modals with Tan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Tan; } nav { - background: Cornsilk; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From f2eaa21fa43117823ef6e571b99519757507d45f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 00:47:12 +0000 Subject: [PATCH 1069/3208] KPT-22: Modals with Yellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Yellow; } nav { - background: Tan; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 550db47acb951e918732926bbea8dbd83a716bd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 01:32:14 +0000 Subject: [PATCH 1070/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Khaki; } nav { - background: Yellow; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 9d25c569b0b02579b85a8f115c784d48c7e60ddf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 02:17:12 +0000 Subject: [PATCH 1071/3208] KPT-24: Update background color to LemonChiffon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid LemonChiffon; } nav { - background: Khaki; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From d8e8044c00cbf6fad800695e1000f60367520cbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 10:32:13 +0000 Subject: [PATCH 1072/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Red; } nav { - background: LemonChiffon; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 238f0e01c097db9e914d45d5430d7820ae90a57f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 11:17:13 +0000 Subject: [PATCH 1073/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkSlateGray; } nav { - background: Red; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e6f5a7ba1479721cffbb1d413013db2bef75f65d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 14:17:12 +0000 Subject: [PATCH 1074/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Gray; } nav { - background: DarkSlateGray; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 781e1ca10a913a483e43053120c05f8d4f6b894b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 15:47:13 +0000 Subject: [PATCH 1075/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkOrange; } nav { - background: Gray; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From b14acd23734ff48d0e193ef424943bcb0f1d3ce5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 16:32:13 +0000 Subject: [PATCH 1076/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Sienna; } nav { - background: DarkOrange; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 5da18c4c1c6cbb3d41f8ab833fe5906a47737d62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 21:47:24 +0000 Subject: [PATCH 1077/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Aquamarine; } nav { - background: Sienna; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 03b0ebd3e2a01d8819a5af86ee4ef8293f5648c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 22:32:13 +0000 Subject: [PATCH 1078/3208] KPT-24: Update background color to LightCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LightCyan; } nav { - background: Aquamarine; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 40f56c53b64385b5c73f955df428b05e751b3a63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 00:02:14 +0000 Subject: [PATCH 1079/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkGrey; } nav { - background: LightCyan; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 87dc695ca07ad02141e963f2dfeb07f771126345 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 02:17:13 +0000 Subject: [PATCH 1080/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkGrey; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7ae2c8d1b1711e050c1ad10e3479740015143744 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 03:47:13 +0000 Subject: [PATCH 1081/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: LightSkyBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6a010747d4ee7cb0c0f256ac0264fad779b6004e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 08:17:13 +0000 Subject: [PATCH 1082/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Indigo; } nav { - background: MediumSpringGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From dea82ed51a40e0aa1e47e6cdd53b0210e6ce6d07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 10:32:13 +0000 Subject: [PATCH 1083/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Lavender; } nav { - background: Indigo; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From a0951d7a8c1e7f56a9a9c223a044c6e6ebeccd82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 12:02:13 +0000 Subject: [PATCH 1084/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Linen; } nav { - background: Lavender; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From bb37eed1030ed80ccf03baeae0cdc272aaa1f81e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 18:02:14 +0000 Subject: [PATCH 1085/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Aqua; } nav { - background: Linen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From c49a01f3fec9b15fbdcd78956007ceeaafec2a76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 21:02:12 +0000 Subject: [PATCH 1086/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkKhaki; } nav { - background: Aqua; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 75a7872064331d52caf419de1e93faac2d5fd240 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 02:17:12 +0000 Subject: [PATCH 1087/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid SandyBrown; } nav { - background: DarkKhaki; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 668b332cacaf9b00d601cd1ae50651ad6c8cf5d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 03:02:12 +0000 Subject: [PATCH 1088/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid RosyBrown; } nav { - background: SandyBrown; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8150470a1e89d0dffd6100b05017ce6cb00561aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 04:32:12 +0000 Subject: [PATCH 1089/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid FireBrick; } nav { - background: RosyBrown; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 0ea2d44597b0653558c054399ea9885feaf9cdc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 05:17:12 +0000 Subject: [PATCH 1090/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkOliveGreen; } nav { - background: FireBrick; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9118cfafa71653f2a9d0b0c1d825e7c6c2961549 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 07:32:13 +0000 Subject: [PATCH 1091/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Crimson; } nav { - background: DarkOliveGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 7766f806fc28a8ee10da007082912744c16062a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 11:17:13 +0000 Subject: [PATCH 1092/3208] KPT-24: Update background color to CadetBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid CadetBlue; } nav { - background: Crimson; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From e6b2faf5c655e8944a2dc5ec8505f1f90c1f5626 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 18:47:13 +0000 Subject: [PATCH 1093/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: CadetBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f7dc624ccb6bd18b84021871d9710267bb96c07f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 20:17:13 +0000 Subject: [PATCH 1094/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid PapayaWhip; } nav { - background: LightSlateGrey; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 142fb2c1340c7eec1b2a19c271745dda1adbe68e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 21:47:13 +0000 Subject: [PATCH 1095/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SpringGreen; } nav { - background: PapayaWhip; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 656fe8e905259456cb8649d44cc172789f1a8471 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 23:17:13 +0000 Subject: [PATCH 1096/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkSeaGreen; } nav { - background: SpringGreen; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 41140f4d87c88e28ebf2e7ee8f043dabf5b511b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 04:32:12 +0000 Subject: [PATCH 1097/3208] KPT-22: Modals with Linen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Linen; } nav { - background: DarkSeaGreen; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6594b758aa5cb58041184afbc28cfafd5dfc359c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 06:02:13 +0000 Subject: [PATCH 1098/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid LightSkyBlue; } nav { - background: Linen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b4d9c800e08a9e52ee731da699a40a01193ce837 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 07:32:13 +0000 Subject: [PATCH 1099/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Lavender; } nav { - background: LightSkyBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 940cb0352bc0692c70edad92e44c2ff8dcccbdee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 08:17:13 +0000 Subject: [PATCH 1100/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkCyan; } nav { - background: Lavender; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From bc46209f25ca1387eae3fcaf65aad6537708954e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 09:47:12 +0000 Subject: [PATCH 1101/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SpringGreen; } nav { - background: DarkCyan; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5098c753553b50d1ccfa5d9b507cc4fc09b2b3d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 16:32:12 +0000 Subject: [PATCH 1102/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Beige; } nav { - background: SpringGreen; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From bf40134edf342e6adcb4a1236c08bb20ac78d4fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 17:17:13 +0000 Subject: [PATCH 1103/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid NavajoWhite; } nav { - background: Beige; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d91f1b3cf02b208377eb93c2c2d6ac5e0c51cf67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 23:17:13 +0000 Subject: [PATCH 1104/3208] KPT-24: Update background color to Olive --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Olive; } nav { - background: NavajoWhite; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 3d93ca29010fedcdcd13079ebae4460876d10958 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 02:17:13 +0000 Subject: [PATCH 1105/3208] KPT-24: Update background color to Yellow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Yellow; } nav { - background: Olive; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 6dab174f565a6285b1db0987842a08167976583f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 06:02:12 +0000 Subject: [PATCH 1106/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid PaleVioletRed; } nav { - background: Yellow; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From b76949c7768ccf4698715753900b91d522c90a8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 06:47:12 +0000 Subject: [PATCH 1107/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Gray; } nav { - background: PaleVioletRed; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From d3067df425f2b8b7fa4001f8d4ade055a8f500a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 07:32:13 +0000 Subject: [PATCH 1108/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid SlateGray; } nav { - background: Gray; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From df520dd932cc60d2c73c71343d979b918970c289 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 11:17:14 +0000 Subject: [PATCH 1109/3208] KPT-22: Modals with ForestGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid ForestGreen; } nav { - background: SlateGray; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 05d87654fe1c6801dc92776a9abc3541c891cc1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 13:32:13 +0000 Subject: [PATCH 1110/3208] KPT-22: Modals with Ivory accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Ivory; } nav { - background: ForestGreen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From cd2ce08906ef9d8fe29be9484511d746aeb671bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 15:02:14 +0000 Subject: [PATCH 1111/3208] KPT-22: Modals with MintCream accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid MintCream; } nav { - background: Ivory; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 9ae2054c059cae21a551785aaa34a0e30f5f60f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 18:47:12 +0000 Subject: [PATCH 1112/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid OldLace; } nav { - background: MintCream; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From d88a3198f5a52fd1daae54b3ca8e5e321877e0fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 20:17:12 +0000 Subject: [PATCH 1113/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid MediumAquaMarine; } nav { - background: OldLace; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 197b677ec32325805fcb5de4ac1194970b54325a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 21:02:13 +0000 Subject: [PATCH 1114/3208] KPT-22: Modals with DarkViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkViolet; } nav { - background: MediumAquaMarine; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2a99e9f6c386e8e7d03843290fa741b3228e4043 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 21:47:12 +0000 Subject: [PATCH 1115/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Cornsilk; } nav { - background: DarkViolet; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From e150181cfa571f9ffe733ccbe1698e99894e8ca7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 00:47:13 +0000 Subject: [PATCH 1116/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Red; } nav { - background: Cornsilk; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 913d2a9648becf057149511f58493acb494dac11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 01:32:12 +0000 Subject: [PATCH 1117/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkMagenta; } nav { - background: Red; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 6fa1febc2d3a13e9635cdd49e80e4301ab674785 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 02:17:13 +0000 Subject: [PATCH 1118/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid HotPink; } nav { - background: DarkMagenta; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 6eed38cb8869949ec9062de0d1ddec35c098880c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 05:17:13 +0000 Subject: [PATCH 1119/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid RebeccaPurple; } nav { - background: HotPink; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From b4405b36d012c74a17f3e426604418c8581ca5a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 07:32:13 +0000 Subject: [PATCH 1120/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Red; } nav { - background: RebeccaPurple; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 7c7ae129de03d480d63c321b7897ee0604bafc3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 14:17:15 +0000 Subject: [PATCH 1121/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid MediumPurple; } nav { - background: Red; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From fadbea922eb0b92a851585042e296c9c983c3d0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 21:47:13 +0000 Subject: [PATCH 1122/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Coral; } nav { - background: MediumPurple; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From ff321529f58d33d35eed403463ff52d81f7ed7ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 00:02:13 +0000 Subject: [PATCH 1123/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Moccasin; } nav { - background: Coral; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From b32d191bcf1da1a729b025256587413bbd539ac3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 00:47:13 +0000 Subject: [PATCH 1124/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PaleVioletRed; } nav { - background: Moccasin; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 21a1c225274b9d97c18ea20569dc842c4548f0f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 01:32:13 +0000 Subject: [PATCH 1125/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid PeachPuff; } nav { - background: PaleVioletRed; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 0b1ba4b9bf913a2b51e243fcd98a0ca1989f06f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 08:17:13 +0000 Subject: [PATCH 1126/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid CadetBlue; } nav { - background: PeachPuff; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3ee4c7f78497c5bfd244fddba9bf022239a0f410 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 09:02:12 +0000 Subject: [PATCH 1127/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Thistle; } nav { - background: CadetBlue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 01b3b1576ec81b812cdbf2461d3a6eb469e41063 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 13:32:12 +0000 Subject: [PATCH 1128/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightBlue; } nav { - background: Thistle; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7cbc3b5f824a8324f4d6b7bd05ad41a77a2cd2b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 21:02:13 +0000 Subject: [PATCH 1129/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DimGrey; } nav { - background: LightBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From e06071e3f47c84103689be41bed8648fc65c50e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 21:47:12 +0000 Subject: [PATCH 1130/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid RoyalBlue; } nav { - background: DimGrey; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9457a3c388422b0e6b0e612cbce2deaaed5e2ceb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 22:32:13 +0000 Subject: [PATCH 1131/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Khaki; } nav { - background: RoyalBlue; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From a5fd5e8b04c9949eb258360c3b801250ecd83cb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 01:32:12 +0000 Subject: [PATCH 1132/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid GreenYellow; } nav { - background: Khaki; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From d586f60ad13e16ae0ddf7d3dbb72c0d88034a74a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 03:02:13 +0000 Subject: [PATCH 1133/3208] KPT-24: Update background color to Fuchsia --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Fuchsia; } nav { - background: GreenYellow; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From c04684cdaf6b9fa6154efc278e533dd449974512 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 11:17:12 +0000 Subject: [PATCH 1134/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid LightSeaGreen; } nav { - background: Fuchsia; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 43960783fe2bd67ddec18147e11eb6ead778358a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 12:47:13 +0000 Subject: [PATCH 1135/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightYellow; } nav { - background: LightSeaGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6f5d87123f0d14c3167540b4ac899e4fc0f5779a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 14:17:13 +0000 Subject: [PATCH 1136/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightYellow; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f022117d84ed6c804f39807f2dbc950de9f56c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 17:17:13 +0000 Subject: [PATCH 1137/3208] KPT-22: Modals with BlueViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid BlueViolet; } nav { - background: DarkSlateBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 7a50884a824f7220dc3d06c53d69b51a586b5a24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 18:47:12 +0000 Subject: [PATCH 1138/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid LightGrey; } nav { - background: BlueViolet; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From bbfa641efbf94b8efbfe6365bdce186b6b78517a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 19:32:13 +0000 Subject: [PATCH 1139/3208] KPT-22: Modals with Ivory accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Ivory; } nav { - background: LightGrey; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 7daf4867a108b4571761c0dadc410ad129dd41a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 02:17:12 +0000 Subject: [PATCH 1140/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Tomato; } nav { - background: Ivory; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From fe90675aa18e5563c22c01f8894c3573eb9e51e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 03:47:13 +0000 Subject: [PATCH 1141/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DodgerBlue; } nav { - background: Tomato; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0f7339ec358414bf8ce59e27cecca5abdcde4a3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 04:32:12 +0000 Subject: [PATCH 1142/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SaddleBrown; } nav { - background: DodgerBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 36339d1e0d08142b393068bb0598734678bbe3fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 08:17:13 +0000 Subject: [PATCH 1143/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid CadetBlue; } nav { - background: SaddleBrown; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8428acda5c700e7ca4a9ab368c02e689f0cd4cd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 13:32:13 +0000 Subject: [PATCH 1144/3208] KPT-24: Update background color to Aqua --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Aqua; } nav { - background: CadetBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b21ac8fec15afc0cf248c61de36d073afe8afdb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 14:17:13 +0000 Subject: [PATCH 1145/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Coral; } nav { - background: Aqua; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 5a53f561aa4f46d6eaed7c3e7532edd17bf148f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 18:02:12 +0000 Subject: [PATCH 1146/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Indigo; } nav { - background: Coral; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 1948b3c6250a3223856b2c51e7f9d65e6ec0afe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 21:02:13 +0000 Subject: [PATCH 1147/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DarkSlateBlue; } nav { - background: Indigo; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bd3cdb5ece49e23038eedb1f39ad5ecc28ab180a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 21:47:13 +0000 Subject: [PATCH 1148/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Gray; } nav { - background: DarkSlateBlue; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 6b796ed71e799abea1efbdcb010318e12e0aa2c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 00:02:14 +0000 Subject: [PATCH 1149/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid PaleGoldenRod; } nav { - background: Gray; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6d9ea1d5ffcce9904580f991d60b274ce64e7c4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 02:17:12 +0000 Subject: [PATCH 1150/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid OldLace; } nav { - background: PaleGoldenRod; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 7ced0dd55049255d1364fe78646bf012da771f65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 04:32:13 +0000 Subject: [PATCH 1151/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Fuchsia; } nav { - background: OldLace; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 28e07459b094545060aa5c60d12bff3455d5507b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 11:17:13 +0000 Subject: [PATCH 1152/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Salmon; } nav { - background: Fuchsia; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 133dc1ce0e05f922dd9e1d62b6a74ecf7535024b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 16:32:13 +0000 Subject: [PATCH 1153/3208] KPT-22: Modals with Aqua accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Aqua; } nav { - background: Salmon; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 751652a71041c2f49487bf9b78900720dc470cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 17:17:13 +0000 Subject: [PATCH 1154/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkOrange; } nav { - background: Aqua; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From c819493332f11e0a65da43019e1ac8c4b1f90bd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 03:02:12 +0000 Subject: [PATCH 1155/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Wheat; } nav { - background: DarkOrange; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 52fe7f27df7bea012c8cbb05e9628c41a5b9c79f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 03:47:13 +0000 Subject: [PATCH 1156/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkSlateGray; } nav { - background: Wheat; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 20ea0363f08548203078a7394243be7028e2c8d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 05:17:12 +0000 Subject: [PATCH 1157/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkSlateGray; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7c6f8460d8ad92e3e089694c769682d181c12294 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 06:02:13 +0000 Subject: [PATCH 1158/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: MediumSpringGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From dc079c4b22485d03cfbbde6f32c0320b998fbe70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 08:17:13 +0000 Subject: [PATCH 1159/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Black; } nav { - background: MediumVioletRed; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From f8f4a0f9aa9c420aa912661bb405b796e3fd26e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 14:17:12 +0000 Subject: [PATCH 1160/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LimeGreen; } nav { - background: Black; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 735759b68a32d4fb14440e6351fb095e643b2547 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 17:17:12 +0000 Subject: [PATCH 1161/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkSlateBlue; } nav { - background: LimeGreen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b9ced1847275804dadadfc100ccb36f9d91747a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 18:47:13 +0000 Subject: [PATCH 1162/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid OrangeRed; } nav { - background: DarkSlateBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From dc9b2d5dd5902c1ebde33eac5d78259992d4d097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 01:32:13 +0000 Subject: [PATCH 1163/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Maroon; } nav { - background: OrangeRed; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From bd6074eef204b295ac0781e4e83a5614e148f1f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 03:47:12 +0000 Subject: [PATCH 1164/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LemonChiffon; } nav { - background: Maroon; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From a62308c1653beeae06d772c383c38a55a5f4d9be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 04:32:13 +0000 Subject: [PATCH 1165/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Azure; } nav { - background: LemonChiffon; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From e119b4f1e887fd0835abab7ab33ac0c95bc4ab1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 05:17:12 +0000 Subject: [PATCH 1166/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkGreen; } nav { - background: Azure; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 55e71e55da8bffa04daa314ef303bac5f0109646 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 06:02:13 +0000 Subject: [PATCH 1167/3208] KPT-24: Update background color to LightSkyBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 47b72546d38e575f4445ced6ec5a970b5591402b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 06:47:12 +0000 Subject: [PATCH 1168/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Salmon; } nav { - background: LightSkyBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From f94da815bd1fe665180372cd6bd7c1811045c3d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 08:17:13 +0000 Subject: [PATCH 1169/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid PaleGreen; } nav { - background: Salmon; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From e32facacacea4146d9cc5375ed3d0d345d9a5220 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 09:47:12 +0000 Subject: [PATCH 1170/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkSlateBlue; } nav { - background: PaleGreen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9b422b2ccc4913ae2a4cfd4fb3d85a6b85ab9be1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 16:21:51 +0000 Subject: [PATCH 1171/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkSlateBlue; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 3bed952f20bd8d9d4ca0a152aa6582426420bcb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 20:06:51 +0000 Subject: [PATCH 1172/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkSeaGreen; } nav { - background: PaleVioletRed; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 86560ac754cc17acac312e222ebfae1eb911dfcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 22:21:52 +0000 Subject: [PATCH 1173/3208] KPT-22: Modals with LightGoldenRodYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkSeaGreen; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From ec577ace306e5c14d74b2879bf094cb6e54bea2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 03:36:51 +0000 Subject: [PATCH 1174/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Salmon; } nav { - background: LightGoldenRodYellow; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 96a7167bcc635ecbfc231882e6ba5c79fcd0212e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 04:21:52 +0000 Subject: [PATCH 1175/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightSkyBlue; } nav { - background: Salmon; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1f8c5d6eaac7837c1bf9c6c96749f255fb747adb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 06:36:52 +0000 Subject: [PATCH 1176/3208] KPT-24: Update background color to PaleTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: LightSkyBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 610d0896fb3f9efba79831d800220e4038f04f5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 09:36:51 +0000 Subject: [PATCH 1177/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DimGray; } nav { - background: PaleTurquoise; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From c1f27b2edd909112d0d3b471d862984824162f38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 10:21:52 +0000 Subject: [PATCH 1178/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkGrey; } nav { - background: DimGray; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 00e6c4626d888f228ae3a3eb207ae972afa53993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 11:06:51 +0000 Subject: [PATCH 1179/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkGrey; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 757da3a9549e5ba8ab0268f3315cad33efe6122c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 12:36:51 +0000 Subject: [PATCH 1180/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightBlue; } nav { - background: PaleTurquoise; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3bd65da339c44b4d582a60b33c303593a21a81bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 20:07:02 +0000 Subject: [PATCH 1181/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DarkCyan; } nav { - background: LightBlue; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 654dacadc92a6194844178e8179c03017e679348 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 22:21:51 +0000 Subject: [PATCH 1182/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkCyan; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2d4e409d84b00cf69328f30a1ef8d75feb3ffad5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 04:21:51 +0000 Subject: [PATCH 1183/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightGrey; } nav { - background: DarkSlateGrey; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From c076aaa4ac2d6960b50042079b3baa5a90a830e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 09:36:52 +0000 Subject: [PATCH 1184/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid GoldenRod; } nav { - background: LightGrey; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From ac460f107009f00f52a106771b06299bf3a93f5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 16:21:52 +0000 Subject: [PATCH 1185/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LawnGreen; } nav { - background: GoldenRod; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From c452a32c0174c416484318c19fb407f40535141c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 18:36:52 +0000 Subject: [PATCH 1186/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid SkyBlue; } nav { - background: LawnGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From c8f80ebdbf635d79abcbd4be4d4f8f89138c4728 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 19:21:52 +0000 Subject: [PATCH 1187/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid BlueViolet; } nav { - background: SkyBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2fa492d5bbfb3ee569cd7d65f5264779965afb84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 20:51:52 +0000 Subject: [PATCH 1188/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid SaddleBrown; } nav { - background: BlueViolet; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 412d2df647e4158995f13381a7f21f748212bd20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 22:21:51 +0000 Subject: [PATCH 1189/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Coral; } nav { - background: SaddleBrown; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 12da9ed00977a414b537312887e612ba74d8bb54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 08:51:52 +0000 Subject: [PATCH 1190/3208] KPT-22: Modals with SlateGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid SlateGrey; } nav { - background: Coral; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6a082c0095b8be82e578a0d49af242ae5a9db54c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 11:51:51 +0000 Subject: [PATCH 1191/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid RosyBrown; } nav { - background: SlateGrey; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From b9c8ae34e757c6ca212749315661073933139102 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 14:51:52 +0000 Subject: [PATCH 1192/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Crimson; } nav { - background: RosyBrown; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 3dbd5b1d2525940a563a2fb7f4e602d5a33a3fd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 01:21:52 +0000 Subject: [PATCH 1193/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkCyan; } nav { - background: Crimson; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 9b72d998d804027c38b59a32efcd8fe88eb0f30c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 10:21:52 +0000 Subject: [PATCH 1194/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid GreenYellow; } nav { - background: DarkCyan; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3539890bcefab8247ed224dc3426c64b6f56c78e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 13:21:53 +0000 Subject: [PATCH 1195/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid BlanchedAlmond; } nav { - background: GreenYellow; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 7d22dea05a7499e5a26373d9b437277ca5cd7780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 14:06:51 +0000 Subject: [PATCH 1196/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Bisque; } nav { - background: BlanchedAlmond; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From c52cb77556884d89d126da3fd084f12d5d7ef9a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 15:36:51 +0000 Subject: [PATCH 1197/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Aqua; } nav { - background: Bisque; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 6bc5ad6f1e39677721af0d190a4850f0198d74ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 17:51:51 +0000 Subject: [PATCH 1198/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Tomato; } nav { - background: Aqua; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 5a7e6ea479fcd6b3d90631e8a309787c87381922 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 18:36:52 +0000 Subject: [PATCH 1199/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Olive; } nav { - background: Tomato; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From cd68f6de2b8a02f4f6a0f60df770b84865aa3693 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 20:51:52 +0000 Subject: [PATCH 1200/3208] KPT-22: Modals with Wheat accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Wheat; } nav { - background: Olive; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 29746233a308a9a4e51981ac656df7d0574e60bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 00:36:52 +0000 Subject: [PATCH 1201/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Magenta; } nav { - background: Wheat; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 788a4d8245a057ee64c9cd4dc3a817d2f3cd7c7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 07:21:52 +0000 Subject: [PATCH 1202/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Linen; } nav { - background: Magenta; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6a32c1c8bd24001bb79c34ae2c82448cd69f90ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 08:06:51 +0000 Subject: [PATCH 1203/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Teal; } nav { - background: Linen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 652e5a73f2e7d3c429f5e1f02e33c409d79d96ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 09:36:53 +0000 Subject: [PATCH 1204/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid DeepSkyBlue; } nav { - background: Teal; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3dced5d8c1575b630f4264ee6de40a9d17dce6c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 16:21:52 +0000 Subject: [PATCH 1205/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: DeepSkyBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 157d3d4f8bf79851234dd2c0f84975162bbb3ade Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 20:51:53 +0000 Subject: [PATCH 1206/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Ivory; } nav { - background: PaleGoldenRod; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 03edff33a7be07e1879d7e1bc9f935f22f2dceaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 21:36:52 +0000 Subject: [PATCH 1207/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid SandyBrown; } nav { - background: Ivory; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 45035238368aef428d286e01c197667134722a71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 00:36:53 +0000 Subject: [PATCH 1208/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Beige; } nav { - background: SandyBrown; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From e7bef3cfc608b4243f4c26eca274eded81170089 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 01:21:54 +0000 Subject: [PATCH 1209/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid LightSlateGrey; } nav { - background: Beige; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 24de2c8f0ff8b3ea85fe2cb002d2e27dc14e317b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 06:36:51 +0000 Subject: [PATCH 1210/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkKhaki; } nav { - background: LightSlateGrey; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From e656b51da410e81947927ba9ca75b73ebe19471e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 14:51:51 +0000 Subject: [PATCH 1211/3208] KPT-22: Modals with White accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid White; } nav { - background: DarkKhaki; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From a7d2723d61fb27ce2fe0db1e99f3bdce0b6ea1b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 17:06:51 +0000 Subject: [PATCH 1212/3208] KPT-24: Update background color to NavajoWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid NavajoWhite; } nav { - background: White; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From fb974387bcc67edc208958fb8b3539245c4dc904 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 17:51:51 +0000 Subject: [PATCH 1213/3208] KPT-22: Modals with MintCream accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid MintCream; } nav { - background: NavajoWhite; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From db14d50fe8b72e7896e2bd9bf94136ed8decc482 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 18:36:52 +0000 Subject: [PATCH 1214/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid FloralWhite; } nav { - background: MintCream; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3fde848d2ca9c2f24b0634f37b8f7d7cba358780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 19:21:52 +0000 Subject: [PATCH 1215/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid SpringGreen; } nav { - background: FloralWhite; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From c67af0de66bece76345cf7e8b40b1843d9297bc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 00:36:51 +0000 Subject: [PATCH 1216/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DeepPink; } nav { - background: SpringGreen; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 486ca34c23bca24abc84bdc01dc7a2eb617fb652 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 04:21:52 +0000 Subject: [PATCH 1217/3208] KPT-24: Update background color to Tomato --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Tomato; } nav { - background: DeepPink; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From bfbfe50e291b2bbd06ac50c1995a0e6bf1feabb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 05:06:52 +0000 Subject: [PATCH 1218/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid PaleTurquoise; } nav { - background: Tomato; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 70d2f57ec0c73410bfe7c6f870b9465cceba446d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 07:21:51 +0000 Subject: [PATCH 1219/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightGray; } nav { - background: PaleTurquoise; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 0685ac1c7d5bebbedf1f8b7b79204139a9fbd452 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 08:51:52 +0000 Subject: [PATCH 1220/3208] KPT-24: Update background color to Aquamarine --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Aquamarine; } nav { - background: LightGray; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From ad9dbeee88a841fd71eed831882a5cf51a89931b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 12:36:53 +0000 Subject: [PATCH 1221/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid BlueViolet; } nav { - background: Aquamarine; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 529eced74b7a59a9017532a496bae6d238bf5260 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 15:36:52 +0000 Subject: [PATCH 1222/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid RebeccaPurple; } nav { - background: BlueViolet; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 57a8e9fff1c13bc3cb3a697b298a904e691c4d53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 20:06:51 +0000 Subject: [PATCH 1223/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid MidnightBlue; } nav { - background: RebeccaPurple; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From c2227ef40f7f9a4404e6ef289eaa6543d1232078 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 23:51:51 +0000 Subject: [PATCH 1224/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: MidnightBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 82875da3ea0d849567710b58b23ce13de7542b28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 01:21:51 +0000 Subject: [PATCH 1225/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Green; } nav { - background: MediumAquaMarine; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 97fb0fa4b87598ecdc242d3afde8097986900fe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 02:06:51 +0000 Subject: [PATCH 1226/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Moccasin; } nav { - background: Green; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 8972c4fa191ce70e3c9dc26ce0af16296eeea983 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 08:06:51 +0000 Subject: [PATCH 1227/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid MediumPurple; } nav { - background: Moccasin; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 85fe9a834f09469c61c7c139719af9f287104013 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 09:36:51 +0000 Subject: [PATCH 1228/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid SlateGrey; } nav { - background: MediumPurple; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b7ad9b05d30d66b3cbf25a3cfc64fb0e0166cd06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 15:36:52 +0000 Subject: [PATCH 1229/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid OliveDrab; } nav { - background: SlateGrey; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From d42c6b70566d33e49571f32b15f48c2351b6f40c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 17:51:51 +0000 Subject: [PATCH 1230/3208] KPT-22: Modals with Chartreuse accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Chartreuse; } nav { - background: OliveDrab; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f3334f3fc2e0e250b49dcb0a8ecbb79d43e53822 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 23:06:52 +0000 Subject: [PATCH 1231/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DarkGreen; } nav { - background: Chartreuse; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 07f861ab7746cfc647f94a64155f68d7d11caa32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 02:06:52 +0000 Subject: [PATCH 1232/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Sienna; } nav { - background: DarkGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 814bc6b62414c96299f351ed7ad6c32b39ab24f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 04:21:52 +0000 Subject: [PATCH 1233/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DimGrey; } nav { - background: Sienna; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5ef5b660f9fd92cf479fcb3851868ab850c08085 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 08:51:51 +0000 Subject: [PATCH 1234/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Peru; } nav { - background: DimGrey; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From aeb3df33742fdbeccff8f0c0269f152f266f430d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 10:21:52 +0000 Subject: [PATCH 1235/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid SkyBlue; } nav { - background: Peru; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From f404af1f01f75a203247056f075e0e5d930b0729 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 14:06:51 +0000 Subject: [PATCH 1236/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkViolet; } nav { - background: SkyBlue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From c0eef04fefef312be4ba15930208695f9593b347 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 21:36:52 +0000 Subject: [PATCH 1237/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LightGray; } nav { - background: DarkViolet; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From d478ce2aedfc68f9f8c8a4eccb4e0dd3b703dca1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 23:51:51 +0000 Subject: [PATCH 1238/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightGrey; } nav { - background: LightGray; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From cf6b325012fa22e63fb2a5f8b187e8a957dd4adf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 01:21:52 +0000 Subject: [PATCH 1239/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Magenta; } nav { - background: LightGrey; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From c44e70643dbddf2e8fb1854a6913b580b14c8385 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 02:06:51 +0000 Subject: [PATCH 1240/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightGreen; } nav { - background: Magenta; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From a1ccfbdc02b7ff5b362099fe31e6d129842757e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 03:36:51 +0000 Subject: [PATCH 1241/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: LightGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 518bff67ad4b7750761c403ca893aaf7c4bc8c89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 07:21:52 +0000 Subject: [PATCH 1242/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: LightSkyBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 8ab25b5494e3c69c17de15df77ba6b38e4b667f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 13:21:52 +0000 Subject: [PATCH 1243/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Linen; } nav { - background: MediumTurquoise; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From ae670b2ca418e07e5d26cdb71ac78850dd5384df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 14:07:02 +0000 Subject: [PATCH 1244/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkOrchid; } nav { - background: Linen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f3d7cf0a171bba7bba4cd086121ed549aba6cfe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 16:21:53 +0000 Subject: [PATCH 1245/3208] KPT-22: Modals with Crimson accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Crimson; } nav { - background: DarkOrchid; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 80075468e414dcf8e3a1e02c194d0c9a3ef85f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 17:51:51 +0000 Subject: [PATCH 1246/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Grey; } nav { - background: Crimson; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 40b55c8e6beb9720f2eab1090cb3d05cc8b817f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 18:36:51 +0000 Subject: [PATCH 1247/3208] KPT-24: Update background color to DarkCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkCyan; } nav { - background: Grey; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From af231b15ebf9a6e8b0b405d12d3aca457fbdf888 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 23:51:52 +0000 Subject: [PATCH 1248/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SteelBlue; } nav { - background: DarkCyan; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From cf7fbda36e3137c38cf2b1f47cb7ac8d8232f9b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 03:36:52 +0000 Subject: [PATCH 1249/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DeepSkyBlue; } nav { - background: SteelBlue; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4a22260a0c0701bf91d3bd882b3a72c3352c9b5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 14:51:52 +0000 Subject: [PATCH 1250/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LawnGreen; } nav { - background: DeepSkyBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From a9cd655770830f1426966ba88927430c3385ef10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 20:51:52 +0000 Subject: [PATCH 1251/3208] KPT-22: Modals with LightCoral accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightCoral; } nav { - background: LawnGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 4cd44e207e534574604fb5bb2dfdd855d825660c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 02:06:52 +0000 Subject: [PATCH 1252/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid MediumTurquoise; } nav { - background: LightCoral; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From ea512ab6b14650ab331de25610768273f62dec02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 02:51:52 +0000 Subject: [PATCH 1253/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightSteelBlue; } nav { - background: MediumTurquoise; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3121aa8839f199d0e350b77d4194cd7ceb503ec8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 05:51:52 +0000 Subject: [PATCH 1254/3208] KPT-24: Update background color to Teal --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Teal; } nav { - background: LightSteelBlue; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 756b61e3ee0a54c54726866e9e65f3cf522fbdd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 06:36:52 +0000 Subject: [PATCH 1255/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumTurquoise; } nav { - background: Teal; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e6481e59359c9fec1c3403e860d415de7478b523 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 11:06:53 +0000 Subject: [PATCH 1256/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Fuchsia; } nav { - background: MediumTurquoise; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 6f46a8a7a8f272f25031eb171dbac1df8885dfbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 14:51:52 +0000 Subject: [PATCH 1257/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Gainsboro; } nav { - background: Fuchsia; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 0b426dc17a96d2d5f2cd5c95a1d214163bb15491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 16:21:52 +0000 Subject: [PATCH 1258/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Maroon; } nav { - background: Gainsboro; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 8c50c7d4112beba4e20a1746a7a3263be079a453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 17:06:51 +0000 Subject: [PATCH 1259/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LightGray; } nav { - background: Maroon; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From a117fcb415470dcd79d6a08165d47659f2bdcd69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 17:51:51 +0000 Subject: [PATCH 1260/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightGray; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f8fe1e44f090c33f04369c3be1bf86ec35e14ee8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 21:36:51 +0000 Subject: [PATCH 1261/3208] KPT-22: Modals with RosyBrown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid RosyBrown; } nav { - background: DarkSlateGrey; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 05e228004fa9995561f21bf59d2664060393e84e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 23:51:52 +0000 Subject: [PATCH 1262/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightYellow; } nav { - background: RosyBrown; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 260bae3f90a5bdc139df9955dad0b9395dd4394e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 02:51:51 +0000 Subject: [PATCH 1263/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid MediumOrchid; } nav { - background: LightYellow; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 639a7ef8c3ced597ba66d05f46cd9c59f7197889 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 03:36:51 +0000 Subject: [PATCH 1264/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Beige; } nav { - background: MediumOrchid; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 65e704789adb82fa0ded150b4f5a0172f00d7187 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 04:21:51 +0000 Subject: [PATCH 1265/3208] KPT-22: Modals with PeachPuff accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid PeachPuff; } nav { - background: Beige; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From d06a51c7036b2a94abc9cd93c5ee17188b1a17a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 08:51:51 +0000 Subject: [PATCH 1266/3208] KPT-22: Modals with MintCream accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MintCream; } nav { - background: PeachPuff; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 2a0133634fdb5a512ef434d48c9f26b61f4c4d73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 11:51:52 +0000 Subject: [PATCH 1267/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Wheat; } nav { - background: MintCream; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From c046818cc64311a7ce5f9ecf91bec4f42db21497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 05:51:51 +0000 Subject: [PATCH 1268/3208] KPT-22: Modals with HoneyDew accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid HoneyDew; } nav { - background: Wheat; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 726b795c7968e282c9b598fec06fb23b824ece17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 13:21:52 +0000 Subject: [PATCH 1269/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid MediumVioletRed; } nav { - background: HoneyDew; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 4e0609579d28d1741a9b50abb3853fcf69ed91a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 20:06:51 +0000 Subject: [PATCH 1270/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid HoneyDew; } nav { - background: MediumVioletRed; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 399ccceae16aed092083ca19ad8f1af5d313cf29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 00:36:51 +0000 Subject: [PATCH 1271/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid BurlyWood; } nav { - background: HoneyDew; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 68af107f67581c923f447e7715f6fc96521a9869 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 05:51:52 +0000 Subject: [PATCH 1272/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid YellowGreen; } nav { - background: BurlyWood; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 14d186a65eee1e1bebf66a283e029f4f2ad32a5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 07:21:53 +0000 Subject: [PATCH 1273/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: YellowGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 470346eddf50936f3e6bbbb64384a80989539dc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 09:36:52 +0000 Subject: [PATCH 1274/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkGrey; } nav { - background: AntiqueWhite; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 340ee2a14c34a61fe5d5b886a215759ae05b0dc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 10:21:52 +0000 Subject: [PATCH 1275/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkOrchid; } nav { - background: DarkGrey; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 3c18d6ac0e4e98878bc07691da7979b4b01d26fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 12:36:52 +0000 Subject: [PATCH 1276/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkCyan; } nav { - background: DarkOrchid; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 541e07f04dce8dfe5d5f653af9f2bb3193c620c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 17:51:52 +0000 Subject: [PATCH 1277/3208] KPT-24: Update background color to LightCoral --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid LightCoral; } nav { - background: DarkCyan; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 4ae014eb5217ed025dc4db996c38de45b6bb5aa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 20:51:51 +0000 Subject: [PATCH 1278/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid BlanchedAlmond; } nav { - background: LightCoral; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From b9a6baa5685081ae5869162961985340780c5976 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 01:21:51 +0000 Subject: [PATCH 1279/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Azure; } nav { - background: BlanchedAlmond; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 452a0e0bf75a6b4251d821a9372caf47d6841ed2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 03:36:51 +0000 Subject: [PATCH 1280/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Fuchsia; } nav { - background: Azure; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 2c8fa532a63e5d6ec38007a86c9de29b9a03b6bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 04:21:51 +0000 Subject: [PATCH 1281/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid LightSkyBlue; } nav { - background: Fuchsia; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1b700d9a20a843aca4868af9bf239a6dd2f515d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 15:36:52 +0000 Subject: [PATCH 1282/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Navy; } nav { - background: LightSkyBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From ca77c037d58a8f1473d4f1a79efca28b7c1a8513 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 23:51:52 +0000 Subject: [PATCH 1283/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid WhiteSmoke; } nav { - background: Navy; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 28339c5580718239a71749ac6c8449696ea5d772 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 10:21:52 +0000 Subject: [PATCH 1284/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LightSeaGreen; } nav { - background: WhiteSmoke; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 14bb9708fec2f04fa4ea43a4e48d3b83c72ffa01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 11:06:51 +0000 Subject: [PATCH 1285/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Olive; } nav { - background: LightSeaGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 10bfba6e9ba8fcb8ced5e636f7fcf88e9a9c0147 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 14:06:52 +0000 Subject: [PATCH 1286/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SaddleBrown; } nav { - background: Olive; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 61270b83ff4b8131533c1ba26ec38315df1db487 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 14:51:52 +0000 Subject: [PATCH 1287/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LightSeaGreen; } nav { - background: SaddleBrown; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9d920d12afdd57b975fc70df7da06c3ab7bdedbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 15:36:52 +0000 Subject: [PATCH 1288/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Ivory; } nav { - background: LightSeaGreen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From c490cf4b2fb34bb3dcc535810ef85cf9e9d44502 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 20:51:54 +0000 Subject: [PATCH 1289/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LavenderBlush; } nav { - background: Ivory; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 838bb14878aa443b09a85dfdc7faacb986165962 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 21:36:53 +0000 Subject: [PATCH 1290/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid SeaGreen; } nav { - background: LavenderBlush; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 04e9e694385de9dcf2fe32e99bb773f3be96c05f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 22:21:54 +0000 Subject: [PATCH 1291/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Lime; } nav { - background: SeaGreen; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 00e7b98f216fb1a31538995d980ba30caad6c698 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 23:51:53 +0000 Subject: [PATCH 1292/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid DarkSeaGreen; } nav { - background: Lime; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 83feeb96ec6456dfcfe87510d1ac083820e08572 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 02:06:53 +0000 Subject: [PATCH 1293/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Crimson; } nav { - background: DarkSeaGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 4f69dbd1417f2a9d93ef508b35a3ebc0418c2fb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 02:51:53 +0000 Subject: [PATCH 1294/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightGrey; } nav { - background: Crimson; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2e5e696af8b975c32c6a67d02993edbdd31407c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 05:51:53 +0000 Subject: [PATCH 1295/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MidnightBlue; } nav { - background: LightGrey; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2ac96bbd8054f40c5cf46b5a83c218b31770c52e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 09:36:53 +0000 Subject: [PATCH 1296/3208] KPT-24: Update background color to LightGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid LightGrey; } nav { - background: MidnightBlue; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From b050aaac00aedcfa5f641765a57cf5ff93dbc4d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 12:36:53 +0000 Subject: [PATCH 1297/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Wheat; } nav { - background: LightGrey; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 4267a61bc4ea84da452a1022c59e423ea409e3c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 17:06:52 +0000 Subject: [PATCH 1298/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid CadetBlue; } nav { - background: Wheat; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 28fce6aebf1fae1fdb5b737d6346d2606b8dc816 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 19:21:52 +0000 Subject: [PATCH 1299/3208] KPT-24: Update background color to Lavender --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Lavender; } nav { - background: CadetBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 33e28100d20b009da9d352aced5ae0f49a5a23a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 06:36:52 +0000 Subject: [PATCH 1300/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkGreen; } nav { - background: Lavender; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From d83f2a0e0c2a1af242845287b33b23c38311f89a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 09:36:51 +0000 Subject: [PATCH 1301/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Gold; } nav { - background: DarkGreen; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From d431ccb05dc876c93f5a3085b4ee544dd9e4b812 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 11:51:52 +0000 Subject: [PATCH 1302/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Sienna; } nav { - background: Gold; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 044a1d4269ac3212de929535fc4eaf8869a64260 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 15:36:52 +0000 Subject: [PATCH 1303/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Linen; } nav { - background: Sienna; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 41e9b0a7e600c23c25054e108f809f2d751ddb02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 23:51:51 +0000 Subject: [PATCH 1304/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Moccasin; } nav { - background: Linen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 6d1cd7f05db96ef1e58d8338d57858ab2e66949b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 04:21:52 +0000 Subject: [PATCH 1305/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LightPink; } nav { - background: Moccasin; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 888b4d94287f9d7e313d032623c1606bad1d0716 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 05:06:51 +0000 Subject: [PATCH 1306/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid PapayaWhip; } nav { - background: LightPink; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 3aa0fdde289910ca7cd86c18c210d67c6589e5c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 05:51:51 +0000 Subject: [PATCH 1307/3208] KPT-24: Update background color to Pink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Pink; } nav { - background: PapayaWhip; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From fcee9966c61a7697695c825c5b13cf33125c7d75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 08:06:51 +0000 Subject: [PATCH 1308/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Black; } nav { - background: Pink; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 0d2652b43778f628f96b4bc80ff91d86cb1c9ba7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 09:36:51 +0000 Subject: [PATCH 1309/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LightSeaGreen; } nav { - background: Black; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a17f0d972c828901d8580e853f33545688feae82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 11:51:51 +0000 Subject: [PATCH 1310/3208] KPT-22: Modals with Brown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Brown; } nav { - background: LightSeaGreen; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From e49724da0b119b7c725f39ad3912d532d05c1ee7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 12:36:52 +0000 Subject: [PATCH 1311/3208] KPT-24: Update background color to LavenderBlush --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid LavenderBlush; } nav { - background: Brown; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 18c6127066020eba1f8940a0a82bcc4c316d6e9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 17:06:52 +0000 Subject: [PATCH 1312/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Lime; } nav { - background: LavenderBlush; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 60f3f30fc88332837fdde69fa0a04b1931e4d760 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 17:51:52 +0000 Subject: [PATCH 1313/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid White; } nav { - background: Lime; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From f5b135f8d71dc614378dae5eb611c39c2e82ba0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 18:36:51 +0000 Subject: [PATCH 1314/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkKhaki; } nav { - background: White; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 0a1e9024da28b33ce040a06aa63f434260a3536b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 23:51:52 +0000 Subject: [PATCH 1315/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Cornsilk; } nav { - background: DarkKhaki; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 91f3bed70fea0969e163a23047bec3fb00bb935a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 00:36:52 +0000 Subject: [PATCH 1316/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkSlateBlue; } nav { - background: Cornsilk; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0b0912c62fde5c91601da20cce51ad0a23e0183b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 02:51:51 +0000 Subject: [PATCH 1317/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid OliveDrab; } nav { - background: DarkSlateBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From b9ef0f00f7b893e7421b30155087bcde8e7fa209 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 09:36:52 +0000 Subject: [PATCH 1318/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Fuchsia; } nav { - background: OliveDrab; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 2898791ae7c8307175ad41d7312eefc28f6bea86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 11:06:51 +0000 Subject: [PATCH 1319/3208] KPT-24: Update background color to AntiqueWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid AntiqueWhite; } nav { - background: Fuchsia; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From b6dc86bedf576336301df85e4ad8e452cdd9085b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 17:51:51 +0000 Subject: [PATCH 1320/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Tomato; } nav { - background: AntiqueWhite; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From d3c32521d2b4a4850d7242d3e8c7809dcee60d91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 20:06:52 +0000 Subject: [PATCH 1321/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkSeaGreen; } nav { - background: Tomato; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4c999911af3e0a3ff3329653383ce56c05c12d96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 23:06:51 +0000 Subject: [PATCH 1322/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Red; } nav { - background: DarkSeaGreen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 09308d6bb57f2600ea7fc354e10b61df6999c576 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 02:51:51 +0000 Subject: [PATCH 1323/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid PeachPuff; } nav { - background: Red; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 2418bd7b329ae1f6b47b753fb90fcc67f6e634a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 11:06:51 +0000 Subject: [PATCH 1324/3208] KPT-24: Update background color to MediumSeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MediumSeaGreen; } nav { - background: PeachPuff; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From fdf7971c53a8ce42a9b703b3b3527185611be7f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 11:51:51 +0000 Subject: [PATCH 1325/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DimGray; } nav { - background: MediumSeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From d39bf70548e5454bc0e591de33e42f6e93389bf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 13:21:52 +0000 Subject: [PATCH 1326/3208] KPT-24: Update background color to RoyalBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid RoyalBlue; } nav { - background: DimGray; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From a908da6555138988bd8b2da7bb98ef81380c8782 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 17:51:52 +0000 Subject: [PATCH 1327/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Silver; } nav { - background: RoyalBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 06185787855c3014febd401390647468347874a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 03:36:51 +0000 Subject: [PATCH 1328/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumAquaMarine; } nav { - background: Silver; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 0e9d9c30b3e96fa04894d22d308d485edd23332c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 09:36:53 +0000 Subject: [PATCH 1329/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Brown; } nav { - background: MediumAquaMarine; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 9f852210b526344abd8142d0acc0dfbb3c37c074 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 14:51:52 +0000 Subject: [PATCH 1330/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Azure; } nav { - background: Brown; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From cc70eb6d7ac9485c4164122c3cc156b8e0ae91f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 16:21:54 +0000 Subject: [PATCH 1331/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Cyan; } nav { - background: Azure; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From e1fb9b3f962aa728db2ebb1667336577c3fbd3b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 17:06:53 +0000 Subject: [PATCH 1332/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid IndianRed; } nav { - background: Cyan; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From b0557f7e6fb2af93c99b7a82a236c17be003b323 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 18:36:53 +0000 Subject: [PATCH 1333/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkSlateBlue; } nav { - background: IndianRed; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8701e67ee66f3e9d3d8349e712ab129b4d14a4eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 20:06:52 +0000 Subject: [PATCH 1334/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Chocolate; } nav { - background: DarkSlateBlue; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From ec122f8e02f9b8a8d562ede35f48555f952a9c9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 23:06:53 +0000 Subject: [PATCH 1335/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid ForestGreen; } nav { - background: Chocolate; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3880774970a9007e905fececbac1b2cf91f0c28c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 02:51:52 +0000 Subject: [PATCH 1336/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Chocolate; } nav { - background: ForestGreen; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 4582fbc52b0c27bd0a657629e0457cc6185d4423 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 03:36:51 +0000 Subject: [PATCH 1337/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Thistle; } nav { - background: Chocolate; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From f1eb67412068a0318d861daa86da4890747986f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 05:51:52 +0000 Subject: [PATCH 1338/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkViolet; } nav { - background: Thistle; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 588711636a850d73aeb1d92ec4cfb2f8c15b194e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 09:36:52 +0000 Subject: [PATCH 1339/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Gray; } nav { - background: DarkViolet; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 868f07c1717e1a77be206cbf58393253b07a0f93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 11:51:53 +0000 Subject: [PATCH 1340/3208] KPT-22: Modals with OliveDrab accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid OliveDrab; } nav { - background: Gray; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 8b8454ddaee57902ffafdd9fb11c1f2c9845fd6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 12:36:52 +0000 Subject: [PATCH 1341/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MintCream; } nav { - background: OliveDrab; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 62eefdab5c2e1d9851c808ac7822a3417c5681c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 20:54:08 +0000 Subject: [PATCH 1342/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid RebeccaPurple; } nav { - background: MintCream; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 1b6b9ac20c49a9549b8eda1fa6ccb3c585ad8174 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 01:24:07 +0000 Subject: [PATCH 1343/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid CadetBlue; } nav { - background: RebeccaPurple; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0a669899007e46ccf5b074b6fb2473da02cf6757 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 05:54:09 +0000 Subject: [PATCH 1344/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightSalmon; } nav { - background: CadetBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From f7c76dcaf97b0741952c450942e78de6bb2b126d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 09:39:07 +0000 Subject: [PATCH 1345/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid MediumTurquoise; } nav { - background: LightSalmon; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 653196950dc9462590a22315861a777d78bd0dcb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 10:24:07 +0000 Subject: [PATCH 1346/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid AntiqueWhite; } nav { - background: MediumTurquoise; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From afb9a8fc11c576e98b123aacc2f640a778af3107 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 13:24:07 +0000 Subject: [PATCH 1347/3208] KPT-24: Update background color to MediumTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MediumTurquoise; } nav { - background: AntiqueWhite; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 58d2f3f3b4e951ccc780b8b9c1d86dbe3850e2ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 16:24:07 +0000 Subject: [PATCH 1348/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DarkGreen; } nav { - background: MediumTurquoise; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7edb743e0c46c7dae48db28d6a541737113c7973 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 18:39:08 +0000 Subject: [PATCH 1349/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Turquoise; } nav { - background: DarkGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 85f550b5edad50c7d3a6121e7987172c7f193524 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 02:09:08 +0000 Subject: [PATCH 1350/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MediumBlue; } nav { - background: Turquoise; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8fc7ae9a7cba94dbe755adbee18a5463fd09ca9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 02:54:07 +0000 Subject: [PATCH 1351/3208] KPT-22: Modals with CornflowerBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: MediumBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 91b8b5ce3402b5b5692a06dd31d5d62260d8885f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 03:39:07 +0000 Subject: [PATCH 1352/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid SkyBlue; } nav { - background: CornflowerBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0bfac40ef7727a4041706202ce2b84f8a14f0f18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 04:24:07 +0000 Subject: [PATCH 1353/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Lime; } nav { - background: SkyBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 150f9f10d75f0eed1289fb2a59b50fc9ae9fd14b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 11:09:09 +0000 Subject: [PATCH 1354/3208] KPT-24: Update background color to Ivory --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Ivory; } nav { - background: Lime; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From fb36e330b87b0d9bf0aa79b917142994dc768355 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 11:54:09 +0000 Subject: [PATCH 1355/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightGrey; } nav { - background: Ivory; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8abf3366eef90d9f747c4db7e8becd066c8967ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 16:24:09 +0000 Subject: [PATCH 1356/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Linen; } nav { - background: LightGrey; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 8a2cb3b77948f09ebf18c85ad1f9ef8aca0986f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 18:39:07 +0000 Subject: [PATCH 1357/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid GhostWhite; } nav { - background: Linen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From ac2cd7a127cd95a2b4df1308c88d84057c510a75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 19:24:08 +0000 Subject: [PATCH 1358/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MediumPurple; } nav { - background: GhostWhite; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From f281191150990e0c4cf3b494e892ba314257df53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 02:54:10 +0000 Subject: [PATCH 1359/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Plum; } nav { - background: MediumPurple; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 66feffc3d337ebe82234fdce765f4fb6282b28d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 05:54:09 +0000 Subject: [PATCH 1360/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid YellowGreen; } nav { - background: Plum; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From d5f0a17ce01dedc0d105d5ebd2c3b0e511079c06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 11:54:07 +0000 Subject: [PATCH 1361/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: YellowGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4dfd2322057aad4f0a4ee9790e2ab5d2470b45f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 13:24:07 +0000 Subject: [PATCH 1362/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid GreenYellow; } nav { - background: DarkOliveGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 35c2612868942975ae9d852d408fccfe7f28fda9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 14:09:08 +0000 Subject: [PATCH 1363/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Chartreuse; } nav { - background: GreenYellow; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 7286049c10e47afe67eca99ef7339a64f1a29e92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 14:54:07 +0000 Subject: [PATCH 1364/3208] KPT-24: Update background color to SeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid SeaGreen; } nav { - background: Chartreuse; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9d4b5e5c80f5ffd9ebfea1a41703d60f7dc20d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 16:24:07 +0000 Subject: [PATCH 1365/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Yellow; } nav { - background: SeaGreen; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 8a91af050c5308c186f489e0eaa78d3d6f3da525 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 19:24:07 +0000 Subject: [PATCH 1366/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid GreenYellow; } nav { - background: Yellow; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 4e34bd1680b78decdcbefd4a692954eda7602277 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 22:24:09 +0000 Subject: [PATCH 1367/3208] KPT-24: Update background color to Maroon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Maroon; } nav { - background: GreenYellow; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 4029c5cabdb35a6079860fd6f61cc6ba3f0f4ee9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 02:09:10 +0000 Subject: [PATCH 1368/3208] KPT-24: Update background color to DarkOrange --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkOrange; } nav { - background: Maroon; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 73c64c179a7e283a3d243f5b42ee1ec14345f64c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 02:54:09 +0000 Subject: [PATCH 1369/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkOrange; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1018c68747b6c2106e146dc3715a6af97d3674ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 06:39:07 +0000 Subject: [PATCH 1370/3208] KPT-22: Modals with Cyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Cyan; } nav { - background: MediumSeaGreen; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 5de347debad5bfbd3c8b69747d590140249a60f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 08:09:09 +0000 Subject: [PATCH 1371/3208] KPT-24: Update background color to LightCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightCyan; } nav { - background: Cyan; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 7b09b76ab3c5cc2bf5aa91427d5225102617a3c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 08:54:07 +0000 Subject: [PATCH 1372/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkKhaki; } nav { - background: LightCyan; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 0d0de31b15ca8861e8990f80e0936fb87a629cb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 15:39:08 +0000 Subject: [PATCH 1373/3208] KPT-22: Modals with LightSalmon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid LightSalmon; } nav { - background: DarkKhaki; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e963ff150d42ad39a2b087599f5176478cde128b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 16:24:07 +0000 Subject: [PATCH 1374/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkViolet; } nav { - background: LightSalmon; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 378aa417e3ef91e821a98e8db4e674df361a3541 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 18:39:07 +0000 Subject: [PATCH 1375/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DodgerBlue; } nav { - background: DarkViolet; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6e96185202e76f9037b474ed69c188edff8d02a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 19:24:08 +0000 Subject: [PATCH 1376/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Wheat; } nav { - background: DodgerBlue; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 2f2322e434973dfb4f0b62ad2b79e09695691383 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 20:09:17 +0000 Subject: [PATCH 1377/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Tan; } nav { - background: Wheat; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From f4702962c52f2e3e84599f9419f849b8ac41bdb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 21:39:08 +0000 Subject: [PATCH 1378/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid CornflowerBlue; } nav { - background: Tan; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From e6bd169becb3575943c41c9d06c163b9053124e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 22:24:07 +0000 Subject: [PATCH 1379/3208] KPT-22: Modals with Snow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Snow; } nav { - background: CornflowerBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 37f1a1800fb4758735714a16a70264f662380f0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 08:54:08 +0000 Subject: [PATCH 1380/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Red; } nav { - background: Snow; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From d0b19d72ce8287b8baf8b9bebbc55766d30d4de0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 11:09:08 +0000 Subject: [PATCH 1381/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid SandyBrown; } nav { - background: Red; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From af3a4ed80d9b876bed01f4897f1209b180e74683 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 11:54:08 +0000 Subject: [PATCH 1382/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Salmon; } nav { - background: SandyBrown; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 6b2d5638ee2156aa42c2e5c04c7e8f03d8b17bd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 17:09:08 +0000 Subject: [PATCH 1383/3208] KPT-24: Update background color to MediumSpringGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MediumSpringGreen; } nav { - background: Salmon; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From fb81a500cdc72c0e889d3697c61810e2d3175939 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 23:54:07 +0000 Subject: [PATCH 1384/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Fuchsia; } nav { - background: MediumSpringGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From fd78506d169180322be94b441744b3728c958f6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 01:24:07 +0000 Subject: [PATCH 1385/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid LavenderBlush; } nav { - background: Fuchsia; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 466ca4dcbbb3033da55efcb078c812acbcf6ef73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 02:09:08 +0000 Subject: [PATCH 1386/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Coral; } nav { - background: LavenderBlush; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From cfd4c64661bc6bb4f76e841935028e1eebfdf220 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 08:09:07 +0000 Subject: [PATCH 1387/3208] KPT-22: Modals with Blue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Blue; } nav { - background: Coral; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From d64a04a2366eceb0fbf477c0d9f2cc529a81e421 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 11:54:07 +0000 Subject: [PATCH 1388/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Green; } nav { - background: Blue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 53c820f06b291e3d95712fe6b38252ed816ae14c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 13:24:08 +0000 Subject: [PATCH 1389/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid FloralWhite; } nav { - background: Green; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From a5538c2f7db62c61d921392a04be22783f9fa785 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 14:09:08 +0000 Subject: [PATCH 1390/3208] KPT-24: Update background color to LemonChiffon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LemonChiffon; } nav { - background: FloralWhite; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From c3ccd05acedb51dcd19b40018760ac41b1df6ce6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 16:24:08 +0000 Subject: [PATCH 1391/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid PaleGreen; } nav { - background: LemonChiffon; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 608b3497b5a7ed082ac5ee8cb07f4f08a0e6c0c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 22:24:07 +0000 Subject: [PATCH 1392/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkBlue; } nav { - background: PaleGreen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From fd2c3db379f0f9333131634e369af075779ad1e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 02:54:07 +0000 Subject: [PATCH 1393/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From cac8b02a63b65fb3f638c58a8d08c20fe235fb4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 13:24:07 +0000 Subject: [PATCH 1394/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightSlateGrey; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 982012cf34eb3cf50376c756f8663941edfd3781 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 14:54:08 +0000 Subject: [PATCH 1395/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: MediumSlateBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From dd3425ed2fed643329266d2e25bb47a4f4dbda67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 15:39:08 +0000 Subject: [PATCH 1396/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Teal; } nav { - background: PaleGoldenRod; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 1703ec829ffc420f6cf21d153fe400cbbcb497f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 16:24:08 +0000 Subject: [PATCH 1397/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightGrey; } nav { - background: Teal; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2822b08d969719d6d75958597c112700256ee838 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 18:39:07 +0000 Subject: [PATCH 1398/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SkyBlue; } nav { - background: LightGrey; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6fff01741322a3d3acb369922c3f50d1e2eddef9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 19:24:07 +0000 Subject: [PATCH 1399/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LawnGreen; } nav { - background: SkyBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3c32f64ac322015310f264d43dfd1190980b5c51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 20:54:08 +0000 Subject: [PATCH 1400/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightPink; } nav { - background: LawnGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From d445ba134ab820571fbe6e581cf9dc66e1e47ecd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 01:24:07 +0000 Subject: [PATCH 1401/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid PaleGreen; } nav { - background: LightPink; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0c39dcf1ecd86e9560613155fec7b3bd49558290 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 02:09:08 +0000 Subject: [PATCH 1402/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid PowderBlue; } nav { - background: PaleGreen; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 26267f00782c9cdb310a239db0c0d2c4b501929e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 04:24:08 +0000 Subject: [PATCH 1403/3208] KPT-22: Modals with LightGoldenRodYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: PowderBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From a73a28b394799c5128c5240a65571695367fa96e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 05:09:09 +0000 Subject: [PATCH 1404/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkKhaki; } nav { - background: LightGoldenRodYellow; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 42fbff896d3a4320d8fb641e1085c067ea1b1ee3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 05:54:09 +0000 Subject: [PATCH 1405/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkGrey; } nav { - background: DarkKhaki; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 46cdf3e78b8b698398f508a2ff9b66c7913112c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 07:24:09 +0000 Subject: [PATCH 1406/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkGreen; } nav { - background: DarkGrey; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4f906f8e38b2b20608ba644b9b61afc921f3e25e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 09:39:09 +0000 Subject: [PATCH 1407/3208] KPT-24: Update background color to Red --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Red; } nav { - background: DarkGreen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From eb142c7c50fdbc3e90ff275639338b414b198b4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 10:24:08 +0000 Subject: [PATCH 1408/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid GreenYellow; } nav { - background: Red; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From d0a2ab7ff570498986aa4fa32b0f7891fa2a2e84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 11:09:09 +0000 Subject: [PATCH 1409/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid White; } nav { - background: GreenYellow; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From e8a831516fedee89a49a00e6e27042b4b6e005bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 12:39:08 +0000 Subject: [PATCH 1410/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkGoldenRod; } nav { - background: White; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 4391438917204889165b2dcf33f46d2a39d7e8af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 15:39:08 +0000 Subject: [PATCH 1411/3208] KPT-22: Modals with PaleTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkGoldenRod; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From c1272e52661f41816533d844176aa4eedbc189f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 22:24:08 +0000 Subject: [PATCH 1412/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SandyBrown; } nav { - background: PaleTurquoise; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 40381f97df77c3a6ca5517a1c582b27d73be3521 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 01:24:09 +0000 Subject: [PATCH 1413/3208] KPT-24: Update background color to Grey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Grey; } nav { - background: SandyBrown; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From ac5caa0071b2933703a4c89cce756d22433c05c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 02:54:08 +0000 Subject: [PATCH 1414/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Fuchsia; } nav { - background: Grey; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From b32f8daf016d0139eb63bccc30023d8ad4e8a1f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 07:24:09 +0000 Subject: [PATCH 1415/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid BurlyWood; } nav { - background: Fuchsia; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 6c75e7b474b9754aa72c5af28b16dd5c0fdc8c61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 08:09:09 +0000 Subject: [PATCH 1416/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkTurquoise; } nav { - background: BurlyWood; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4d65f80cceb8d2d5415af7d4a185a8ff0de28b1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 09:39:08 +0000 Subject: [PATCH 1417/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid HotPink; } nav { - background: DarkTurquoise; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From a7a90fee24e468514d03f69caf53d20a339798ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 23:54:08 +0000 Subject: [PATCH 1418/3208] KPT-22: Modals with DeepPink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DeepPink; } nav { - background: HotPink; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From a09c40c19aa6aadc87790694b4667116b067dd44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 06:39:08 +0000 Subject: [PATCH 1419/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Indigo; } nav { - background: DeepPink; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 0268fc9b6f57cabcedd20af90bf8063f6d89bda2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 09:39:07 +0000 Subject: [PATCH 1420/3208] KPT-22: Modals with LightSlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LightSlateGray; } nav { - background: Indigo; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4a28354565b52ce4993e9b7472cb29c8b0d4763f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 12:39:09 +0000 Subject: [PATCH 1421/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DimGray; } nav { - background: LightSlateGray; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 632f6b84d053d4f474bca01a30838d7feea2426a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 17:54:08 +0000 Subject: [PATCH 1422/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid NavajoWhite; } nav { - background: DimGray; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 199b8467abee3b5f5585ee9a7d703ee08022e564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 20:54:08 +0000 Subject: [PATCH 1423/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LightGrey; } nav { - background: NavajoWhite; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From f3ab1271acf99da8d18d0eac21da56960fb21078 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 21:39:08 +0000 Subject: [PATCH 1424/3208] KPT-24: Update background color to Peru --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Peru; } nav { - background: LightGrey; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From e158035cedf624cd3fd1cf4bd2a6ee3e870ba130 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 23:09:08 +0000 Subject: [PATCH 1425/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkRed; } nav { - background: Peru; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 13cd9123e6b290b113c73a76892cdcc5a26c9859 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 23:54:07 +0000 Subject: [PATCH 1426/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid BurlyWood; } nav { - background: DarkRed; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From cef143c5be9dcb13d55f27e762faa3a2c41c7299 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 02:54:07 +0000 Subject: [PATCH 1427/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkOliveGreen; } nav { - background: BurlyWood; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9788d0871ae2aea1313899ea90509d41232238b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 03:39:08 +0000 Subject: [PATCH 1428/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid SeaGreen; } nav { - background: DarkOliveGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8587d1914a2ece83b8d2a2b959683c70f4d35e01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 04:24:09 +0000 Subject: [PATCH 1429/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LightGreen; } nav { - background: SeaGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 25203a72eb68ecefe1e5c85963548f5a880a4ed3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 12:39:07 +0000 Subject: [PATCH 1430/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightGreen; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e785050537f37b5a39cfbf6794984c3896d132bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 17:54:08 +0000 Subject: [PATCH 1431/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid PaleVioletRed; } nav { - background: DeepSkyBlue; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 75ab4b8d0106b9e84556975c108492a9e524b4b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 18:39:08 +0000 Subject: [PATCH 1432/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid CadetBlue; } nav { - background: PaleVioletRed; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6d56dd6bd2a91668dd47032cb740fee89cfd8667 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 20:09:08 +0000 Subject: [PATCH 1433/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid PapayaWhip; } nav { - background: CadetBlue; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From a8fb760884c10462fc52f4ad4c2871851363c1db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 01:24:07 +0000 Subject: [PATCH 1434/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SkyBlue; } nav { - background: PapayaWhip; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b9a71df38f0d63b169b09f6b9d6db2794a863176 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 02:54:08 +0000 Subject: [PATCH 1435/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Snow; } nav { - background: SkyBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 8bbac69ca02bd1569c8e4396f14be0cf87684c02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 11:54:08 +0000 Subject: [PATCH 1436/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Gainsboro; } nav { - background: Snow; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From e29fe881f63e7b4d88f894880844691cfc361784 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 12:39:07 +0000 Subject: [PATCH 1437/3208] KPT-22: Modals with MintCream accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid MintCream; } nav { - background: Gainsboro; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From f865965edf45380da2131783ff10dfddd4482bcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 15:39:08 +0000 Subject: [PATCH 1438/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid PaleGreen; } nav { - background: MintCream; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1978eb039f9628ff3d9519e82ca11a45ea3d8fcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 17:09:08 +0000 Subject: [PATCH 1439/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Navy; } nav { - background: PaleGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 1f8e2aed60511a80041133b24d84ddef7ea2742b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 19:24:08 +0000 Subject: [PATCH 1440/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Snow; } nav { - background: Navy; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 0644d0f201b3f978c2a395fa4057f5d83af09d88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 20:09:09 +0000 Subject: [PATCH 1441/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid MediumBlue; } nav { - background: Snow; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3364e9f0eed41f016dd69922e81884e14958babf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 22:24:08 +0000 Subject: [PATCH 1442/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid DarkBlue; } nav { - background: MediumBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From c7f95ee5b5c2018e4cc5b2fcb1cba29fbb7d5b39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 05:54:08 +0000 Subject: [PATCH 1443/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid PeachPuff; } nav { - background: DarkBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From a6a02fe8fadcd9e8a55a193605e8c5e5ff2a5f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 06:39:08 +0000 Subject: [PATCH 1444/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkOrchid; } nav { - background: PeachPuff; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From daf3819e8edc508e09c7fa3110314cc6d594c818 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 11:09:08 +0000 Subject: [PATCH 1445/3208] KPT-24: Update background color to Olive --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Olive; } nav { - background: DarkOrchid; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 262a7cd77cdc437393e5111c384533e029139114 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 18:39:09 +0000 Subject: [PATCH 1446/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid WhiteSmoke; } nav { - background: Olive; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From ec60f5955b2d4a4539f1cbba1ff58b1a387ee078 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 20:54:07 +0000 Subject: [PATCH 1447/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid BlueViolet; } nav { - background: WhiteSmoke; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 26aeb12be51ba91e1e9569b2ac87a479d123bf24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 06:39:09 +0000 Subject: [PATCH 1448/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkSlateGray; } nav { - background: BlueViolet; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 097357adb2e071ecb38d8d52e6da8a639ac29ae5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 07:24:09 +0000 Subject: [PATCH 1449/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkSlateGray; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 9ffc82636ea2f9e864fd8ac0b88f9e3f18587834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 14:09:10 +0000 Subject: [PATCH 1450/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LavenderBlush; } nav { - background: PaleTurquoise; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From e68fd3fb152b4e197bbd5a10a0d4fb32b221df91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 17:09:09 +0000 Subject: [PATCH 1451/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid PowderBlue; } nav { - background: LavenderBlush; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4e38db3a57d1785e4d4f70aee3c98c703489a5d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 19:24:07 +0000 Subject: [PATCH 1452/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid GreenYellow; } nav { - background: PowderBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From a56cc13301bb18c6b3166d27311ca756edc154ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 20:54:07 +0000 Subject: [PATCH 1453/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Chocolate; } nav { - background: GreenYellow; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From e5fa9822692d9802c2c425a0fb39716897ae6f06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 02:09:08 +0000 Subject: [PATCH 1454/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkCyan; } nav { - background: Chocolate; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 822d3204c91dac0d4579177b0f1e6d2ea7594d8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 07:24:08 +0000 Subject: [PATCH 1455/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SlateBlue; } nav { - background: DarkCyan; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8671bdb0f2c2e4f0c53881fab0cf295322d6124e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 11:09:10 +0000 Subject: [PATCH 1456/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Salmon; } nav { - background: SlateBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 12c7fd3460edd2009f9138768af37872c5c285b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 16:24:10 +0000 Subject: [PATCH 1457/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Turquoise; } nav { - background: Salmon; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 99081a6200a27de9a06f499dffc66039db050075 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 17:54:08 +0000 Subject: [PATCH 1458/3208] KPT-22: Modals with AliceBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid AliceBlue; } nav { - background: Turquoise; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 43519c624ac5b82bf10f637f355b865b806b21bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 19:24:08 +0000 Subject: [PATCH 1459/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DeepSkyBlue; } nav { - background: AliceBlue; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d687293307f59084f8e10124bb7f6f7d57d0e13a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 21:39:07 +0000 Subject: [PATCH 1460/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkGreen; } nav { - background: DeepSkyBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 089aae26c6210f32b44a5c024054e17f6d61da9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 23:09:08 +0000 Subject: [PATCH 1461/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightSalmon; } nav { - background: DarkGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 4867d4191af124a3e65c84c522ecaba4a016ca6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 23:54:08 +0000 Subject: [PATCH 1462/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Navy; } nav { - background: LightSalmon; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 411ca82a93b6ad3091268ebdd73f29f5cf133eed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 01:24:07 +0000 Subject: [PATCH 1463/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Khaki; } nav { - background: Navy; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From e7bd1ab2d70adca49dec613ec3eced4e6b61cf08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 02:54:07 +0000 Subject: [PATCH 1464/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid LightSalmon; } nav { - background: Khaki; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From abacf9537580265f72aba8034cf42360f82cd89e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 04:24:07 +0000 Subject: [PATCH 1465/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Tomato; } nav { - background: LightSalmon; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 8d6e98815a15a4292df607dbe214766b29a74183 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 05:09:07 +0000 Subject: [PATCH 1466/3208] KPT-22: Modals with SpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid SpringGreen; } nav { - background: Tomato; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 014ca12e432cf2a4e5255b91d0f47f469348227c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 06:39:08 +0000 Subject: [PATCH 1467/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Ivory; } nav { - background: SpringGreen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From a96e32e167ac5613cac102c8f5ca3070d00e6efe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 08:54:08 +0000 Subject: [PATCH 1468/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightYellow; } nav { - background: Ivory; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From c32f038011d9c384c677b5bd9e97ac01b3206b1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 06:39:09 +0000 Subject: [PATCH 1469/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightGreen; } nav { - background: LightYellow; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3e77bdfd0ec501e3d2e55d70542fe4b3dbe5b3c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 08:09:08 +0000 Subject: [PATCH 1470/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Ivory; } nav { - background: LightGreen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 43a4faf3752d4eb2eeb8072d072c26ba19924190 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 08:54:07 +0000 Subject: [PATCH 1471/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightGray; } nav { - background: Ivory; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 99f376811843c64d623091f417048659f3783335 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 09:39:07 +0000 Subject: [PATCH 1472/3208] KPT-24: Update background color to DarkGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkGreen; } nav { - background: LightGray; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2decb9ee170d6538ab409cba8cacfe49b620ecba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 10:24:07 +0000 Subject: [PATCH 1473/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid PeachPuff; } nav { - background: DarkGreen; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 21e5cfd193f4dec1b0c0a427a9fa58b7b092f69b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 13:24:09 +0000 Subject: [PATCH 1474/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid LightCoral; } nav { - background: PeachPuff; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From c25f9d5e46387b0d2e8371e5c236c49bbee16998 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 19:24:08 +0000 Subject: [PATCH 1475/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Salmon; } nav { - background: LightCoral; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 2b6807855116186aa520e1c84f99b075034fecd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 22:24:07 +0000 Subject: [PATCH 1476/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkSeaGreen; } nav { - background: Salmon; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9075cea326654736287b6d907878f5e6a66e78f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 06:39:07 +0000 Subject: [PATCH 1477/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid BurlyWood; } nav { - background: DarkSeaGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 5fbf1386e16159f3b9db6920fb5f0e759aa68254 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 08:09:07 +0000 Subject: [PATCH 1478/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid PaleVioletRed; } nav { - background: BurlyWood; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From b65027b5ea6a7940ed85605b9645bb6f2235cb4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 08:54:08 +0000 Subject: [PATCH 1479/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Orchid; } nav { - background: PaleVioletRed; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 6b8f0e08e0ab5a5e128b3678b76a6be909cfe96b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 12:39:08 +0000 Subject: [PATCH 1480/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid MediumOrchid; } nav { - background: Orchid; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 284a799f48b1f35ef4145091e4a1970df703b0ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 17:09:08 +0000 Subject: [PATCH 1481/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Aqua; } nav { - background: MediumOrchid; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 09db611ba6ef0804d8a8c0ad91e26cf88466c315 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 05:54:07 +0000 Subject: [PATCH 1482/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DeepSkyBlue; } nav { - background: Aqua; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4566ac0fda4d577f9c1804b5d87ddddfb8d84779 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 09:39:07 +0000 Subject: [PATCH 1483/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid MidnightBlue; } nav { - background: DeepSkyBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 774df15965a16cd62ecc9827e0d07ad525290acc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 10:24:08 +0000 Subject: [PATCH 1484/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Azure; } nav { - background: MidnightBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 758761d4c81c02c31ab3294d66ea0b403e3765d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 13:24:08 +0000 Subject: [PATCH 1485/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Peru; } nav { - background: Azure; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 35622589e53440dc1c7c75bae08593ed120f8c3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 17:54:08 +0000 Subject: [PATCH 1486/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid IndianRed; } nav { - background: Peru; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 40269ffd56f5dabaf2c8538c188b0db831e0fe18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 23:54:09 +0000 Subject: [PATCH 1487/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid GoldenRod; } nav { - background: IndianRed; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From fedb5beb0fedcdeb3e1c36cd75e6c95b991c611f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 02:54:09 +0000 Subject: [PATCH 1488/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkSlateBlue; } nav { - background: GoldenRod; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 80f339944089552e979ffba6ac0c347c495d0523 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 04:24:09 +0000 Subject: [PATCH 1489/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkSlateBlue; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d467f95f0711a86b0410da52f9c2530e4b12cd84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 07:24:08 +0000 Subject: [PATCH 1490/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Coral; } nav { - background: DarkTurquoise; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From a4b2dd9c7a069a80e499d1f4ecc1c77c0cb3bf05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 14:54:09 +0000 Subject: [PATCH 1491/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Aquamarine; } nav { - background: Coral; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 28f06ca103938077a2b4b14d3388488945dd7adf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 16:24:08 +0000 Subject: [PATCH 1492/3208] KPT-24: Update background color to PaleGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid PaleGreen; } nav { - background: Aquamarine; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0c22dbf1c77fd4569f1221edd291ec9c99fed8f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 00:19:35 +0000 Subject: [PATCH 1493/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LightCoral; } nav { - background: PaleGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 9df39a134cf870f18564594f6ed6a8c9ca5bb340 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 01:49:35 +0000 Subject: [PATCH 1494/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Fuchsia; } nav { - background: LightCoral; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 5f565836e3b1a69e68f8f3966d21f299aec11639 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 04:04:36 +0000 Subject: [PATCH 1495/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkOrange; } nav { - background: Fuchsia; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 1375e5fbc38489defa644759d6d51f8cc53dca41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 10:49:35 +0000 Subject: [PATCH 1496/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkOrange; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 70a1d5067984ebd1c4bf1d4696f5c39eed532c9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 11:34:35 +0000 Subject: [PATCH 1497/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid PeachPuff; } nav { - background: DarkSeaGreen; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From a2aec93b5a037c4a96bb89652f3bb107391fe9e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 16:49:35 +0000 Subject: [PATCH 1498/3208] KPT-22: Modals with DarkKhaki accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkKhaki; } nav { - background: PeachPuff; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From f7a4c308232e4b36543c75a229c7558c20e6f7a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 19:04:36 +0000 Subject: [PATCH 1499/3208] KPT-22: Modals with MediumSpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkKhaki; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From f9b232e3537602e8a9451b45ccb83accd27a0d99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 20:34:34 +0000 Subject: [PATCH 1500/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightCyan; } nav { - background: MediumSpringGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b96477b25d2771de4c588880e34580742491d2b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 00:19:36 +0000 Subject: [PATCH 1501/3208] KPT-22: Modals with HoneyDew accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid HoneyDew; } nav { - background: LightCyan; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From c4290a166d7e9ca696fb37ab19d2e9c372a82497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 01:04:36 +0000 Subject: [PATCH 1502/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Snow; } nav { - background: HoneyDew; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 95c76c0edf874db88b495c51cc278476264bc7a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 01:49:36 +0000 Subject: [PATCH 1503/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Crimson; } nav { - background: Snow; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From f8090d883a30c0ad06bc487b02b8fed67dc10c67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 05:34:35 +0000 Subject: [PATCH 1504/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightSteelBlue; } nav { - background: Crimson; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3fe009ac631a91a98fff83ac812d15aa8081d8f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 07:04:34 +0000 Subject: [PATCH 1505/3208] KPT-22: Modals with Aqua accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Aqua; } nav { - background: LightSteelBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From f308dbdfa8b55e0b05a4fe505ca54dcba91034a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 09:19:35 +0000 Subject: [PATCH 1506/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid HotPink; } nav { - background: Aqua; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 5fbe9cbfa69f33e49a949583ea00918354626ec5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 10:04:37 +0000 Subject: [PATCH 1507/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid White; } nav { - background: HotPink; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 732fc3c4a2e529d78b639a3dff37f703d1b9a0d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 10:49:35 +0000 Subject: [PATCH 1508/3208] KPT-24: Update background color to PaleGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid PaleGreen; } nav { - background: White; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 87bacf10794ad84a9083255707956c0e2b3ad428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 11:34:35 +0000 Subject: [PATCH 1509/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid SeaShell; } nav { - background: PaleGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 8dbbe697eab4b62c9e31a4ef818d1608c978778f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 12:19:35 +0000 Subject: [PATCH 1510/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Coral; } nav { - background: SeaShell; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 684321fac59e0e7490dc4a55abcfb2270d2bc098 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 13:49:36 +0000 Subject: [PATCH 1511/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid HotPink; } nav { - background: Coral; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 4876bc1f1184a59f00cb62d1e2b8fd532db1a2ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 17:34:37 +0000 Subject: [PATCH 1512/3208] KPT-22: Modals with MediumSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid MediumSeaGreen; } nav { - background: HotPink; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 46e7c9adb610d5a598ec9d40d5afa0c0aa16827d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 22:49:36 +0000 Subject: [PATCH 1513/3208] KPT-22: Modals with FloralWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid FloralWhite; } nav { - background: MediumSeaGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 86a6bc4b1b7b807c711de2522045adc631d91a00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 00:19:34 +0000 Subject: [PATCH 1514/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LawnGreen; } nav { - background: FloralWhite; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 013b9be1b70d8a9cddb190e16c55bb7f43b6091c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 01:49:35 +0000 Subject: [PATCH 1515/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Plum; } nav { - background: LawnGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 09c1d40d2a67a529725281099975c290493cc3da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 07:49:34 +0000 Subject: [PATCH 1516/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Brown; } nav { - background: Plum; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 5fff7641b887add217b172e5aea7a27640373e02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 08:34:35 +0000 Subject: [PATCH 1517/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid MediumPurple; } nav { - background: Brown; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From d6ae05a9af8ef5b0db4a0ba6a25575eb47eefc01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 09:19:34 +0000 Subject: [PATCH 1518/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid MidnightBlue; } nav { - background: MediumPurple; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From f0365df07f25062088380f353bddf22043403758 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 10:04:35 +0000 Subject: [PATCH 1519/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Silver; } nav { - background: MidnightBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From c2eb8787c85a2cdcf52923ab2af694b0fba15393 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 16:04:35 +0000 Subject: [PATCH 1520/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid LightGray; } nav { - background: Silver; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From cdb742e46add938e4f80fd9610af6674a8da3107 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 17:34:35 +0000 Subject: [PATCH 1521/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkGreen; } nav { - background: LightGray; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7c20a65b02d350200574969efcf834cb12fe45e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 00:19:34 +0000 Subject: [PATCH 1522/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightBlue; } nav { - background: DarkGreen; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 741f427ad023cc8820aedaf95adfba867b33684e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 03:19:36 +0000 Subject: [PATCH 1523/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Maroon; } nav { - background: LightBlue; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From ed330e89db9c39e401d877f09656ddf9a31bb24e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 06:19:34 +0000 Subject: [PATCH 1524/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Indigo; } nav { - background: Maroon; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From c2c7fe0e3b9c2481fcab8fdb8cca00de3d3318b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 07:04:36 +0000 Subject: [PATCH 1525/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Pink; } nav { - background: Indigo; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From fdc660d8caaf6a95809c742f0adfb5bc89c6d5a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 12:19:35 +0000 Subject: [PATCH 1526/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkOrchid; } nav { - background: Pink; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 3fd5762b003f84e2d706ae1f035e62d8287fe660 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 22:04:36 +0000 Subject: [PATCH 1527/3208] KPT-22: Modals with Pink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Pink; } nav { - background: DarkOrchid; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 529283f2484965050d4a3fb1f394d8c096154720 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 03:19:34 +0000 Subject: [PATCH 1528/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DodgerBlue; } nav { - background: Pink; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a40898811b104c5b2340c17c598b64a48330a02a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 05:34:35 +0000 Subject: [PATCH 1529/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid RoyalBlue; } nav { - background: DodgerBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f53d123d52f411f6f697baa8a805d58f13c5d22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 09:19:35 +0000 Subject: [PATCH 1530/3208] KPT-24: Update background color to Lime --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Lime; } nav { - background: RoyalBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 621c1b8bee3a1ceefa2dad831fd59678c1a9c62e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 15:19:35 +0000 Subject: [PATCH 1531/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid SlateBlue; } nav { - background: Lime; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5f044765fa4c8175447917c8713f98fe61d21d6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 17:34:35 +0000 Subject: [PATCH 1532/3208] KPT-24: Update background color to MediumSlateBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: SlateBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 86ced358d53557aab95904a9e0aba8d95d9fd032 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 07:49:35 +0000 Subject: [PATCH 1533/3208] KPT-24: Update background color to LightSlateGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: MediumSlateBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 40fb7f2435d5bd05e13a997308d8ddf1ae89087b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 08:34:37 +0000 Subject: [PATCH 1534/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid SlateGrey; } nav { - background: LightSlateGrey; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 96b4248b574cbe345fadfea9fa00e0e8abb9de70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 11:34:34 +0000 Subject: [PATCH 1535/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightGrey; } nav { - background: SlateGrey; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From f03d1e11a411d4ff414f40fbd6fdea5d8ec341b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 12:19:34 +0000 Subject: [PATCH 1536/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MistyRose; } nav { - background: LightGrey; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 8e4ab58975be2d524b746d2cf1d9585b3739d06d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 13:04:34 +0000 Subject: [PATCH 1537/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkSlateGrey; } nav { - background: MistyRose; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b80ab00e020bf6749e31e032da130ef1321d9959 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 15:19:34 +0000 Subject: [PATCH 1538/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkOrange; } nav { - background: DarkSlateGrey; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From df4812c454461c50d6faeb05cd2333e8bf0be367 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 19:04:36 +0000 Subject: [PATCH 1539/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid GreenYellow; } nav { - background: DarkOrange; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 681ec07deb1b75e6bc5946eceeaa3bfed7e9fb3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 22:49:35 +0000 Subject: [PATCH 1540/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Gold; } nav { - background: GreenYellow; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From c1a5e1a86861c4b14828ce6e332cdcb7e0fcac9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 01:49:34 +0000 Subject: [PATCH 1541/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid RosyBrown; } nav { - background: Gold; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4563eba607e584be070b39e06cd61857a2157888 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 04:49:35 +0000 Subject: [PATCH 1542/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid PaleTurquoise; } nav { - background: RosyBrown; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6a930d49468496a4b2ef8cc103d09f3e16e15d10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 08:34:35 +0000 Subject: [PATCH 1543/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid MediumSpringGreen; } nav { - background: PaleTurquoise; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 67b609e79e86a1d2018ead3a5b4018a4784060c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 10:49:34 +0000 Subject: [PATCH 1544/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SpringGreen; } nav { - background: MediumSpringGreen; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 03657423738f40b7c6008e7c6d9303dca529660b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 13:04:35 +0000 Subject: [PATCH 1545/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkGreen; } nav { - background: SpringGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 75bc21021e563641e98d58dcc9b1109898d3ebb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 14:34:35 +0000 Subject: [PATCH 1546/3208] KPT-22: Modals with LimeGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LimeGreen; } nav { - background: DarkGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 54e6f2bcf64dcad1d67247a168e6a7ca98998967 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 16:04:35 +0000 Subject: [PATCH 1547/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Magenta; } nav { - background: LimeGreen; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 71e8c84138568a9acdb3abfeba3daf784e8208a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 19:04:36 +0000 Subject: [PATCH 1548/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid BlueViolet; } nav { - background: Magenta; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 26a85b9ec9228ae6251e1a68456574d86a209a22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 19:49:35 +0000 Subject: [PATCH 1549/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkSlateBlue; } nav { - background: BlueViolet; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b6a94b6bcad70ff99d4e7cf6809b128e48e4abcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 05:34:34 +0000 Subject: [PATCH 1550/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkSlateBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 20f06a41f48491f54dfb0c280b8d8ff3c9d983ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 07:49:35 +0000 Subject: [PATCH 1551/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Cyan; } nav { - background: MediumTurquoise; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ba20edb371cceafbd9e966d6bb984fc61f59c721 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 08:34:34 +0000 Subject: [PATCH 1552/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Fuchsia; } nav { - background: Cyan; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From ba58072b68d0763320dc4a9207a4fb43d60f19ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 10:49:35 +0000 Subject: [PATCH 1553/3208] KPT-22: Modals with MediumBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid MediumBlue; } nav { - background: Fuchsia; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From f22b2cb651e78eb48447b0ca52b3ddf5bf324c0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 12:19:34 +0000 Subject: [PATCH 1554/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Fuchsia; } nav { - background: MediumBlue; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From fa848a53c6830d0ede237f154ea3854c51fbf175 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 13:04:35 +0000 Subject: [PATCH 1555/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid PowderBlue; } nav { - background: Fuchsia; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From a462142ef496cd3f2c6c07050e620478647cb979 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 13:49:35 +0000 Subject: [PATCH 1556/3208] KPT-22: Modals with DarkKhaki accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkKhaki; } nav { - background: PowderBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From a3f0d5cfabbe2c84ee4c25edd5d572066f59015e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 17:34:35 +0000 Subject: [PATCH 1557/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkKhaki; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 2e07d9de4a5aa45a795104bbc8cf07c7249c2416 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 19:49:35 +0000 Subject: [PATCH 1558/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Gold; } nav { - background: WhiteSmoke; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From f909135930349556c2fad9e4bd06fcc743361e97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 20:34:35 +0000 Subject: [PATCH 1559/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Bisque; } nav { - background: Gold; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 3a6e7460c98a284b4e574eaad9d742b33f6abc85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 00:19:34 +0000 Subject: [PATCH 1560/3208] KPT-24: Update background color to MediumTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid MediumTurquoise; } nav { - background: Bisque; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 65838666661e68dc7f27e32e630d92b020907815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 03:19:34 +0000 Subject: [PATCH 1561/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DodgerBlue; } nav { - background: MediumTurquoise; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5ae6b337e5227479f1b5c96f61a62e1cf41b5436 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 04:04:35 +0000 Subject: [PATCH 1562/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGray; } nav { - background: DodgerBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 759721bb9b795c495d99078d6f969cb4e1af6ee2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 04:49:47 +0000 Subject: [PATCH 1563/3208] KPT-24: Update background color to Cyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Cyan; } nav { - background: LightGray; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 15da6adff7288abb869538e4b721d429044b2fdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 05:34:35 +0000 Subject: [PATCH 1564/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightGray; } nav { - background: Cyan; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From e1d46a397cc56e095d55b99bb996c84d3b1f3bd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 09:19:34 +0000 Subject: [PATCH 1565/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SaddleBrown; } nav { - background: LightGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From fc6c2747957944d51aa78d3a71a179b8fc69353d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 13:49:35 +0000 Subject: [PATCH 1566/3208] KPT-22: Modals with PaleVioletRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid PaleVioletRed; } nav { - background: SaddleBrown; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 342ba0f801133eb090d8cc53a8cd9d5cb8894b5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 17:34:34 +0000 Subject: [PATCH 1567/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Aqua; } nav { - background: PaleVioletRed; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 1e994413d3f096d3341d8a9985bb31bb415c7fe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 18:19:34 +0000 Subject: [PATCH 1568/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid MediumAquaMarine; } nav { - background: Aqua; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 22bd088ca44727d8e6e69dba45ff027a9ff7c5bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 23:34:35 +0000 Subject: [PATCH 1569/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkGray; } nav { - background: MediumAquaMarine; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 33d18823c619064348ed6f8b7f2a69f14574a0d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 00:19:35 +0000 Subject: [PATCH 1570/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Violet; } nav { - background: DarkGray; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 0eeabbd678335506621538483ab948da9c4077a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 03:19:35 +0000 Subject: [PATCH 1571/3208] KPT-24: Update background color to Tomato --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Tomato; } nav { - background: Violet; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 84cdd02aff7b5c86c488c250ff28d0970cd25b91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 06:19:34 +0000 Subject: [PATCH 1572/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Black; } nav { - background: Tomato; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 2b02dea4a1e28c7a331dc83f95fe1db1377690db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 17:34:35 +0000 Subject: [PATCH 1573/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Khaki; } nav { - background: Black; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 8955853f7a527fc2ab21fe918959a4f170f6ebfb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 05:34:35 +0000 Subject: [PATCH 1574/3208] KPT-22: Modals with Cornsilk accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Cornsilk; } nav { - background: Khaki; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 5940327df8a7a8b1f8e725da9c2cb3b85713b923 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 10:04:34 +0000 Subject: [PATCH 1575/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid PaleGoldenRod; } nav { - background: Cornsilk; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c110d3154541719979d30d78b3a492e829c7ffa5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 11:34:35 +0000 Subject: [PATCH 1576/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkSlateGray; } nav { - background: PaleGoldenRod; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4d3e7f7fd0818c7d11dfec5b5600c98e9716b9bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 13:49:35 +0000 Subject: [PATCH 1577/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LightCoral; } nav { - background: DarkSlateGray; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From d271e715d76607b8384c3e4754a7d94874c23eca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 14:34:35 +0000 Subject: [PATCH 1578/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SpringGreen; } nav { - background: LightCoral; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 32aba5df52c6e8a8a7e92767138b479fc0f7c0e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 15:19:35 +0000 Subject: [PATCH 1579/3208] KPT-22: Modals with DarkCyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkCyan; } nav { - background: SpringGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 57619fb7752a4c7b4a30b86d78923949b608d30f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 16:49:34 +0000 Subject: [PATCH 1580/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid LightGray; } nav { - background: DarkCyan; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From ecd7c724e8d61da6b7794172c449e3e0f7ce7038 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 17:34:34 +0000 Subject: [PATCH 1581/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid GoldenRod; } nav { - background: LightGray; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 60e359ccc2322ea97090cca3d0ba2f0d604b1964 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 18:19:34 +0000 Subject: [PATCH 1582/3208] KPT-22: Modals with Bisque accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Bisque; } nav { - background: GoldenRod; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From e97d905ca2aaea88131572d1f64245db79aad40b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 00:19:34 +0000 Subject: [PATCH 1583/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid White; } nav { - background: Bisque; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From b3856ad33107b698aba3d17ab3fbbb9647c165be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 02:34:35 +0000 Subject: [PATCH 1584/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid LightSeaGreen; } nav { - background: White; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 83a66d8c2029715a1c7f83f9fc151d66f6d9bfa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 03:19:34 +0000 Subject: [PATCH 1585/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Teal; } nav { - background: LightSeaGreen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From d14aa01e0e5cba83d1eecd64099d9188e2028bb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 04:49:35 +0000 Subject: [PATCH 1586/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid PowderBlue; } nav { - background: Teal; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From a89f22b14c6aa7b0b0bdbed8fa34d08c4c9b9df7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 09:19:34 +0000 Subject: [PATCH 1587/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DimGrey; } nav { - background: PowderBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1a208e9b3927cbc96eed9421a568f2a9df57f6e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 13:49:34 +0000 Subject: [PATCH 1588/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Silver; } nav { - background: DimGrey; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 9394dc53a71dc1d07e710db3619a5ee49fef86f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 01:04:35 +0000 Subject: [PATCH 1589/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid CornflowerBlue; } nav { - background: Silver; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9571be198cd223b34efa45217ba25247f410d544 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 02:34:35 +0000 Subject: [PATCH 1590/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkGrey; } nav { - background: CornflowerBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From df127991add93f83dadd801b7330dc36b591b1e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 03:19:34 +0000 Subject: [PATCH 1591/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Sienna; } nav { - background: DarkGrey; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From bbf5687ff239bed2f7ffd569ce38a38e376e506f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 06:19:35 +0000 Subject: [PATCH 1592/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Beige; } nav { - background: Sienna; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 6427dbaa8c45fb68697736ae8a96acfb209747b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 07:04:35 +0000 Subject: [PATCH 1593/3208] KPT-22: Modals with HoneyDew accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid HoneyDew; } nav { - background: Beige; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 95063d87e5768d9bed6d9b1077438b2369fc05ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 07:49:35 +0000 Subject: [PATCH 1594/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DeepPink; } nav { - background: HoneyDew; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From b1ef394fbdec97fe9886bb60f2463d67339076d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 09:19:35 +0000 Subject: [PATCH 1595/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Thistle; } nav { - background: DeepPink; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 9af7dcb83859ac2325d718f2b7ffdde14540786b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 13:49:35 +0000 Subject: [PATCH 1596/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid MediumVioletRed; } nav { - background: Thistle; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 669a84b7e3651ba055df5b9d3a2fbd3df528d364 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 15:19:34 +0000 Subject: [PATCH 1597/3208] KPT-22: Modals with Aqua accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Aqua; } nav { - background: MediumVioletRed; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 9577e863e90c8c6ce6baecf124552c407b308f4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 16:04:35 +0000 Subject: [PATCH 1598/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Blue; } nav { - background: Aqua; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 0c59aad1109dda8655d7f7b57a4d4d4ede3b206f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 16:49:35 +0000 Subject: [PATCH 1599/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Coral; } nav { - background: Blue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 0b9ded20b83b1f7852b28bf9836e2fde24825dfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 18:19:34 +0000 Subject: [PATCH 1600/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkOliveGreen; } nav { - background: Coral; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6420832959eeec1204af11aa366a17f6e1e9c12d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 19:49:35 +0000 Subject: [PATCH 1601/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Peru; } nav { - background: DarkOliveGreen; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 46e8f23d409c27f84eabd18ab436d0a40631a40b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 20:34:34 +0000 Subject: [PATCH 1602/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Chocolate; } nav { - background: Peru; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From fac7a1fe902785017eea7fdae708c05405f2b92a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 23:34:34 +0000 Subject: [PATCH 1603/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid PowderBlue; } nav { - background: Chocolate; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From fa578fa5273ea2311b0af4b147a3f4fa977a7c6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 02:34:34 +0000 Subject: [PATCH 1604/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: PowderBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From e07f68838cf0304b5198ae918fac4229c512db10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 06:19:34 +0000 Subject: [PATCH 1605/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid SeaGreen; } nav { - background: LightSlateGrey; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e1a9ad16374c35e6cc38b2bc01a6ca8c3a16a53e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 07:04:34 +0000 Subject: [PATCH 1606/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkGray; } nav { - background: SeaGreen; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 1322a680bf76692c7d862dd96d3b9b9f162e00e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 16:04:35 +0000 Subject: [PATCH 1607/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Brown; } nav { - background: DarkGray; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From e081c09fd01fda70936bbe055d2ef222992c554b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 22:04:35 +0000 Subject: [PATCH 1608/3208] KPT-24: Update background color to LightBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid LightBlue; } nav { - background: Brown; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1769a310fe6f57fc22ccecdf3d5673d679ed7734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 03:19:35 +0000 Subject: [PATCH 1609/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: LightBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 1d056b6eee6291751ef0444069640d8221389547 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 04:04:35 +0000 Subject: [PATCH 1610/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Red; } nav { - background: DarkGoldenRod; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 6d71c5e8ad6d7b86c35b18a4a8bbcbe1dddaf8ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 12:19:34 +0000 Subject: [PATCH 1611/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightCoral; } nav { - background: Red; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 38aba2e0eadfe838b73c65034db30475796b2ea4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 13:04:34 +0000 Subject: [PATCH 1612/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Wheat; } nav { - background: LightCoral; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From b0bd7c17f1cfa666a45d2b8d70228a44ea735692 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 16:49:34 +0000 Subject: [PATCH 1613/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Black; } nav { - background: Wheat; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From d5dda78e4ae4717bb5175b56ba9419111d76b9da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 21:19:34 +0000 Subject: [PATCH 1614/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid BlueViolet; } nav { - background: Black; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2a747d4e1caf1c7df87a37a5b9fb835b2d40ff39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 23:34:35 +0000 Subject: [PATCH 1615/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Yellow; } nav { - background: BlueViolet; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From fdff063312712b75effefe4143ffb3a92550daf3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 02:34:35 +0000 Subject: [PATCH 1616/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Brown; } nav { - background: Yellow; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 77bbd3532b7c12814984e6eb7e5a914974d39588 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 07:04:35 +0000 Subject: [PATCH 1617/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Orange; } nav { - background: Brown; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 4b06d33d8ed65cdc85cb1cde4bd66e2cc348dcdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 07:49:34 +0000 Subject: [PATCH 1618/3208] KPT-22: Modals with Aqua accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Aqua; } nav { - background: Orange; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 8534a957a3c33a1bacdee1a925586ddd7a9d4771 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 08:34:34 +0000 Subject: [PATCH 1619/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid ForestGreen; } nav { - background: Aqua; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From f20ca6267688bc6f53af5ba240ebed2dec0060e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 09:19:34 +0000 Subject: [PATCH 1620/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkViolet; } nav { - background: ForestGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From c09b62a0f4c4f2ad67b1dc88f3488c4651661e22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 10:04:34 +0000 Subject: [PATCH 1621/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkViolet; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0206f427b55028a9893fc6eff26d1bca7d5d49fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 12:19:34 +0000 Subject: [PATCH 1622/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Salmon; } nav { - background: CornflowerBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From cfade67741ea5e3455f38bf275fb1bfe593ad6f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 16:04:34 +0000 Subject: [PATCH 1623/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Khaki; } nav { - background: Salmon; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 804394699feb148da1a9c320f2b8349e6109734a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 03:19:35 +0000 Subject: [PATCH 1624/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Grey; } nav { - background: Khaki; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 2161963ef7b714ee1ee0bc7f599e4267f8ce3c0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 04:49:34 +0000 Subject: [PATCH 1625/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkGray; } nav { - background: Grey; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 197b1ef9a4a29cb238e40ad50fb94c38d7962607 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 07:04:34 +0000 Subject: [PATCH 1626/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkGray; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 74851d769daac962842646d93255fcc6f11c9f54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 12:19:35 +0000 Subject: [PATCH 1627/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Wheat; } nav { - background: CornflowerBlue; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 8a6253229ab8830e5f387f9cb07b4fc88c5733dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 16:49:35 +0000 Subject: [PATCH 1628/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Olive; } nav { - background: Wheat; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From b7598c39ae48b73e1e0d06456902d521a8a8b288 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 19:04:34 +0000 Subject: [PATCH 1629/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Orchid; } nav { - background: Olive; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From c283150af7a1eaa373c608bd8ed20aed432480bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 00:19:34 +0000 Subject: [PATCH 1630/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid MidnightBlue; } nav { - background: Orchid; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From af0b4e71de8ffcd0d09a43f9ef7f700db1c612b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 05:44:51 +0000 Subject: [PATCH 1631/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: MidnightBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From ea237e54fa9655057bb26bb2c9047f06897e24f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 07:14:51 +0000 Subject: [PATCH 1632/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid PaleGreen; } nav { - background: BlanchedAlmond; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 351df0d427f06cfdd009221d844a95718de2cd34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 10:14:51 +0000 Subject: [PATCH 1633/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Moccasin; } nav { - background: PaleGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From c5bbfe240afcd07e08c6059ae0e4c53b1fedabd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 22:14:51 +0000 Subject: [PATCH 1634/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SteelBlue; } nav { - background: Moccasin; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4772541179e28765cda9936a15e367473423340b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 23:44:52 +0000 Subject: [PATCH 1635/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: SteelBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6de70b4c223a51be05b428262b2aa9c23458aa9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 01:14:51 +0000 Subject: [PATCH 1636/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid DarkGrey; } nav { - background: MediumTurquoise; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From d6bf3677e62a16d7951cdaeca093d3bed59379f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 02:44:51 +0000 Subject: [PATCH 1637/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Beige; } nav { - background: DarkGrey; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 95a0811168a875f22dc1b4bce4acdbcbea3ec16b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 07:14:51 +0000 Subject: [PATCH 1638/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid HoneyDew; } nav { - background: Beige; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From e6a87de8b3a15ed73ff1d246c6698c1322ef4592 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 08:44:52 +0000 Subject: [PATCH 1639/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid SeaShell; } nav { - background: HoneyDew; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 7b1ec624a871e8ee21703bbed894050a58d04f18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 09:29:51 +0000 Subject: [PATCH 1640/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MediumVioletRed; } nav { - background: SeaShell; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 2f64c1837d98d849aa326cf97702227e4df5f4ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 10:14:51 +0000 Subject: [PATCH 1641/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Tan; } nav { - background: MediumVioletRed; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 8a2dc1159500082aad0db59754df084e1d8271ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 12:29:51 +0000 Subject: [PATCH 1642/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LightSteelBlue; } nav { - background: Tan; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 58ac4176252c61cece1d4c96155dcba4c18f528f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 13:14:51 +0000 Subject: [PATCH 1643/3208] KPT-24: Update background color to LimeGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LimeGreen; } nav { - background: LightSteelBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From b52254c6c19f4b32320bcf2650bc308f716b961f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 21:29:51 +0000 Subject: [PATCH 1644/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Blue; } nav { - background: LimeGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 9672840c81d26467925841fd1b91d18f80a9e5e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 23:44:52 +0000 Subject: [PATCH 1645/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid IndianRed; } nav { - background: Blue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 228588013fecf4214ae1fd26eeb131ff92dcfa64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 03:29:52 +0000 Subject: [PATCH 1646/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid SlateBlue; } nav { - background: IndianRed; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From c6876e4bc323da9414911ba7fba000e7e046a9be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 10:14:51 +0000 Subject: [PATCH 1647/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid DarkOrchid; } nav { - background: SlateBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 37662c40020124704e58e50ee7cf0bd873a2ce78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 11:44:51 +0000 Subject: [PATCH 1648/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid PaleTurquoise; } nav { - background: DarkOrchid; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 30ce08cae78f9a316ef9c387b51127dcff1a7ba8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 18:29:51 +0000 Subject: [PATCH 1649/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkBlue; } nav { - background: PaleTurquoise; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From bf238f486b580b7a2fa30100049a19257ec17c1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 20:44:51 +0000 Subject: [PATCH 1650/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Plum; } nav { - background: DarkBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From ff0025671340d0ca2e9120e804dd8e986e8344b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 23:44:51 +0000 Subject: [PATCH 1651/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Sienna; } nav { - background: Plum; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 0452e4894dd6e40974d79e34aed4205a996fffff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 01:14:52 +0000 Subject: [PATCH 1652/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid HoneyDew; } nav { - background: Sienna; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 736c90ab3f25f33002e7d2641c331a347517a8f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 04:14:51 +0000 Subject: [PATCH 1653/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid RebeccaPurple; } nav { - background: HoneyDew; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From e67c40b72bbc5f180635e95ad0d42c98bed5cc01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 04:59:51 +0000 Subject: [PATCH 1654/3208] KPT-24: Update background color to DarkBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkBlue; } nav { - background: RebeccaPurple; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 268f9b57659471150f6496f2c1c73811a8939158 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 05:44:51 +0000 Subject: [PATCH 1655/3208] KPT-22: Modals with LightCyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LightCyan; } nav { - background: DarkBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From a7977c9baa9e65999789aeda2a4ed5f661f21914 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 08:44:51 +0000 Subject: [PATCH 1656/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Aquamarine; } nav { - background: LightCyan; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From b85ee09393e12d1acb41dbd0e42be487a351f14b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 09:29:52 +0000 Subject: [PATCH 1657/3208] KPT-22: Modals with Red accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Red; } nav { - background: Aquamarine; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From f1a32c463cab93c188ff349edbc1e31cd6d1bcdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 14:44:51 +0000 Subject: [PATCH 1658/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid HotPink; } nav { - background: Red; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 5cfeb171f8970824f47619b177f25b7006a531df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 15:29:51 +0000 Subject: [PATCH 1659/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkCyan; } nav { - background: HotPink; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 3ff73ccc139295eb8fc2805fb9bcbf8e3b7e5f41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 16:59:51 +0000 Subject: [PATCH 1660/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid PowderBlue; } nav { - background: DarkCyan; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From b805012a65aeb9c1da81133731160c0748f47986 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 21:29:52 +0000 Subject: [PATCH 1661/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Tan; } nav { - background: PowderBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From aa2f21b03fc63d18e8c6612f522ebe5efd7cabe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 01:59:51 +0000 Subject: [PATCH 1662/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LavenderBlush; } nav { - background: Tan; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 17b6070277053716b563ecfe3684d8df36a95f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 02:44:51 +0000 Subject: [PATCH 1663/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid MediumSlateBlue; } nav { - background: LavenderBlush; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7707612647f754aa059ce039707667ee52f9fbe6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 05:44:51 +0000 Subject: [PATCH 1664/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DarkBlue; } nav { - background: MediumSlateBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8e66a7b04eef850a78cce9db7bf581db4a69a0a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 07:14:51 +0000 Subject: [PATCH 1665/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid HoneyDew; } nav { - background: DarkBlue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 6bc0c716ddf6a4a4b7bcf0811a855d62b556f105 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 13:59:51 +0000 Subject: [PATCH 1666/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DarkSlateGray; } nav { - background: HoneyDew; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 7aa22d0612cc3a593a0c49265b94f0958aafa095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 16:14:51 +0000 Subject: [PATCH 1667/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkSlateGray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7cb01591d181701e669335c3f1770ec43618852d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 17:44:52 +0000 Subject: [PATCH 1668/3208] KPT-24: Update background color to Moccasin --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Moccasin; } nav { - background: MediumTurquoise; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 6b197bbff9e53bd996f9096d028e42f8fea07118 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 19:14:52 +0000 Subject: [PATCH 1669/3208] KPT-22: Modals with PaleGoldenRod accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PaleGoldenRod; } nav { - background: Moccasin; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 9e6cdb3d38017cbc09f02625dfcbf814fa7761b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 19:59:51 +0000 Subject: [PATCH 1670/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid OldLace; } nav { - background: PaleGoldenRod; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 98413763ef3a0bad0eb8c780cdf654184010afa1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 20:44:51 +0000 Subject: [PATCH 1671/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid PaleGreen; } nav { - background: OldLace; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 06b9e737d3326ebce2094c05362a28457c230e0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 23:44:51 +0000 Subject: [PATCH 1672/3208] KPT-22: Modals with Magenta accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Magenta; } nav { - background: PaleGreen; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 4c076064e34549dab6255567fd1e1deff0cf8182 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 07:14:51 +0000 Subject: [PATCH 1673/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Maroon; } nav { - background: Magenta; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 7251935ee425cb7cbe29be5f4385a80886815277 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 10:59:52 +0000 Subject: [PATCH 1674/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkOrange; } nav { - background: Maroon; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 1289ab522a47b1c40385ef4d4378821804416b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 12:29:51 +0000 Subject: [PATCH 1675/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid AliceBlue; } nav { - background: DarkOrange; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2082c35a25fbdd4ecdbc07965427b34df03e43ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 13:59:51 +0000 Subject: [PATCH 1676/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LightSalmon; } nav { - background: AliceBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From bb65f184e74064cb49c741308e2c1cab06e54be9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 20:44:51 +0000 Subject: [PATCH 1677/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid SlateGrey; } nav { - background: LightSalmon; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 552c782add17cf40693db3e2275ecdcd1ca7d7cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 22:14:51 +0000 Subject: [PATCH 1678/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MidnightBlue; } nav { - background: SlateGrey; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5442b9fb0a2cd8144d30444aa4059e1fee12abb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 23:44:52 +0000 Subject: [PATCH 1679/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: MidnightBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From e6f80b438972a336a3fb06158cb345cdc4867a3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 01:14:51 +0000 Subject: [PATCH 1680/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightSlateGrey; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From a759d87702cb07833abb34d2a7eb47eaa7a41dc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 06:29:51 +0000 Subject: [PATCH 1681/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Brown; } nav { - background: MediumAquaMarine; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 9ca1298b66cfa321537764d0bbac733ca4cbc5c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 09:29:51 +0000 Subject: [PATCH 1682/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkGrey; } nav { - background: Brown; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 70a7f8e3762d46116befd51701f09a5a4dc77ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 13:14:52 +0000 Subject: [PATCH 1683/3208] KPT-22: Modals with MediumVioletRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkGrey; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 7147425456af1bfbbfb3184ea7569a09ae6bf1e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 14:44:51 +0000 Subject: [PATCH 1684/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid GoldenRod; } nav { - background: MediumVioletRed; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 33dcd4a4fee93a3e1364cb745c0cd079b9481dfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 16:59:52 +0000 Subject: [PATCH 1685/3208] KPT-22: Modals with LightSlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LightSlateGray; } nav { - background: GoldenRod; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 761d86bdf11242d1663e053f862705dcaed72370 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 18:29:52 +0000 Subject: [PATCH 1686/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid LightSteelBlue; } nav { - background: LightSlateGray; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From a734be302415fd9e8c9895738e365bdf67d57211 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 19:59:52 +0000 Subject: [PATCH 1687/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid SkyBlue; } nav { - background: LightSteelBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a53cc6d8dd74740e590361eb99c3ebef394f542c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 23:44:54 +0000 Subject: [PATCH 1688/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Khaki; } nav { - background: SkyBlue; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 5d030aa0daf614c72012c038f49410f8ded3e94c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 01:14:51 +0000 Subject: [PATCH 1689/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Peru; } nav { - background: Khaki; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 6b0f82ce27aa75e473d98d9439af2023b29e5cf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 07:59:51 +0000 Subject: [PATCH 1690/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid LemonChiffon; } nav { - background: Peru; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 67da07dbd9c55cb6b7c5a513b4a48ae46d66460f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 10:14:51 +0000 Subject: [PATCH 1691/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkOliveGreen; } nav { - background: LemonChiffon; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5b8d9b7897d0c704c44f6a0cf181dca44228ec3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 13:59:54 +0000 Subject: [PATCH 1692/3208] KPT-24: Update background color to DimGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DimGrey; } nav { - background: DarkOliveGreen; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From bb9ec06a544a5dfcfceb4512a9ac4bfc89a1cb6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 15:29:52 +0000 Subject: [PATCH 1693/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid SaddleBrown; } nav { - background: DimGrey; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7b9e4e0c0160aad04ae51ab062d444b93b37fbb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 17:44:54 +0000 Subject: [PATCH 1694/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid IndianRed; } nav { - background: SaddleBrown; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From c198db5ae37c514893b3be7d62d64e6ac342d11f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 19:59:52 +0000 Subject: [PATCH 1695/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkMagenta; } nav { - background: IndianRed; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From e2a19b2970b303618f9cc15283eecfeabe0bac45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 05:44:51 +0000 Subject: [PATCH 1696/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkMagenta; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6097973da5b64e65ed197d72275195002d9bd0f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 07:14:52 +0000 Subject: [PATCH 1697/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkSlateGray; } nav { - background: MediumSpringGreen; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 586c77cbe6c8b80afa16c4d3b1afb026e2c3a618 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 09:29:52 +0000 Subject: [PATCH 1698/3208] KPT-22: Modals with OliveDrab accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid OliveDrab; } nav { - background: DarkSlateGray; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 10be2570216dccc449d3d1cd5c847b2decd75615 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 10:14:52 +0000 Subject: [PATCH 1699/3208] KPT-22: Modals with LightPink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightPink; } nav { - background: OliveDrab; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From d59bb1f6c5e32241c8116f8a00dd9b93b2c42f3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 10:59:52 +0000 Subject: [PATCH 1700/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid LightSkyBlue; } nav { - background: LightPink; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 149c0431d4f79c4b8478a856ef81e34258c9d7c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 16:14:52 +0000 Subject: [PATCH 1701/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Lime; } nav { - background: LightSkyBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From a3f6373f3fd7496f594579d1c5dc3276a3adc012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 19:14:51 +0000 Subject: [PATCH 1702/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid HoneyDew; } nav { - background: Lime; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From d534d19ca39e94ed1d50511f2dc0acc0fe3708c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 20:44:51 +0000 Subject: [PATCH 1703/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Peru; } nav { - background: HoneyDew; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 3e9e820be0d454bace4595beb4815b6074f53772 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 21:04:07 +0000 Subject: [PATCH 1704/3208] KPT-22: Modals with SlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid SlateGray; } nav { - background: Peru; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From fdb9a32baec135282c71220325f90ee5158475dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 02:19:07 +0000 Subject: [PATCH 1705/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Magenta; } nav { - background: SlateGray; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From c41a9ad604e935aeeda40e7862195eaccc4cb2ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 03:04:07 +0000 Subject: [PATCH 1706/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightGrey; } nav { - background: Magenta; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3dff2c2852b5092c23b04eec104e3778b5d607e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 06:04:07 +0000 Subject: [PATCH 1707/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DarkGray; } nav { - background: LightGrey; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 541d7cd6ed5fb657309f46bcd5bcc795ccca394b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 08:19:07 +0000 Subject: [PATCH 1708/3208] KPT-22: Modals with PaleGoldenRod accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkGray; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From ac230ea3b8ac6705adb6abad1c2c6844ac60dd0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 15:04:07 +0000 Subject: [PATCH 1709/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid RebeccaPurple; } nav { - background: PaleGoldenRod; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From c39067e9f92669859436d37e42f230078f8e5cf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 21:49:07 +0000 Subject: [PATCH 1710/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid FireBrick; } nav { - background: RebeccaPurple; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From c324b333708be68e1d3906e9718d5f6279285e4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 15:49:08 +0000 Subject: [PATCH 1711/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DeepSkyBlue; } nav { - background: FireBrick; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From ec55e78516aae720422adfb2b7e5874454c3dcee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 16:34:07 +0000 Subject: [PATCH 1712/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Yellow; } nav { - background: DeepSkyBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 9c19fe98c4c5b75a0b90d68f8d336852d049dc93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 18:04:07 +0000 Subject: [PATCH 1713/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LawnGreen; } nav { - background: Yellow; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9791e00d268a50408e10a65c57d756ed79cfba23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 00:49:07 +0000 Subject: [PATCH 1714/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Aqua; } nav { - background: LawnGreen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 739c1f2a4e6216fb0e5591a711c94a960c14ceef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 01:34:08 +0000 Subject: [PATCH 1715/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid SlateBlue; } nav { - background: Aqua; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4a69256a63bd7ad5d93eb06c3d47607d10762a90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 02:19:07 +0000 Subject: [PATCH 1716/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PowderBlue; } nav { - background: SlateBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 350b36165fa8198f813274efc2878f9bc1a6e860 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 06:49:08 +0000 Subject: [PATCH 1717/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid AliceBlue; } nav { - background: PowderBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 04715c55d5894432eb19e91a553b107158fc5812 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 08:19:08 +0000 Subject: [PATCH 1718/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Navy; } nav { - background: AliceBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From db88f3dffe2313ede8a3f792cd491b399e116428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 19:34:07 +0000 Subject: [PATCH 1719/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid AntiqueWhite; } nav { - background: Navy; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 6813e9bb63336928509f7aee3b08a772c99dc34b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 20:19:07 +0000 Subject: [PATCH 1720/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Aquamarine; } nav { - background: AntiqueWhite; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From e60316087ce3ea2dbeac2ccf7872583378ea6116 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 04:34:07 +0000 Subject: [PATCH 1721/3208] KPT-24: Update background color to Sienna --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Sienna; } nav { - background: Aquamarine; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 899462c2695d170d1b82fdbd9b8f5a018e1618cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 06:04:08 +0000 Subject: [PATCH 1722/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid YellowGreen; } nav { - background: Sienna; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6c39fad828ec37b571b6a320cc5d34fc2740e236 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 12:04:07 +0000 Subject: [PATCH 1723/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid BlueViolet; } nav { - background: YellowGreen; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 9f0451dd11e2b21537edb983f8970cd06c38d630 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 18:04:08 +0000 Subject: [PATCH 1724/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Silver; } nav { - background: BlueViolet; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From a6c431a69e8ab2fac3c59ef89def7598fe3b58ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 20:19:07 +0000 Subject: [PATCH 1725/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid NavajoWhite; } nav { - background: Silver; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1d7225fd0c8204c48d721b60e5e19cca6e551dcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 21:04:07 +0000 Subject: [PATCH 1726/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid PeachPuff; } nav { - background: NavajoWhite; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From bd92f83787f3804832b690fbf7fdf2697c112ad7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 21:49:08 +0000 Subject: [PATCH 1727/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid HoneyDew; } nav { - background: PeachPuff; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 7f4593612aec2a0024d61347671d3c4db2d326ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 02:19:08 +0000 Subject: [PATCH 1728/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DeepSkyBlue; } nav { - background: HoneyDew; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a9f3bef9cd2c81c1d7504ea3e881d0e50d6439e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 03:04:08 +0000 Subject: [PATCH 1729/3208] KPT-22: Modals with Indigo accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Indigo; } nav { - background: DeepSkyBlue; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 86bdc67b5e58ee8892ccbe3ab1f9c2edb95c7cdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 06:04:07 +0000 Subject: [PATCH 1730/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Moccasin; } nav { - background: Indigo; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 70023c77d1aafedec90cb5c4ff02e5431310c6a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 06:49:07 +0000 Subject: [PATCH 1731/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Teal; } nav { - background: Moccasin; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 8a91464ff50c1bc5d15742132018b8325c34f529 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 09:04:08 +0000 Subject: [PATCH 1732/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Red; } nav { - background: Teal; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From a3a29019f1f717a345d309921ac3e565b93d067e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 09:49:10 +0000 Subject: [PATCH 1733/3208] KPT-22: Modals with Gray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Gray; } nav { - background: Red; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 4a9e8bd34bc0f113e63e2f588f0a9f658a256d5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 14:19:07 +0000 Subject: [PATCH 1734/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkViolet; } nav { - background: Gray; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 34e4f8cfe20ff3e1ca4e38c57eba89dfb4a0a547 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 16:34:08 +0000 Subject: [PATCH 1735/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LightGrey; } nav { - background: DarkViolet; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From c0446b2e86456c38ea58f8f09d027d64e7f679d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 18:49:07 +0000 Subject: [PATCH 1736/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Wheat; } nav { - background: LightGrey; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From a19e06e20bfacc975a35f4bbe35424659ba96905 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 19:34:07 +0000 Subject: [PATCH 1737/3208] KPT-22: Modals with LightSalmon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightSalmon; } nav { - background: Wheat; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 5c2531f5cf5412d32e2e05efde3bfe2cb155e9a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 01:34:08 +0000 Subject: [PATCH 1738/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkGray; } nav { - background: LightSalmon; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 6a9a5406ab68134486678d3450e5f60df7036aa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 13:34:07 +0000 Subject: [PATCH 1739/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightCoral; } nav { - background: DarkGray; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 3ee3cca55bb2c84bc49519c8f06db901c99c18a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 18:04:07 +0000 Subject: [PATCH 1740/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LavenderBlush; } nav { - background: LightCoral; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From d76af4ea7e29f9533d4029df21ca3311fca0a39d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 21:04:08 +0000 Subject: [PATCH 1741/3208] KPT-24: Update background color to DarkOliveGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DarkOliveGreen; } nav { - background: LavenderBlush; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1c92677867441a3c4884e22033f43c98abc7be94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 21:49:07 +0000 Subject: [PATCH 1742/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkOliveGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 070a83ca4bd7848f3370eb212737c41f8520a3e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 23:19:08 +0000 Subject: [PATCH 1743/3208] KPT-22: Modals with DodgerBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DodgerBlue; } nav { - background: RebeccaPurple; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3a863950aa735c417c128e706876453d62b8e7d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 10:34:07 +0000 Subject: [PATCH 1744/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: DodgerBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From ad4f2649b29185fdefb2372d492b3e020f1da236 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 18:49:07 +0000 Subject: [PATCH 1745/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightSeaGreen; } nav { - background: MediumTurquoise; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 555f0b6bb9a5f0dd4bc88f6850d60f2df00a18ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 21:04:08 +0000 Subject: [PATCH 1746/3208] KPT-24: Update background color to LightCoral --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightCoral; } nav { - background: LightSeaGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 9f33f1c267b40821718cda016491c274c7a9a657 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 23:19:07 +0000 Subject: [PATCH 1747/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Lime; } nav { - background: LightCoral; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 128c0b0ad35077699ed1a17f4af76e3e7cd2ef96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 00:04:08 +0000 Subject: [PATCH 1748/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid BlanchedAlmond; } nav { - background: Lime; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 0f668cb9a519ff340dfcf82f586095b06fc234aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 02:19:08 +0000 Subject: [PATCH 1749/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DimGrey; } nav { - background: BlanchedAlmond; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From fb575ad18f9a49b2674e60e58dee7e448abe5a57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 05:19:08 +0000 Subject: [PATCH 1750/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LightCyan; } nav { - background: DimGrey; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 15fa98b3c4ea6c5067f9e092136a4efa27fc558d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 06:04:08 +0000 Subject: [PATCH 1751/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LightPink; } nav { - background: LightCyan; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 8e34e0437ce4452aa4eaa74529e5f9f6ec4f901e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 06:49:07 +0000 Subject: [PATCH 1752/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Black; } nav { - background: LightPink; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From f66b3fb09b13e3c181356fe6bf02b909392cab44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 08:19:08 +0000 Subject: [PATCH 1753/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LightCyan; } nav { - background: Black; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 4878962ab20c7e12d255ee6e00419638902890a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 15:49:08 +0000 Subject: [PATCH 1754/3208] KPT-24: Update background color to SpringGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid SpringGreen; } nav { - background: LightCyan; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 85ed238fdcbaab150317f6cf4f06eb2c874e7ba2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 18:04:08 +0000 Subject: [PATCH 1755/3208] KPT-24: Update background color to Silver --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Silver; } nav { - background: SpringGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 40835e1452276b04aa0c21ef6572bb84bbda02d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 00:04:07 +0000 Subject: [PATCH 1756/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Thistle; } nav { - background: Silver; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 233021f3c0dba7b78986d02014a71c44b6d19e05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 04:34:07 +0000 Subject: [PATCH 1757/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid GoldenRod; } nav { - background: Thistle; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 7ca485eb09d6921a22360999e28bcdd058dca29e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 06:49:08 +0000 Subject: [PATCH 1758/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid SkyBlue; } nav { - background: GoldenRod; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 42ac401d09201de70806ca279dc617db1f92ef9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 10:34:08 +0000 Subject: [PATCH 1759/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Purple; } nav { - background: SkyBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 60443915c91f2f33f9875f135d7dd9276c2edc9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 13:34:07 +0000 Subject: [PATCH 1760/3208] KPT-24: Update background color to White --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid White; } nav { - background: Purple; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 268dc4900776f8f083aba9846ed5b720869dcd8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 16:34:08 +0000 Subject: [PATCH 1761/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Silver; } nav { - background: White; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 4d116f1c70350ac876abaa08b705de149656431f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 21:04:07 +0000 Subject: [PATCH 1762/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid SeaShell; } nav { - background: Silver; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 933b3e03eb41425450559cafa0547e655a13c5dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 23:19:07 +0000 Subject: [PATCH 1763/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Beige; } nav { - background: SeaShell; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From e8e6045f3d6773c5e73a70fc838df09481bac180 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 00:04:08 +0000 Subject: [PATCH 1764/3208] KPT-22: Modals with Black accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Black; } nav { - background: Beige; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 8e2032178e4073ae8f3e3929e8032b8edb09df4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 02:19:08 +0000 Subject: [PATCH 1765/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Yellow; } nav { - background: Black; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c18751486b753e250bfb4ed08e2704936dfa22cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 05:19:08 +0000 Subject: [PATCH 1766/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid AntiqueWhite; } nav { - background: Yellow; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 6e24c2f18b66d635fa1db63c3970989a2b5c2532 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 06:04:08 +0000 Subject: [PATCH 1767/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Moccasin; } nav { - background: AntiqueWhite; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From a216d94236f8b148fce8d9cf57f196f945e0e2aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 09:04:08 +0000 Subject: [PATCH 1768/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid DarkOrchid; } nav { - background: Moccasin; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 7ffebea2022e33bab10b96be0b8b03f883792ad9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 12:04:07 +0000 Subject: [PATCH 1769/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Tan; } nav { - background: DarkOrchid; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 0d7cc254762bea261ca406b4b5b41c6978d0c66f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 20:19:08 +0000 Subject: [PATCH 1770/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Khaki; } nav { - background: Tan; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 60b08b820c8f1ab68480bed8520e7a1c27d8d196 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 01:34:07 +0000 Subject: [PATCH 1771/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid LawnGreen; } nav { - background: Khaki; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From e398d86c6177d886b3b1246d4c46a56428182682 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 03:04:08 +0000 Subject: [PATCH 1772/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: LawnGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 4f8a4e9e1b9ab4f8b5378fa53338eafe10da4dd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 06:04:08 +0000 Subject: [PATCH 1773/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid MediumSpringGreen; } nav { - background: MediumVioletRed; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5be0ddf06ec95fee7d6d5f0ceb86311190dbc24d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 10:34:07 +0000 Subject: [PATCH 1774/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: MediumSpringGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From b25e4cb854d07e133894d2f2015a57ed4e2bddad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 19:34:07 +0000 Subject: [PATCH 1775/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid RebeccaPurple; } nav { - background: MediumVioletRed; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 7c01d0ca1d38278f7277f2038586bb26385d32d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 20:19:08 +0000 Subject: [PATCH 1776/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Gray; } nav { - background: RebeccaPurple; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From a5cc3a58e04aac5ea29f693d460d9e20b68ca3c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 21:49:08 +0000 Subject: [PATCH 1777/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid SlateGrey; } nav { - background: Gray; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 15669312b783101b7b566c3389a2ee9c587568ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 11:19:07 +0000 Subject: [PATCH 1778/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MistyRose; } nav { - background: SlateGrey; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From b6457ec2f12f378b08ab873347d1e45865068824 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 12:04:07 +0000 Subject: [PATCH 1779/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid LightBlue; } nav { - background: MistyRose; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 419ccc566c481cf190bad95a739f5c09b8359474 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 13:34:07 +0000 Subject: [PATCH 1780/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid OliveDrab; } nav { - background: LightBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 8a372cd81a044f71446360952eaa771e95e482a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 17:19:09 +0000 Subject: [PATCH 1781/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid DarkSlateGrey; } nav { - background: OliveDrab; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9a2bb611642beaa76fe62b394332bf8ef32b1e6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 18:04:08 +0000 Subject: [PATCH 1782/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkSlateGrey; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b553d0009d9e5507801d7da0bf16d19b5e1a817c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 18:49:08 +0000 Subject: [PATCH 1783/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Sienna; } nav { - background: DarkSlateBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 9448a66d5b1fe33c1cf0aad8f0864cae25b7ab8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 00:49:07 +0000 Subject: [PATCH 1784/3208] KPT-22: Modals with DarkSlateBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkSlateBlue; } nav { - background: Sienna; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 79efe12bf318d48b712a1322049c06c1dc045654 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 01:34:07 +0000 Subject: [PATCH 1785/3208] KPT-22: Modals with MediumSpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkSlateBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a394d31d5dd8c8b5a5437c01bd4fbc730f21160e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 06:49:08 +0000 Subject: [PATCH 1786/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkMagenta; } nav { - background: MediumSpringGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 9d4233b84d2b41b9822b1f64edd401140a2ae192 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 09:49:07 +0000 Subject: [PATCH 1787/3208] KPT-22: Modals with Orchid accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Orchid; } nav { - background: DarkMagenta; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From e9bc606bd4e78d5c0655ac81d2104700c8bcbba8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 15:49:08 +0000 Subject: [PATCH 1788/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid WhiteSmoke; } nav { - background: Orchid; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 77fdb295cb809f48879df05fe4cafb9ae9e03153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 17:19:08 +0000 Subject: [PATCH 1789/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Silver; } nav { - background: WhiteSmoke; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From d7f8a6a186f3e16c099b2fd697ed0f7c5b38db68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 19:34:08 +0000 Subject: [PATCH 1790/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkOliveGreen; } nav { - background: Silver; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From b0f515a7ed574740d76b14287f5baabbdb90f67c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 21:49:07 +0000 Subject: [PATCH 1791/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Pink; } nav { - background: DarkOliveGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 1316b2ac1065239b968bf0a152b3578d7fb5616d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 23:19:07 +0000 Subject: [PATCH 1792/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid SaddleBrown; } nav { - background: Pink; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6b8b058df88ef164408534fc08a9aa186864f4c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 03:04:07 +0000 Subject: [PATCH 1793/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DarkTurquoise; } nav { - background: SaddleBrown; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3887769b7d2a8269abcbf4a4e5569758540acde7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 05:19:07 +0000 Subject: [PATCH 1794/3208] KPT-22: Modals with Sienna accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Sienna; } nav { - background: DarkTurquoise; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 3d9ff83bd1399ed5c2faa3722827d1cf1c489153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 06:04:07 +0000 Subject: [PATCH 1795/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Navy; } nav { - background: Sienna; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 70eca5b50ecb25f77517409ce541c6a98c9dd608 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 11:19:07 +0000 Subject: [PATCH 1796/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DarkOrchid; } nav { - background: Navy; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 7905c02fcc6a090b244be3906c24e452bcd2df68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 12:49:07 +0000 Subject: [PATCH 1797/3208] KPT-24: Update background color to CornflowerBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkOrchid; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0e3d81624122d9af8eeff17d78e7f43ebe0ab934 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 15:04:07 +0000 Subject: [PATCH 1798/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid OliveDrab; } nav { - background: CornflowerBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 917d08682598de929a255520c374e1d406b726ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 18:49:07 +0000 Subject: [PATCH 1799/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SeaShell; } nav { - background: OliveDrab; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From df3b4028a4f3f74dc4c94dc7b5add13bb3d6aad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 02:19:07 +0000 Subject: [PATCH 1800/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Azure; } nav { - background: SeaShell; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 15d70beb5dc7532660ec50074d052fb7f3f0f9b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 03:04:07 +0000 Subject: [PATCH 1801/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid PapayaWhip; } nav { - background: Azure; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From b186a6507125c98578c6c03e77a02d4c9387c8dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 04:34:08 +0000 Subject: [PATCH 1802/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Gold; } nav { - background: PapayaWhip; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 11dc7acc6f211e43ab24f2ca3b305c7a95834490 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 10:34:07 +0000 Subject: [PATCH 1803/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightSkyBlue; } nav { - background: Gold; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a2e0b48662d0f7d0999f81619831bcf59be638ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 17:19:09 +0000 Subject: [PATCH 1804/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightSkyBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 3b1af7c6aa4ed285d68906d1adec2384ae625732 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 00:49:08 +0000 Subject: [PATCH 1805/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkRed; } nav { - background: MediumAquaMarine; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 3e7d24bb8fb3ce006731055c6678a02180ba8f46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 06:49:08 +0000 Subject: [PATCH 1806/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightSlateGray; } nav { - background: DarkRed; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e41391143278512842b066503589fe50f266de8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 07:34:07 +0000 Subject: [PATCH 1807/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Green; } nav { - background: LightSlateGray; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From f322ae8513c2826b3a986fbfe26c5f56ba49ee48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 08:19:08 +0000 Subject: [PATCH 1808/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Violet; } nav { - background: Green; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 17124813f7d81ebcef75a3d2fb8b44bea5665e01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 15:49:08 +0000 Subject: [PATCH 1809/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid SeaGreen; } nav { - background: Violet; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b552967c250ea7d10fbbd9cca5ac0ffecbd98504 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 16:34:07 +0000 Subject: [PATCH 1810/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid NavajoWhite; } nav { - background: SeaGreen; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From b1f65dc2d2e14c79877598e5f0e114f4eb97a286 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 19:34:08 +0000 Subject: [PATCH 1811/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LimeGreen; } nav { - background: NavajoWhite; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 74c993144107d08b6fa4a4ecc958440bf675b459 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 06:04:07 +0000 Subject: [PATCH 1812/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Maroon; } nav { - background: LimeGreen; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 201f77d07698521bdb01b1ebc6f3941532970752 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 07:34:08 +0000 Subject: [PATCH 1813/3208] KPT-22: Modals with Chartreuse accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Chartreuse; } nav { - background: Maroon; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From a951b9494c05cc2843bd571f1c5bcb296b4638b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 09:49:07 +0000 Subject: [PATCH 1814/3208] KPT-22: Modals with Tomato accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Tomato; } nav { - background: Chartreuse; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c3e698999b6dae630e98ebc765b0a90f20bcf065 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 17:19:09 +0000 Subject: [PATCH 1815/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LightSlateGray; } nav { - background: Tomato; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 0d00853cbf1381cf59baede6885cf5bd4c1affaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 18:04:07 +0000 Subject: [PATCH 1816/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid FloralWhite; } nav { - background: LightSlateGray; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From cae3d92172ee33dbd0dc375e0d18251aad7b16ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 21:04:07 +0000 Subject: [PATCH 1817/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LightSlateGray; } nav { - background: FloralWhite; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 929c96543a38a6a562f121700ce3f0a1f553ecfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 21:49:08 +0000 Subject: [PATCH 1818/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkSeaGreen; } nav { - background: LightSlateGray; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 89ebc1a9529a49e954874bba1242709f3b432f60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 00:04:07 +0000 Subject: [PATCH 1819/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkSeaGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c366b467acca94bf5c15b0c13fc6989ddee5f0d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 01:34:08 +0000 Subject: [PATCH 1820/3208] KPT-24: Update background color to Moccasin --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Moccasin; } nav { - background: MediumSeaGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 8f2e14546c3ed143a699e2b72506118e4bb67103 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 02:19:07 +0000 Subject: [PATCH 1821/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Wheat; } nav { - background: Moccasin; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 0c87abe0e1e2f5f22e095002b5740e71c0b052ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 03:04:08 +0000 Subject: [PATCH 1822/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid AliceBlue; } nav { - background: Wheat; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2c44c49ca25251cd2645286227a2f87c33c5291f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 09:04:07 +0000 Subject: [PATCH 1823/3208] KPT-22: Modals with Pink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Pink; } nav { - background: AliceBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From ed53bf59b171886fd29cf793272069606bdb176f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 15:04:07 +0000 Subject: [PATCH 1824/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid FireBrick; } nav { - background: Pink; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 154c9874863fecb933d30c0ea5d2fd15700bcd0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 16:34:08 +0000 Subject: [PATCH 1825/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkSalmon; } nav { - background: FireBrick; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a9ce58481d8b26135cac7837ae046735b1d8bc69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 17:19:09 +0000 Subject: [PATCH 1826/3208] KPT-24: Update background color to OliveDrab --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid OliveDrab; } nav { - background: DarkSalmon; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 5a00c33c976cdb5281b5f6eeaf66ae84f7df223b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 18:49:08 +0000 Subject: [PATCH 1827/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Blue; } nav { - background: OliveDrab; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 4db3509e7c5d3cd292c9044f08c3e904d4d0ef67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 20:19:08 +0000 Subject: [PATCH 1828/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid OliveDrab; } nav { - background: Blue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 9434a38ce12ff38c8db7ae268381bb3926fc6099 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 21:49:08 +0000 Subject: [PATCH 1829/3208] KPT-24: Update background color to LightSeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightSeaGreen; } nav { - background: OliveDrab; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4ef1cc420b69736692dab5de5ce8cfeaaf6c292d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 01:34:07 +0000 Subject: [PATCH 1830/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Gold; } nav { - background: LightSeaGreen; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 2195788e9a51ca9d8c43cf4b0b271354f40cf454 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 06:49:08 +0000 Subject: [PATCH 1831/3208] KPT-22: Modals with LightBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightBlue; } nav { - background: Gold; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7ab4a4a76b985a6f581a8701e3f53504fb626fef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 09:04:07 +0000 Subject: [PATCH 1832/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid CadetBlue; } nav { - background: LightBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3fa4fc0846965380a23c203c19c1d47e27a700b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 10:34:07 +0000 Subject: [PATCH 1833/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Aquamarine; } nav { - background: CadetBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 42196173feb1ec0034a89e29ad89ab6482447415 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 18:49:08 +0000 Subject: [PATCH 1834/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkSlateGray; } nav { - background: Aquamarine; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5853ce73cd67731e0b16f50e53e82b505f14846b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 21:04:07 +0000 Subject: [PATCH 1835/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkGrey; } nav { - background: DarkSlateGray; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From ad3fc3deee56b0a7bb75b92a820b38679d97a97e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 21:49:07 +0000 Subject: [PATCH 1836/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid AliceBlue; } nav { - background: DarkGrey; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From f90dc43576310f0f4270d4b51c99f78df743ade1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 23:19:07 +0000 Subject: [PATCH 1837/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid LightBlue; } nav { - background: AliceBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 259bbfd2f477ab7b5713523e4e493e357787b06e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 00:04:08 +0000 Subject: [PATCH 1838/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid LemonChiffon; } nav { - background: LightBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From cbf59ca05c89bc7edbeaaa007b93b27b27c7efe6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 01:34:08 +0000 Subject: [PATCH 1839/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkSlateBlue; } nav { - background: LemonChiffon; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4a48ea99f5d62a9f5f2fd95beb18a7e41710af08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 03:04:08 +0000 Subject: [PATCH 1840/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DarkOrchid; } nav { - background: DarkSlateBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f0b262ed2da1d48f3830d569033cd8186ca4c662 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 06:49:07 +0000 Subject: [PATCH 1841/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Brown; } nav { - background: DarkOrchid; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 21778143c0c26635b4e72d671c3e85a5083eef84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 09:49:07 +0000 Subject: [PATCH 1842/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid PaleGoldenRod; } nav { - background: Brown; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 19643bf2f1421cd2960bdeefb03d80a77f986637 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 10:34:08 +0000 Subject: [PATCH 1843/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid MistyRose; } nav { - background: PaleGoldenRod; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From e90157d5a2326da9b5d0b32b169c5ba76eecaa62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 14:19:09 +0000 Subject: [PATCH 1844/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkRed; } nav { - background: MistyRose; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From d50d01932f24e471343cf1f6a0d45ce39bcd7f91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 15:49:08 +0000 Subject: [PATCH 1845/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkKhaki; } nav { - background: DarkRed; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 49e6038b59ddbd82149b5aa910aa28ab8ad12e19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 00:49:07 +0000 Subject: [PATCH 1846/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkKhaki; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3f5cda5818684f0c298ab46a71bc9e8281093e01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 01:34:07 +0000 Subject: [PATCH 1847/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Aquamarine; } nav { - background: DarkSlateBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 72458829e57ad038bb6920a843507013d4610f9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 03:04:07 +0000 Subject: [PATCH 1848/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid WhiteSmoke; } nav { - background: Aquamarine; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From d36eb1c49ebb709f9a67a846fddc825bfe021c2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 03:49:07 +0000 Subject: [PATCH 1849/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Lavender; } nav { - background: WhiteSmoke; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 109825725e001820625e4063e4425e67f5da1618 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 10:34:07 +0000 Subject: [PATCH 1850/3208] KPT-22: Modals with Gray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Gray; } nav { - background: Lavender; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 470f0ec2ba5811d29a524f4986adbe011e8b54ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 15:49:07 +0000 Subject: [PATCH 1851/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid MediumOrchid; } nav { - background: Gray; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d2f3975203b6aa89d24467d819b742084143cdfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 05:19:08 +0000 Subject: [PATCH 1852/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid RoyalBlue; } nav { - background: MediumOrchid; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 306720d17e55276f478df9c6bab491c57f7b5682 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 06:49:07 +0000 Subject: [PATCH 1853/3208] KPT-22: Modals with MediumSpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: RoyalBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 78c1d89ab508f2193e67b59d17c475e12632af81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 15:04:08 +0000 Subject: [PATCH 1854/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: MediumSpringGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 7245978e7d5ad2a05e5a79ddc6e2e8f3d5fa4a2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 16:34:07 +0000 Subject: [PATCH 1855/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LimeGreen; } nav { - background: BlanchedAlmond; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9148dbd926de3cbc8ab58bc469badbe5ffa83b48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 21:04:08 +0000 Subject: [PATCH 1856/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid RosyBrown; } nav { - background: LimeGreen; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From ecffd769a9f20d74b210362288993937103f0d05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 23:19:08 +0000 Subject: [PATCH 1857/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid PaleGreen; } nav { - background: RosyBrown; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From d376e92199592b29fb4888c644d0997fe25cafdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 00:04:07 +0000 Subject: [PATCH 1858/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LimeGreen; } nav { - background: PaleGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From e84b6d944325a7deb8d88c3f9dcaed28b4731654 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 01:34:08 +0000 Subject: [PATCH 1859/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid SlateGray; } nav { - background: LimeGreen; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 45143684821e9be47d4e9ada36aae8ef00e53244 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 03:04:07 +0000 Subject: [PATCH 1860/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LightSkyBlue; } nav { - background: SlateGray; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From c4be816b3210507c181263c1720912874cf39da4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 05:19:07 +0000 Subject: [PATCH 1861/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Violet; } nav { - background: LightSkyBlue; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 4192f611e8d1a494649c49af3a06b2ad1a86aee6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 08:19:07 +0000 Subject: [PATCH 1862/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DarkKhaki; } nav { - background: Violet; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From f915ba0b36d503c63b12296c3b365f8a5590c487 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 12:04:08 +0000 Subject: [PATCH 1863/3208] KPT-22: Modals with DarkGoldenRod accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkKhaki; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 522557f88be65b6c2a7d0114c4c5819f3e39231d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 13:34:08 +0000 Subject: [PATCH 1864/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkGoldenRod; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 05a71c597c2498f9c04c3f2f2bb0341a085eb190 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 17:19:09 +0000 Subject: [PATCH 1865/3208] KPT-22: Modals with DarkTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkTurquoise; } nav { - background: RebeccaPurple; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a86e0256e2fdca8b87166dd4c35f9fc859a798b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 20:19:07 +0000 Subject: [PATCH 1866/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid RosyBrown; } nav { - background: DarkTurquoise; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 0f43ca1436b398bc0b612361838ddc1a5d3b2ea5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 22:34:08 +0000 Subject: [PATCH 1867/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightGray; } nav { - background: RosyBrown; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 37bf5473c6137a47d461cf46d8a0c248981f673b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 07:34:07 +0000 Subject: [PATCH 1868/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SaddleBrown; } nav { - background: LightGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From e76377286d3c00302e1e63ce80cc0e8793efd145 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 09:04:07 +0000 Subject: [PATCH 1869/3208] KPT-22: Modals with Thistle accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Thistle; } nav { - background: SaddleBrown; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 7a7241feea6248340e9c52df477f9d771f0942b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 13:34:07 +0000 Subject: [PATCH 1870/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Yellow; } nav { - background: Thistle; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 005dbb480812f128af355d081e985d9d9fca542e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 14:19:08 +0000 Subject: [PATCH 1871/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid PapayaWhip; } nav { - background: Yellow; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 28463daa936f2f0814ca6d25520f74c68227aecf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 15:04:07 +0000 Subject: [PATCH 1872/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid SkyBlue; } nav { - background: PapayaWhip; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7b4a7f7edcec4bc6ce61ce918cc62589fc384eb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 16:34:08 +0000 Subject: [PATCH 1873/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkGrey; } nav { - background: SkyBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 55b3298249546f516a67ba3415a2bb646ab7c62e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 17:19:09 +0000 Subject: [PATCH 1874/3208] KPT-22: Modals with AntiqueWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkGrey; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 69afb73065a9eb4cb747f942e87f79be99ac1688 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 21:49:07 +0000 Subject: [PATCH 1875/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Khaki; } nav { - background: AntiqueWhite; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 82639629a5114f32147fad7fa3d989c2b82a2587 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 23:19:08 +0000 Subject: [PATCH 1876/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid MintCream; } nav { - background: Khaki; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From e0bed5f1a8752a23511d3dd9b489026db487dbc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 03:04:08 +0000 Subject: [PATCH 1877/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Linen; } nav { - background: MintCream; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 54c8e1d0e6509439c76a10a86c8d031789e1261e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 05:19:08 +0000 Subject: [PATCH 1878/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkSlateBlue; } nav { - background: Linen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From c9175c4391dee6bdcee3067b4b02a8545cba5f14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 07:34:07 +0000 Subject: [PATCH 1879/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DarkOrange; } nav { - background: DarkSlateBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 4173e8ff715418fda40f3e0aaa791601ba7c806d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 11:19:08 +0000 Subject: [PATCH 1880/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid DarkGrey; } nav { - background: DarkOrange; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1fbb20c7f51c10be562e6085eb18843d9da3f714 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 14:19:08 +0000 Subject: [PATCH 1881/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Silver; } nav { - background: DarkGrey; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 5109164d766f9016230223ac838d8fb96b3dcc73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 17:19:08 +0000 Subject: [PATCH 1882/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid CadetBlue; } nav { - background: Silver; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8103e5ccc352880f5907e3f0839628a71a7998df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 20:19:09 +0000 Subject: [PATCH 1883/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid MediumSeaGreen; } nav { - background: CadetBlue; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From cb8746ebe5b2409fa7f366b597dc16dae348afe0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 21:04:08 +0000 Subject: [PATCH 1884/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkOrange; } nav { - background: MediumSeaGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 6c81f5afd816285fe767a51065d84c3dc1401b5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 21:49:07 +0000 Subject: [PATCH 1885/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Purple; } nav { - background: DarkOrange; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From eae8548cd575cda956cb71d1b8997295a53e9cd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 22:34:08 +0000 Subject: [PATCH 1886/3208] KPT-22: Modals with IndianRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid IndianRed; } nav { - background: Purple; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 6084b822cd148f4ab139ad82fd72e1ecc8b30095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 23:19:08 +0000 Subject: [PATCH 1887/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Gold; } nav { - background: IndianRed; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 321c3eca9350a379820ef4529f9f40e27e92755e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 00:04:07 +0000 Subject: [PATCH 1888/3208] KPT-24: Update background color to Lavender --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Lavender; } nav { - background: Gold; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 267083bbbf621383a7e1e8aaf501cb72d0770e1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 03:49:08 +0000 Subject: [PATCH 1889/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DimGrey; } nav { - background: Lavender; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 626c496ff00cbb08ea625b80900876ac1c7ccdb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 06:04:07 +0000 Subject: [PATCH 1890/3208] KPT-22: Modals with Sienna accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Sienna; } nav { - background: DimGrey; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 894f32bc41e7019503a1e7e31a3a16d8af2f2e08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 07:34:07 +0000 Subject: [PATCH 1891/3208] KPT-24: Update background color to SpringGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid SpringGreen; } nav { - background: Sienna; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From d85a0d3ce16b31629760c43c69bd91df5744ccd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 09:04:07 +0000 Subject: [PATCH 1892/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid LightSalmon; } nav { - background: SpringGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 086eff813665f7c2ab20a22df21e2c1a77cf7e87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 09:49:08 +0000 Subject: [PATCH 1893/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LightSalmon; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From b3f9f48426c89582406cc9c38c1b8f525c07a670 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 12:49:07 +0000 Subject: [PATCH 1894/3208] KPT-24: Update background color to DarkGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkGray; } nav { - background: LightGoldenRodYellow; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 8201bccb4a4ba51a85e08e16bd82f440b6e4cd22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 21:49:08 +0000 Subject: [PATCH 1895/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid White; } nav { - background: DarkGray; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From a852b3a53eb2a732e16b8f3cbb6b10058f5cb933 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 00:49:08 +0000 Subject: [PATCH 1896/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkTurquoise; } nav { - background: White; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7a72eb25cb96be6f02d3da0787b67ce77c20f968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 03:04:08 +0000 Subject: [PATCH 1897/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkRed; } nav { - background: DarkTurquoise; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 5a8d6e4a0ed2aa171c647a95963399eef9338196 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 03:49:08 +0000 Subject: [PATCH 1898/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid PeachPuff; } nav { - background: DarkRed; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 8e91307d85faf097d246dc6301bf04232039eb38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 06:04:07 +0000 Subject: [PATCH 1899/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid YellowGreen; } nav { - background: PeachPuff; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5362e132871d92c1b74e38860cebada6508f2176 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 13:34:07 +0000 Subject: [PATCH 1900/3208] KPT-24: Update background color to BurlyWood --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid BurlyWood; } nav { - background: YellowGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From fbb69095c626f39d2e11f408b6c97f089960781d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 14:19:08 +0000 Subject: [PATCH 1901/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightBlue; } nav { - background: BurlyWood; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From f48b78ba59e5475211e5cc2e58dba238ca859825 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 18:49:08 +0000 Subject: [PATCH 1902/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DarkMagenta; } nav { - background: LightBlue; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From f7ef05a0d5dc99fa2e3662a01d4a3f832cbbabe6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 20:19:08 +0000 Subject: [PATCH 1903/3208] KPT-24: Update background color to DarkOrchid --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid DarkOrchid; } nav { - background: DarkMagenta; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From cc01e402a82672d05f7951a72e7860ab16988dc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 03:49:07 +0000 Subject: [PATCH 1904/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MediumPurple; } nav { - background: DarkOrchid; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 6d24f59a46b0a8fe85dd3e445f874a476056e111 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 04:34:08 +0000 Subject: [PATCH 1905/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid PaleTurquoise; } nav { - background: MediumPurple; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a9109edaa587207cd736470d9728dbbdd7fa79d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 05:19:08 +0000 Subject: [PATCH 1906/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid RebeccaPurple; } nav { - background: PaleTurquoise; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 40d10b49f36cdb3c4222b2045767370359ce602b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 07:34:08 +0000 Subject: [PATCH 1907/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid IndianRed; } nav { - background: RebeccaPurple; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From ff526c7e7684c580e28b2a5dd94eff700413d258 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 09:04:08 +0000 Subject: [PATCH 1908/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Coral; } nav { - background: IndianRed; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From ba66e868b78bcbf1bb8339543348fc8f0e2e6b00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 14:19:07 +0000 Subject: [PATCH 1909/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkGray; } nav { - background: Coral; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 53ff54d64fa09ab0f31f6f853ec1d6be6f2af91f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 18:04:08 +0000 Subject: [PATCH 1910/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid SeaGreen; } nav { - background: DarkGray; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0875cb5d61bc7bbc00023b399d6763e8587f5e42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 20:19:08 +0000 Subject: [PATCH 1911/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Salmon; } nav { - background: SeaGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 0e1e993322ded4aacab016fb18e0f59b2f8dc776 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 21:49:07 +0000 Subject: [PATCH 1912/3208] KPT-22: Modals with FloralWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid FloralWhite; } nav { - background: Salmon; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 48c9091afda2599b8d8570a98f4ad4271743626a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 00:04:07 +0000 Subject: [PATCH 1913/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid RebeccaPurple; } nav { - background: FloralWhite; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From e809123c98d7eac1e301fa92b3a977e061b51f89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 03:04:07 +0000 Subject: [PATCH 1914/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightPink; } nav { - background: RebeccaPurple; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 30ec212333b32debfd44a630368a2fbfbb292fe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 08:19:07 +0000 Subject: [PATCH 1915/3208] KPT-22: Modals with Beige accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Beige; } nav { - background: LightPink; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 3b05fefb17c04b138911bd8888961d778ec2d704 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 09:04:07 +0000 Subject: [PATCH 1916/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid MediumTurquoise; } nav { - background: Beige; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5b3672464003e773ec4ae32e3a806cec3f715387 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 09:49:08 +0000 Subject: [PATCH 1917/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid BlanchedAlmond; } nav { - background: MediumTurquoise; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 6f8d7cc366e4ef7f8d59bc5254ad8ca8223b475c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 12:04:08 +0000 Subject: [PATCH 1918/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DarkMagenta; } nav { - background: BlanchedAlmond; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 70df661dae6143a8d4ac7332c43ccc4a601bdb2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 14:19:08 +0000 Subject: [PATCH 1919/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightCyan; } nav { - background: DarkMagenta; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 222ee100f3dc36f90be6580cda761164e79b75c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 15:49:08 +0000 Subject: [PATCH 1920/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid PaleGoldenRod; } nav { - background: LightCyan; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 449b86f2d3537c6c3b815fa42d2dba8dd76e4c9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 21:04:08 +0000 Subject: [PATCH 1921/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkGray; } nav { - background: PaleGoldenRod; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 9dcf64a2c3fe7cafd7f60bbfc21dca220ff0c07c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 21:49:08 +0000 Subject: [PATCH 1922/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkGray; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From fb4c0e128dfe154ef8d6bb2656c49d70d5d0fb5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 23:19:09 +0000 Subject: [PATCH 1923/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Gray; } nav { - background: MediumSeaGreen; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From fc4089d4d6f98d3c445228499b048f08fce26a75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 00:04:09 +0000 Subject: [PATCH 1924/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Blue; } nav { - background: Gray; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 53dbc17b08015ae145f949c3c240e16b5d8deb12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 02:19:08 +0000 Subject: [PATCH 1925/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid MediumPurple; } nav { - background: Blue; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From b8006b26ed345e3c81b4fc622b999d76210ef145 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 03:04:08 +0000 Subject: [PATCH 1926/3208] KPT-22: Modals with DarkOliveGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkOliveGreen; } nav { - background: MediumPurple; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 66c35b52937a9449bb262cc2418eda2a4f9f41d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 04:34:09 +0000 Subject: [PATCH 1927/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Linen; } nav { - background: DarkOliveGreen; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 9ef3f738071e8480e891f0a81af42dc3719231a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 06:49:07 +0000 Subject: [PATCH 1928/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkOliveGreen; } nav { - background: Linen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 14aafb7c8178a508433677de876bd6c50c1b0501 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 09:04:07 +0000 Subject: [PATCH 1929/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid White; } nav { - background: DarkOliveGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 41e04e590905ea5aa09213ea9f1464655455b706 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 12:04:08 +0000 Subject: [PATCH 1930/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Tan; } nav { - background: White; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 1b44c0326010860a17fcbfc5f20cffafd3cd8d0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 14:19:08 +0000 Subject: [PATCH 1931/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Beige; } nav { - background: Tan; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 6d9105a91e8e294e36f199083cb3baad417bad14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 16:34:08 +0000 Subject: [PATCH 1932/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid HotPink; } nav { - background: Beige; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 8738f3eb233d8754d83763b70d413798e51d0c82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 17:19:09 +0000 Subject: [PATCH 1933/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid SpringGreen; } nav { - background: HotPink; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 412b1d67a99a84831da1ad42707e14e0ebf6e6b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 18:49:09 +0000 Subject: [PATCH 1934/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Black; } nav { - background: SpringGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From b4a92643ca251facb84149a50191523b7a6d522c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 21:04:08 +0000 Subject: [PATCH 1935/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DeepPink; } nav { - background: Black; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From bfdc5833963dbe8c08dd680775b486e28611d750 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 21:49:08 +0000 Subject: [PATCH 1936/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Coral; } nav { - background: DeepPink; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1c51eccfde168772404c499a476020df6db8fda8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 10:34:07 +0000 Subject: [PATCH 1937/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid OldLace; } nav { - background: Coral; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 5401f144fe8ccbf78dceb8c587cf9feae0081491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 15:04:08 +0000 Subject: [PATCH 1938/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid SaddleBrown; } nav { - background: OldLace; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 92e16f0487a0b962517e82837706fc1bf31d634f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 18:49:08 +0000 Subject: [PATCH 1939/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LightCyan; } nav { - background: SaddleBrown; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 904fe0a0511c0726818a3d8bebc29cf5e1d0e9df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 21:49:08 +0000 Subject: [PATCH 1940/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid HoneyDew; } nav { - background: LightCyan; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 63fb120e12291a8b23d48e8474146646c4a17401 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 23:19:08 +0000 Subject: [PATCH 1941/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid PaleTurquoise; } nav { - background: HoneyDew; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7997d0accd98d3cbf03153c0e656490a6ccbb15f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 00:04:07 +0000 Subject: [PATCH 1942/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Azure; } nav { - background: PaleTurquoise; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 42e8bfd346485937eae224fbee3b0c811d8f5207 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 00:49:08 +0000 Subject: [PATCH 1943/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid SlateGrey; } nav { - background: Azure; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b754de93e7e1769a184d0cecddf465a592bdafae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 06:04:07 +0000 Subject: [PATCH 1944/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightGreen; } nav { - background: SlateGrey; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From ddb30a4ed6496457b9a7d4bc078dd7c3ac9b96d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 06:49:07 +0000 Subject: [PATCH 1945/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightGreen; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 24d9449a17b9d3f5b9adcb9b1d7a5e0f40d31125 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 09:49:08 +0000 Subject: [PATCH 1946/3208] KPT-22: Modals with DarkSlateGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumSlateBlue; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7a700f522a06dfb6b49169288c0e49fa8bd10772 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 15:49:08 +0000 Subject: [PATCH 1947/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Turquoise; } nav { - background: DarkSlateGrey; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3ce4e34122cc64b5b8c46d61bfb6ef017661f776 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 19:34:08 +0000 Subject: [PATCH 1948/3208] KPT-22: Modals with LavenderBlush accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LavenderBlush; } nav { - background: Turquoise; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 3e365df2c86fcaa2cef970ae455528aef17db965 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 20:19:08 +0000 Subject: [PATCH 1949/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightGrey; } nav { - background: LavenderBlush; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9959de5de1ffdc8555e2058e3bb0644eb408c578 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 21:04:08 +0000 Subject: [PATCH 1950/3208] KPT-22: Modals with Silver accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Silver; } nav { - background: LightGrey; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 84b074bc67ee0d40e3bc1c692710d90f3e61245c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 21:49:07 +0000 Subject: [PATCH 1951/3208] KPT-24: Update background color to PaleTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid PaleTurquoise; } nav { - background: Silver; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 38c658276bac18b1f5052a3bb735f9e68c1a45a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 03:04:07 +0000 Subject: [PATCH 1952/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LavenderBlush; } nav { - background: PaleTurquoise; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 380b287dfe8c03cf38e0e38923c55212778816de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 03:49:07 +0000 Subject: [PATCH 1953/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid MediumSeaGreen; } nav { - background: LavenderBlush; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1a45c84ef64ca3ec0b4c5c77a46b4094c85532e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 04:34:08 +0000 Subject: [PATCH 1954/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid PaleTurquoise; } nav { - background: MediumSeaGreen; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5764dba3f07e445a529db0e5979f16af18d1e5cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 09:04:08 +0000 Subject: [PATCH 1955/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid IndianRed; } nav { - background: PaleTurquoise; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 2f27b4a839d4b8466b89426a5ffe8e174632d2c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 09:49:08 +0000 Subject: [PATCH 1956/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid ForestGreen; } nav { - background: IndianRed; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From bba47766b3e7fd178902c0c471c7828b90e382e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 18:04:07 +0000 Subject: [PATCH 1957/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkTurquoise; } nav { - background: ForestGreen; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From cd88d935b1bdecc45fc823a78bd16cd1fe76844f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 19:34:07 +0000 Subject: [PATCH 1958/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkTurquoise; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From fbf9a5654e7199c1a6a78bbb62c6d4b576afe111 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 02:19:08 +0000 Subject: [PATCH 1959/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid MediumPurple; } nav { - background: PaleGoldenRod; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 2daa3f75f41f444a12b0f2c83bb5e891cc9ad733 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 05:19:07 +0000 Subject: [PATCH 1960/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid White; } nav { - background: MediumPurple; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From d3569a369e30a126f492ce5a1218984d4273f57c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 06:04:08 +0000 Subject: [PATCH 1961/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Lime; } nav { - background: White; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 8f214155d075b85bf381314423e9dcfa75af671b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 10:34:07 +0000 Subject: [PATCH 1962/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid FloralWhite; } nav { - background: Lime; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 84dcc5dac551abf040eb1cbc666f08f3870309d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 11:19:09 +0000 Subject: [PATCH 1963/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid FireBrick; } nav { - background: FloralWhite; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From a9826fbaa02d189f42dc0cf8ec3c7fa334460753 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 12:49:09 +0000 Subject: [PATCH 1964/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkOrange; } nav { - background: FireBrick; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 6f0b7365e4ac105b60e7ace701bf73310bea24ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 15:04:07 +0000 Subject: [PATCH 1965/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid BlueViolet; } nav { - background: DarkOrange; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 68dc921c6e0ec4b9b8ec26a80591be791bd819e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 16:34:08 +0000 Subject: [PATCH 1966/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid SpringGreen; } nav { - background: BlueViolet; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5af67eabaac5558b9e27d333e2a0d19197822feb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 21:04:08 +0000 Subject: [PATCH 1967/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid YellowGreen; } nav { - background: SpringGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From f05df10f4b3d75f603080973b292f3332ad677a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 22:34:08 +0000 Subject: [PATCH 1968/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid FloralWhite; } nav { - background: YellowGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From a6eceb4770fb55a36c3d611bc23daf9f4ca2209d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 00:49:07 +0000 Subject: [PATCH 1969/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkGrey; } nav { - background: FloralWhite; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From c9a68715de392352be4dd311fccf454760a9885c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 04:34:08 +0000 Subject: [PATCH 1970/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid CadetBlue; } nav { - background: DarkGrey; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From ce775f58eac57b3b924f453492d9f394bfda5a14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 06:49:08 +0000 Subject: [PATCH 1971/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DodgerBlue; } nav { - background: CadetBlue; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f0d7769264373346aa707bfa954469520830e432 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 07:34:08 +0000 Subject: [PATCH 1972/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid MistyRose; } nav { - background: DodgerBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From bc96d3aabde8396c365e3001debcfce8df000821 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 10:34:08 +0000 Subject: [PATCH 1973/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid PowderBlue; } nav { - background: MistyRose; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 819a355744afb2509dbf412353a6998c83596203 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 11:19:09 +0000 Subject: [PATCH 1974/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: PowderBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 02a114a8dd3eeea70fdcb86c8eeaec89f445e08e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 12:04:07 +0000 Subject: [PATCH 1975/3208] KPT-24: Update background color to NavajoWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid NavajoWhite; } nav { - background: WhiteSmoke; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2313a4e859254071c9ea64b69ee9a2cc34ad9881 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 15:49:08 +0000 Subject: [PATCH 1976/3208] KPT-24: Update background color to SlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid SlateGray; } nav { - background: NavajoWhite; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e36f9b0d44cb6a533cfe3d727b2959034df99731 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 20:19:09 +0000 Subject: [PATCH 1977/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Linen; } nav { - background: SlateGray; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 3e9c57014f467448710f069e262e8feaf706be54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 03:49:08 +0000 Subject: [PATCH 1978/3208] KPT-22: Modals with SandyBrown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid SandyBrown; } nav { - background: Linen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f45e40fd1078a41d0ca743ea01d0c8a881a43c7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 07:34:08 +0000 Subject: [PATCH 1979/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Violet; } nav { - background: SandyBrown; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From fcf92383b02cb94deb73575d6fdd86c5a9441135 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 10:34:08 +0000 Subject: [PATCH 1980/3208] KPT-24: Update background color to Black --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Black; } nav { - background: Violet; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 87fac3de4992546a40d572f4876985df6ba42173 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 11:19:08 +0000 Subject: [PATCH 1981/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid SpringGreen; } nav { - background: Black; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1433f94d0891d6175261dfec260db52f327e0fae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 13:34:09 +0000 Subject: [PATCH 1982/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid SkyBlue; } nav { - background: SpringGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d24d01fb9886f4622fff956dac2afc8dbd596b3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 14:19:08 +0000 Subject: [PATCH 1983/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid PapayaWhip; } nav { - background: SkyBlue; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 38310b578ea10117321f4a7700848ff0ea952e3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 15:04:08 +0000 Subject: [PATCH 1984/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid YellowGreen; } nav { - background: PapayaWhip; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9a04a110b8391184e44c1ecec51dbbed5f64f17b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 02:19:08 +0000 Subject: [PATCH 1985/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Lavender; } nav { - background: YellowGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From e872edac451f85def41cdbcacb3b09f4b8417abe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 03:04:07 +0000 Subject: [PATCH 1986/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkSlateGray; } nav { - background: Lavender; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5aff83e7c91104e7347f92e0bf27b19b1948a550 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 06:04:10 +0000 Subject: [PATCH 1987/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Thistle; } nav { - background: DarkSlateGray; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 605554c154e7e4635acaf69630ef4f3419ea91ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 09:49:09 +0000 Subject: [PATCH 1988/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightBlue; } nav { - background: Thistle; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 99b80057acc7c89589e7f46295ee511ff3c4915f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 18:49:08 +0000 Subject: [PATCH 1989/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Tan; } nav { - background: LightBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 3a10c50ab675d3155985aa4281279e8423fa78de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 21:49:09 +0000 Subject: [PATCH 1990/3208] KPT-24: Update background color to LightGoldenRodYellow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Tan; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From de925553d71991fc53375d9715941bf7cb696f68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 22:34:07 +0000 Subject: [PATCH 1991/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid WhiteSmoke; } nav { - background: LightGoldenRodYellow; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From fe9de757f801f84cd09da22920d371bb2713b4ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 23:19:09 +0000 Subject: [PATCH 1992/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid PaleTurquoise; } nav { - background: WhiteSmoke; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From b03f5cb39c351d5ab218fb3f0578b73fb98f8469 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 00:49:08 +0000 Subject: [PATCH 1993/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SeaShell; } nav { - background: PaleTurquoise; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 4d752a5a2df352d11a4e5ce048fe9bf0ac55bb87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 02:19:08 +0000 Subject: [PATCH 1994/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Pink; } nav { - background: SeaShell; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 4942508517a22f4d7ef644f0902286dcd36deb84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 03:49:07 +0000 Subject: [PATCH 1995/3208] KPT-22: Modals with Beige accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Beige; } nav { - background: Pink; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 2e692fbacb044019df1622a11da2e06d5d01721a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 09:49:08 +0000 Subject: [PATCH 1996/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid GreenYellow; } nav { - background: Beige; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From ae3a664e0e75b8907bf014b967989a3e18ec7dbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 21:49:07 +0000 Subject: [PATCH 1997/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid SlateBlue; } nav { - background: GreenYellow; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From db5890e3dbfb250f96877ad3ce43e77a98ad20b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 03:49:07 +0000 Subject: [PATCH 1998/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid GreenYellow; } nav { - background: SlateBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From caa40eb8a6e20da10c40ed94604e21a605f4920c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 04:34:08 +0000 Subject: [PATCH 1999/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Lime; } nav { - background: GreenYellow; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From d6afaa223f8365840a025183a019c7929983db3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 06:49:07 +0000 Subject: [PATCH 2000/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Brown; } nav { - background: Lime; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 432872a39bcc7efd0e92a185fc20f03aa2d3eee7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 07:34:07 +0000 Subject: [PATCH 2001/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid BurlyWood; } nav { - background: Brown; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From d3c6475c357f8b4da8c0a939fcdcf9e0ac3a4b3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 09:04:07 +0000 Subject: [PATCH 2002/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightYellow; } nav { - background: BurlyWood; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 95c0f8c79c9f54db50eaa15efc291388eed7ba24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 09:49:07 +0000 Subject: [PATCH 2003/3208] KPT-24: Update background color to BlueViolet --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid BlueViolet; } nav { - background: LightYellow; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 13ec24f17a1524e044c75144731b6777e814e912 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 11:19:08 +0000 Subject: [PATCH 2004/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkSlateGrey; } nav { - background: BlueViolet; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d3c8feb096772d4cf336a2c3575f86846d8d91d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 18:49:07 +0000 Subject: [PATCH 2005/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid GhostWhite; } nav { - background: DarkSlateGrey; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 33463747671baa9539f2d79b39708c37bdb2620c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 20:19:08 +0000 Subject: [PATCH 2006/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Brown; } nav { - background: GhostWhite; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 55fb6f1d6168bf796688b48dcd9c481dcefa09dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 00:04:08 +0000 Subject: [PATCH 2007/3208] KPT-22: Modals with SlateGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid SlateGrey; } nav { - background: Brown; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From fb835e53ab4308097bf8eba96369860499ebc37e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 03:49:08 +0000 Subject: [PATCH 2008/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid FloralWhite; } nav { - background: SlateGrey; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 156157605e1091197e6c9b2200feffc989f6adef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 05:19:08 +0000 Subject: [PATCH 2009/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Aquamarine; } nav { - background: FloralWhite; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From f9544a6968e88aa9afcd4a137e564f8353ffd297 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 12:49:07 +0000 Subject: [PATCH 2010/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid BlueViolet; } nav { - background: Aquamarine; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From c49b6d021fcd8828bceacd4b22577ffbb6a47f6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 18:49:08 +0000 Subject: [PATCH 2011/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid White; } nav { - background: BlueViolet; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 87b938e4529b194428fab3aa68953eb8a173a5c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 21:04:07 +0000 Subject: [PATCH 2012/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid PaleGoldenRod; } nav { - background: White; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From dc1ef6c7844d0795bb5a35af07028d9eb0f07029 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 22:34:07 +0000 Subject: [PATCH 2013/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkSalmon; } nav { - background: PaleGoldenRod; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 913d7733642924ecfd9859fb4a981a5af2febe0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 09:49:07 +0000 Subject: [PATCH 2014/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkGray; } nav { - background: DarkSalmon; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 92cb2cd5f87eacda00628ffcb8df13cd9193054b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 10:34:07 +0000 Subject: [PATCH 2015/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Bisque; } nav { - background: DarkGray; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 62f1887c2fd6c3e4781720df286633f99ca6bd80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 14:19:08 +0000 Subject: [PATCH 2016/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid RebeccaPurple; } nav { - background: Bisque; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From f62d4c51a0205684e194a7dff87dfdd30c99490d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 15:04:07 +0000 Subject: [PATCH 2017/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightBlue; } nav { - background: RebeccaPurple; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 912619080bc955ac0e8a7d7abbf732474c0e16bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 15:49:07 +0000 Subject: [PATCH 2018/3208] KPT-24: Update background color to Chartreuse --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Chartreuse; } nav { - background: LightBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f02afa17df0a11fbc2750fe14e4792d37ffad3e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 17:19:09 +0000 Subject: [PATCH 2019/3208] KPT-24: Update background color to Blue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Blue; } nav { - background: Chartreuse; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 55ce85cac9746e629092fdb7a0adac12fcc42c6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 18:49:07 +0000 Subject: [PATCH 2020/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkOliveGreen; } nav { - background: Blue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 73e38c5ac8024a45faa200eafa5f8a11e264b82e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 20:19:08 +0000 Subject: [PATCH 2021/3208] KPT-24: Update background color to MediumAquaMarine --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkOliveGreen; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 2065454a552241a21d5e194488a7f88eb7e65b42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 21:04:08 +0000 Subject: [PATCH 2022/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightSlateGray; } nav { - background: MediumAquaMarine; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 333e9c1894a73ee3fb3332091fd7addbb78175c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 21:49:07 +0000 Subject: [PATCH 2023/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid PaleVioletRed; } nav { - background: LightSlateGray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 01a17d402534a0e0ec35a86d48b06c8539e111aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 02:19:07 +0000 Subject: [PATCH 2024/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkOrchid; } nav { - background: PaleVioletRed; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 7036e90903d7d5715a8827e7eb7f5a671d630cc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 03:49:07 +0000 Subject: [PATCH 2025/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LightCyan; } nav { - background: DarkOrchid; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 19ffbcaaf2276df5c696a7ef049017540c929766 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 09:04:08 +0000 Subject: [PATCH 2026/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DodgerBlue; } nav { - background: LightCyan; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 50f20f0fbca499ee629f4f42a547603f1ccd55eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 09:49:08 +0000 Subject: [PATCH 2027/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LemonChiffon; } nav { - background: DodgerBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From ec6dd706135b549034ba3cbef829fa9d5410aed9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 12:49:08 +0000 Subject: [PATCH 2028/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkRed; } nav { - background: LemonChiffon; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 6767ffece4ce4316a80fe443ab889a7458adf663 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 15:04:09 +0000 Subject: [PATCH 2029/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MediumBlue; } nav { - background: DarkRed; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5c7d4a10ebd7db34ed709b56521b17c606a258b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 16:34:08 +0000 Subject: [PATCH 2030/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 6e0582a1cdcdf680b7f495736cae6bafb79553fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 18:49:08 +0000 Subject: [PATCH 2031/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid SeaShell; } nav { - background: WhiteSmoke; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 81b10029e6416035e7f4af55d0ab427530577f69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 19:34:07 +0000 Subject: [PATCH 2032/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid HotPink; } nav { - background: SeaShell; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 64f7a419b2e21cb8d4d7fe06d70b47fc3846d986 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 20:19:08 +0000 Subject: [PATCH 2033/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid SandyBrown; } nav { - background: HotPink; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1c179d7fd4e1bf82780528101bf365a68e3acfcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 00:49:07 +0000 Subject: [PATCH 2034/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid MediumAquaMarine; } nav { - background: SandyBrown; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 8fff5c9375e24f36d8c82ea036b875ce118c1a88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 06:04:08 +0000 Subject: [PATCH 2035/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Fuchsia; } nav { - background: MediumAquaMarine; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 86657791a0e2e0e578292608ba9d4aca6bae3aae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 08:19:07 +0000 Subject: [PATCH 2036/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Black; } nav { - background: Fuchsia; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From d230d12fac72404e000fbb905d53961a16c1e700 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 09:04:07 +0000 Subject: [PATCH 2037/3208] KPT-24: Update background color to DarkSalmon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkSalmon; } nav { - background: Black; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a8f9aaabbaa0b6a718293e1c2090ceb6179d23de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 11:19:08 +0000 Subject: [PATCH 2038/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Sienna; } nav { - background: DarkSalmon; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From cfdcdf9ee18b54369a428913060cd460d9f6b91a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 15:04:07 +0000 Subject: [PATCH 2039/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Blue; } nav { - background: Sienna; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 6a1756b3be3d1f8195982f8ab8d51ad10ba83b4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 16:34:07 +0000 Subject: [PATCH 2040/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid IndianRed; } nav { - background: Blue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 0ff38b216c3cec51ab5e91c95dca4e0f3c7864e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 18:04:08 +0000 Subject: [PATCH 2041/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkRed; } nav { - background: IndianRed; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 93ca5b30d9dd3b97143f9f19de7f483604a4ad92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 21:49:08 +0000 Subject: [PATCH 2042/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Fuchsia; } nav { - background: DarkRed; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From d8e0e967f3d8778a92a34720d7304d894ac65c2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 22:34:07 +0000 Subject: [PATCH 2043/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkRed; } nav { - background: Fuchsia; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 84d86e58a9845dd0540604d8bf9b4fc4e38c2901 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 01:34:07 +0000 Subject: [PATCH 2044/3208] KPT-24: Update background color to DeepPink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DeepPink; } nav { - background: DarkRed; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From bc7a2bc1431f53bced079c7f2f94bd2ffc4199a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 06:49:07 +0000 Subject: [PATCH 2045/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid SteelBlue; } nav { - background: DeepPink; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From f286f42929a500980fe4ca5d85d49877105f7e52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 07:34:07 +0000 Subject: [PATCH 2046/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Peru; } nav { - background: SteelBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 6e80470784e4aef7a9bc06f72eaddc0dc40006e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 09:49:08 +0000 Subject: [PATCH 2047/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid LightCoral; } nav { - background: Peru; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 6462ca17a872d23fbef27be10eed95d0abe3e70c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 12:04:07 +0000 Subject: [PATCH 2048/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid PaleGreen; } nav { - background: LightCoral; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 71e097e6024a423fe855f5f1bfbeb140c19c80b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 12:49:08 +0000 Subject: [PATCH 2049/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LemonChiffon; } nav { - background: PaleGreen; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 954f27bbd949fdff0e554150b11871fe0a65956b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 16:34:08 +0000 Subject: [PATCH 2050/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid LightCyan; } nav { - background: LemonChiffon; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 2b21e24152e8b8ab56bf98491d8891516076562a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 21:49:07 +0000 Subject: [PATCH 2051/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LightBlue; } nav { - background: LightCyan; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5dcbd8721636c66c3b05d11b14ac337f9c7ef6e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 03:04:08 +0000 Subject: [PATCH 2052/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightBlue; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4bbdb57f1eccc7dec9f1013b4e0631a67f7151ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 05:19:09 +0000 Subject: [PATCH 2053/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LawnGreen; } nav { - background: DeepSkyBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From a55cc5cd947d2b777e520005626f2954771d05cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 08:19:08 +0000 Subject: [PATCH 2054/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Black; } nav { - background: LawnGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 674767941063dc1ca31b3bc3a97ac0397c091ca1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 11:19:09 +0000 Subject: [PATCH 2055/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Green; } nav { - background: Black; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From c6e907819ee56260405f5646f154300b5bd02446 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 12:49:07 +0000 Subject: [PATCH 2056/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DarkTurquoise; } nav { - background: Green; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0678a148d30d2c14693572d9b166f162355ad7df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 14:19:08 +0000 Subject: [PATCH 2057/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid FloralWhite; } nav { - background: DarkTurquoise; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 45f1224830933be993ec33bdf10660381c4c97e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 22:34:07 +0000 Subject: [PATCH 2058/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Violet; } nav { - background: FloralWhite; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From c490ef9d93768439082c332dae67413945256f93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 03:04:07 +0000 Subject: [PATCH 2059/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Turquoise; } nav { - background: Violet; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 77cc4e026ba2c3919f0aae181228bd19c0e1dc6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 12:04:08 +0000 Subject: [PATCH 2060/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MediumVioletRed; } nav { - background: Turquoise; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From a3f4be7d91461967a27db5bbd125dc5cbc2a77de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 15:04:07 +0000 Subject: [PATCH 2061/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid AntiqueWhite; } nav { - background: MediumVioletRed; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From ab94c608dc5856a25437fa2dd0979251b109d993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 16:34:08 +0000 Subject: [PATCH 2062/3208] KPT-24: Update background color to Magenta --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Magenta; } nav { - background: AntiqueWhite; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 752c53d54e525ab6d1375ca08bb9ccd36ef35fe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 17:19:08 +0000 Subject: [PATCH 2063/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid GoldenRod; } nav { - background: Magenta; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From ff33ca04862d13c459dd67338b613b1f0b431db4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 19:34:07 +0000 Subject: [PATCH 2064/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Cornsilk; } nav { - background: GoldenRod; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 079e1c9c6fc2373c37d68a6ba13067066364142f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 21:04:07 +0000 Subject: [PATCH 2065/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkOliveGreen; } nav { - background: Cornsilk; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6dd2ba3c0ab54c891a02a9d33ab9dbe39004d2cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 21:49:08 +0000 Subject: [PATCH 2066/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkMagenta; } nav { - background: DarkOliveGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From bb36f286b17e89d37cdafacec64505d726a533f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 23:19:08 +0000 Subject: [PATCH 2067/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Wheat; } nav { - background: DarkMagenta; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 1292157edcb47156af3a789d74ff8cfa05b91311 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 02:19:09 +0000 Subject: [PATCH 2068/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightYellow; } nav { - background: Wheat; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From f21750b64d69b13ace46ee8620c259950effa5c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 04:34:08 +0000 Subject: [PATCH 2069/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid AntiqueWhite; } nav { - background: LightYellow; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From d10de091bbd95433807cbde2944691c5a26d7bb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 06:49:08 +0000 Subject: [PATCH 2070/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Bisque; } nav { - background: AntiqueWhite; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 22beda75be9abe8f197433f67a7518294f7367db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 09:04:08 +0000 Subject: [PATCH 2071/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Lavender; } nav { - background: Bisque; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 4859c90fa0388cd5be01185fa0a5f5faa3507b96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 10:34:07 +0000 Subject: [PATCH 2072/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid MediumSlateBlue; } nav { - background: Lavender; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 978e6e0338860db3767a114584c3ef70e2452852 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 15:04:07 +0000 Subject: [PATCH 2073/3208] KPT-22: Modals with Green accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Green; } nav { - background: MediumSlateBlue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From a1dd0845c092e70c4c997d69d17d779db567616f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 16:34:10 +0000 Subject: [PATCH 2074/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DarkCyan; } nav { - background: Green; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From c264fd5e3da8defd6067dea7abd62ae2dbdd31d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 17:19:08 +0000 Subject: [PATCH 2075/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Gray; } nav { - background: DarkCyan; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 94f9c24532be86fc32f90ff2833a30fd3f430b20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 19:34:07 +0000 Subject: [PATCH 2076/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Beige; } nav { - background: Gray; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From cf3b8665ec6a7715fac0d1506762903bc052fef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 03:49:08 +0000 Subject: [PATCH 2077/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkKhaki; } nav { - background: Beige; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 2c3a135dea03beab1334d7add007388093220195 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 09:04:07 +0000 Subject: [PATCH 2078/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid OliveDrab; } nav { - background: DarkKhaki; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From e02fe34813433f5aa7d9006e281d0812cb49052a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 12:04:07 +0000 Subject: [PATCH 2079/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LemonChiffon; } nav { - background: OliveDrab; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 5235ffaea698072ea6c6853ddcab3052913f9dfb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 19:34:07 +0000 Subject: [PATCH 2080/3208] KPT-22: Modals with Chartreuse accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Chartreuse; } nav { - background: LemonChiffon; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 25241b2c93aca7aaf8c57e67c5150904800eeafe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 22:34:08 +0000 Subject: [PATCH 2081/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid WhiteSmoke; } nav { - background: Chartreuse; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 667422b5afa760f11b23a5813a04d295a1ccd8a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 02:19:08 +0000 Subject: [PATCH 2082/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid White; } nav { - background: WhiteSmoke; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 6d0810ff2f1b30c2ce5f5112dea84048f9c53d6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 03:04:07 +0000 Subject: [PATCH 2083/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid HoneyDew; } nav { - background: White; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From ea19042e63e54e246c48aa4ae4f8b26f30b405d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 03:49:07 +0000 Subject: [PATCH 2084/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Cyan; } nav { - background: HoneyDew; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From a8a2c0075051baf90ef6403c05c30112dbb23de9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 08:19:08 +0000 Subject: [PATCH 2085/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkGrey; } nav { - background: Cyan; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From e04faf1c6d78d63013011bf77e712762632806e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 12:04:08 +0000 Subject: [PATCH 2086/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Cornsilk; } nav { - background: DarkGrey; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 810f528448d819e3d314bb8816cb53526a4d0a84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 12:49:07 +0000 Subject: [PATCH 2087/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Aquamarine; } nav { - background: Cornsilk; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 1ba96675db35a2329e143adbaa207a72ca76fae1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 16:34:07 +0000 Subject: [PATCH 2088/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Lavender; } nav { - background: Aquamarine; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 1ae45b2f316518a7a7f4144d982075351b49a01a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 20:57:30 +0000 Subject: [PATCH 2089/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Linen; } nav { - background: Lavender; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From a57d3adf03a27388c4066e06235bfe4be394393d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 02:12:31 +0000 Subject: [PATCH 2090/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid LightPink; } nav { - background: Linen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 84bc46373ba69ff1b54c37bcdd3348b57fda43b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 03:42:30 +0000 Subject: [PATCH 2091/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid MidnightBlue; } nav { - background: LightPink; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From e05f68933c75e10ce1575bf57767261ba036bd25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 05:12:31 +0000 Subject: [PATCH 2092/3208] KPT-22: Modals with DimGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid DimGray; } nav { - background: MidnightBlue; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From dab9df45b2e3b6363d720470b6475d0b591b6867 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 08:12:30 +0000 Subject: [PATCH 2093/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Grey; } nav { - background: DimGray; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 35e9c2fe1b3516effb5339e2e220083f2349e07b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 08:57:31 +0000 Subject: [PATCH 2094/3208] KPT-24: Update background color to LightSkyBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightSkyBlue; } nav { - background: Grey; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d61bdc3bfcc9c77ecde6bc0268e24a625defc73b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 11:57:31 +0000 Subject: [PATCH 2095/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightGrey; } nav { - background: LightSkyBlue; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From a3a27971323e6efd69a913a7376b86e5d828dd31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 13:27:31 +0000 Subject: [PATCH 2096/3208] KPT-22: Modals with Salmon accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Salmon; } nav { - background: LightGrey; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 6aa4b29bc521981490b0efcacc499e4497d8df09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 14:12:30 +0000 Subject: [PATCH 2097/3208] KPT-24: Update background color to DarkGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkGrey; } nav { - background: Salmon; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From bef24c55d0b6cd1e1c74e4001845609276e76ef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 21:42:30 +0000 Subject: [PATCH 2098/3208] KPT-24: Update background color to SandyBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid SandyBrown; } nav { - background: DarkGrey; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 9cfd7b42d581970d7d233d020ece451fd46c626d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 22:27:31 +0000 Subject: [PATCH 2099/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid LawnGreen; } nav { - background: SandyBrown; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 53eb1e376409bcf9065f7e2a3bdc741d6e8d28ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 01:27:31 +0000 Subject: [PATCH 2100/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Fuchsia; } nav { - background: LawnGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From bd1f5697970a53bc2593ae5fd35627b8f4294cef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 11:12:30 +0000 Subject: [PATCH 2101/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid MediumBlue; } nav { - background: Fuchsia; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6a30a0b460962e3bf8caf7351030858fdaca44d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 15:42:31 +0000 Subject: [PATCH 2102/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: MediumBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From a971ada6aea947bbf59c3038593a6fe3ffc5a616 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 16:27:31 +0000 Subject: [PATCH 2103/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid OldLace; } nav { - background: LightGoldenRodYellow; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From cb83280e7a6098f64a0c9652db744ff2b888944f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 17:12:30 +0000 Subject: [PATCH 2104/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid RosyBrown; } nav { - background: OldLace; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6aa1417f73051740d7552ef455b48cba1ae855a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 18:42:30 +0000 Subject: [PATCH 2105/3208] KPT-22: Modals with Beige accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Beige; } nav { - background: RosyBrown; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From cb6b6c2b01bbf683f28cf77edc209537b2245447 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 05:57:31 +0000 Subject: [PATCH 2106/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkOrange; } nav { - background: Beige; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 7757b348d53f7caa35e76b1b681d8a636f453619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 08:12:32 +0000 Subject: [PATCH 2107/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid SlateGrey; } nav { - background: DarkOrange; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 65707dc056ff94bb80b0658788289a0cfda0663d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 14:57:30 +0000 Subject: [PATCH 2108/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid SaddleBrown; } nav { - background: SlateGrey; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From f4eb462274f736527ab0e4cdf2f7f639eb75b69a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 22:27:30 +0000 Subject: [PATCH 2109/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Cyan; } nav { - background: SaddleBrown; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 4bbb4babdd164e4e0277021beea293f4d84e43a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 00:42:31 +0000 Subject: [PATCH 2110/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid FloralWhite; } nav { - background: Cyan; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 5e4d4810372d1c927a8fdc67966b07ff9ed8f197 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 04:27:30 +0000 Subject: [PATCH 2111/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Gray; } nav { - background: FloralWhite; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 41b3420a4f5911efb30e0d134cb750a137bfa8e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 11:57:31 +0000 Subject: [PATCH 2112/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkOliveGreen; } nav { - background: Gray; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 88e8afcc99a3c834d33d17694de85fdcddcbec83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 14:57:31 +0000 Subject: [PATCH 2113/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Gainsboro; } nav { - background: DarkOliveGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 42e6d776d6b927828ba9053d2e35f654db4cf060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 15:42:31 +0000 Subject: [PATCH 2114/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid LightGray; } nav { - background: Gainsboro; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 9b047d2de1389e662213f6499e8347d1e1f267f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 17:12:31 +0000 Subject: [PATCH 2115/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SpringGreen; } nav { - background: LightGray; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 874f28da55a28f11a1fb0cde0f2f8704633a1475 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 17:57:31 +0000 Subject: [PATCH 2116/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Moccasin; } nav { - background: SpringGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From eb135a56de96098fea262914bb3d7ac3c8a98531 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 20:57:31 +0000 Subject: [PATCH 2117/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PaleTurquoise; } nav { - background: Moccasin; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 96916de9ef0fc7db88be49da27cd01202d17e14e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 22:27:30 +0000 Subject: [PATCH 2118/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Salmon; } nav { - background: PaleTurquoise; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 232ea696b3420a5b7e66830dc147c50bf0b50292 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 00:42:31 +0000 Subject: [PATCH 2119/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkGray; } nav { - background: Salmon; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 174683ce881b6267997dee2695cf299f3f3adb5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 01:27:31 +0000 Subject: [PATCH 2120/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid GreenYellow; } nav { - background: DarkGray; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 817e4928b4b906586be26547edbf2a55306647ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 05:57:31 +0000 Subject: [PATCH 2121/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid MistyRose; } nav { - background: GreenYellow; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 3ecfc0d965e72dfc5fe7261f14ecea2ec351d053 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 06:42:30 +0000 Subject: [PATCH 2122/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Gainsboro; } nav { - background: MistyRose; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 68f5a5b97e9ffdcd6ea26922d634794c4f61fc70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 08:57:31 +0000 Subject: [PATCH 2123/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid RosyBrown; } nav { - background: Gainsboro; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4ad08555886da3a44bf01c2444cc7756ca375750 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 11:57:31 +0000 Subject: [PATCH 2124/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Wheat; } nav { - background: RosyBrown; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 6ef4a0af99f87bb2e847f42736c212405a42177f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 15:42:30 +0000 Subject: [PATCH 2125/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Blue; } nav { - background: Wheat; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 8f851285aae31a066af9be169f84fe60ef172c9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 17:57:33 +0000 Subject: [PATCH 2126/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid White; } nav { - background: Blue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 788fb455462040f366121fd7ad464e1d4ab09fd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 20:57:31 +0000 Subject: [PATCH 2127/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkOrchid; } nav { - background: White; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 38abae7467bb6476948e20544e48f6ae374ba108 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 21:42:31 +0000 Subject: [PATCH 2128/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Blue; } nav { - background: DarkOrchid; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From a2cc7fa05743a0f30aa1b140d627816d33d91d87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 23:12:31 +0000 Subject: [PATCH 2129/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid NavajoWhite; } nav { - background: Blue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3d6b32e783daad6874397b74f10bb192f4e3ea89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 02:57:32 +0000 Subject: [PATCH 2130/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkRed; } nav { - background: NavajoWhite; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From c7c070d278a5fa73bbc7a4a6a2aa76b14a706842 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 09:42:31 +0000 Subject: [PATCH 2131/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Grey; } nav { - background: DarkRed; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From d72f58235db7e2eed99ae8a2e87fb05c29973b6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 11:57:31 +0000 Subject: [PATCH 2132/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid PowderBlue; } nav { - background: Grey; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 22cfbc3bcf0fabbe5c61ceb75340b50cf925c900 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 14:57:32 +0000 Subject: [PATCH 2133/3208] KPT-22: Modals with DarkGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkGreen; } nav { - background: PowderBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 206eca6bc79222fd5e1631a759c855673c6bac28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 16:27:31 +0000 Subject: [PATCH 2134/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Brown; } nav { - background: DarkGreen; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 485080f29b14c2ce15f0407a964ffc5e49471926 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 23:12:31 +0000 Subject: [PATCH 2135/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkCyan; } nav { - background: Brown; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 07fc7706345c0616a17bc3a650faa381f7f2d817 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 02:57:31 +0000 Subject: [PATCH 2136/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid ForestGreen; } nav { - background: DarkCyan; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From d3efb96599bf05e0cabf7c235e7e7d663ebb0fa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 04:27:30 +0000 Subject: [PATCH 2137/3208] KPT-22: Modals with SlateGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid SlateGrey; } nav { - background: ForestGreen; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7734f4edda71fc9f982a26236f79c576725736dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 08:12:31 +0000 Subject: [PATCH 2138/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Silver; } nav { - background: SlateGrey; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From ed958e34de45300528b1171e119de7c5ec8d1dff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 08:57:32 +0000 Subject: [PATCH 2139/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid RebeccaPurple; } nav { - background: Silver; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From cbf148ee0ca7af08798d9b0c633b84039fed6169 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 13:27:30 +0000 Subject: [PATCH 2140/3208] KPT-22: Modals with BlueViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid BlueViolet; } nav { - background: RebeccaPurple; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2a1799a4a10c15722e51717efd8717d875be6aba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 15:42:32 +0000 Subject: [PATCH 2141/3208] KPT-24: Update background color to DarkOrchid --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkOrchid; } nav { - background: BlueViolet; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 142e2e534459cf49ead7dafed1fa1d2c1c53558e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 17:12:30 +0000 Subject: [PATCH 2142/3208] KPT-24: Update background color to Orchid --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Orchid; } nav { - background: DarkOrchid; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 7d1bd4d7ad8d51a5bd535862db02c2bed48d9067 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 17:57:33 +0000 Subject: [PATCH 2143/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid LightSeaGreen; } nav { - background: Orchid; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4ee6a9a42788c56fa764ae167799a0f7c896d5aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 23:57:32 +0000 Subject: [PATCH 2144/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Peru; } nav { - background: LightSeaGreen; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 43f868c58ebe0aa37863b92977686b6c2adac5b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 01:27:30 +0000 Subject: [PATCH 2145/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid White; } nav { - background: Peru; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 8e001de0d10aaeb556e30b130e5404acfbbc276c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 04:27:31 +0000 Subject: [PATCH 2146/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Violet; } nav { - background: White; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 895cdc45d483d75c2df4fb112c6346edba6364db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 06:42:30 +0000 Subject: [PATCH 2147/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Red; } nav { - background: Violet; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From eead3637946514d5084b21a71ceb10ef0c62285a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 08:57:31 +0000 Subject: [PATCH 2148/3208] KPT-24: Update background color to RebeccaPurple --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid RebeccaPurple; } nav { - background: Red; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From b897c76217e78cdedd2c02635dc8e5694e949af5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 09:42:31 +0000 Subject: [PATCH 2149/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightSeaGreen; } nav { - background: RebeccaPurple; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d65852b740e6468d82b3f9d992caad9b58866be3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 11:57:31 +0000 Subject: [PATCH 2150/3208] KPT-22: Modals with LightYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightYellow; } nav { - background: LightSeaGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 74b0de57f08f1a13de25da4d0b63328c68781a58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 13:27:31 +0000 Subject: [PATCH 2151/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid PaleTurquoise; } nav { - background: LightYellow; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 695345ceb88d0a7b8362cbc75f8bd816552abf45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 14:57:31 +0000 Subject: [PATCH 2152/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightCyan; } nav { - background: PaleTurquoise; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 97173534dac886be20fbb94d38e26e305ac8a143 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 17:57:32 +0000 Subject: [PATCH 2153/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkOrchid; } nav { - background: LightCyan; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 50f0a304219142a96dc2d4682f8f9ccadaafb543 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 22:27:30 +0000 Subject: [PATCH 2154/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Gray; } nav { - background: DarkOrchid; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 76caf66ece66a4e8ac506b7719bd9c99c3ab7e63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 23:57:31 +0000 Subject: [PATCH 2155/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid PaleVioletRed; } nav { - background: Gray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 3b463115b934ad4fa03ee6c05e43914643e7210c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 04:27:32 +0000 Subject: [PATCH 2156/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Salmon; } nav { - background: PaleVioletRed; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 7543722fa09f96c403a1cdfc8731383e9f50b76b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 08:12:31 +0000 Subject: [PATCH 2157/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Plum; } nav { - background: Salmon; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 8941ebbd62c46689c6ec6fcecac98fa115009f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 09:42:31 +0000 Subject: [PATCH 2158/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightSlateGrey; } nav { - background: Plum; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 98707ea83b6a71260bc15f1a58540bff9088323e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 11:57:32 +0000 Subject: [PATCH 2159/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid White; } nav { - background: LightSlateGrey; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 4bb07840d8d7e3174a107aa9beb3b1df3e786a45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 14:57:30 +0000 Subject: [PATCH 2160/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid WhiteSmoke; } nav { - background: White; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From bed29f9b3ee6e4e73ca7a7842919ca864518edb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 20:57:30 +0000 Subject: [PATCH 2161/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid SandyBrown; } nav { - background: WhiteSmoke; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f06425702d45a19bc84df0cd41501b8be1fbba0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 21:42:30 +0000 Subject: [PATCH 2162/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid RosyBrown; } nav { - background: SandyBrown; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8b0194ccfba60f32770a88543bfe99bd08786c26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 22:27:31 +0000 Subject: [PATCH 2163/3208] KPT-22: Modals with DodgerBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DodgerBlue; } nav { - background: RosyBrown; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a36a98ac74eccede87f165d38fb3e9e41988b9ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 06:42:30 +0000 Subject: [PATCH 2164/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightGray; } nav { - background: DodgerBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From d171dc9776fa733023c0d6e47f41318ebf0d6e81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 10:27:30 +0000 Subject: [PATCH 2165/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SlateGray; } nav { - background: LightGray; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6ec4076fe554aa7d292a9d664e47e23a4f1c8414 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 12:42:30 +0000 Subject: [PATCH 2166/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid RebeccaPurple; } nav { - background: SlateGray; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 068de64ec6a5a2bafcd35ce1bb7f8416a53073a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 14:12:30 +0000 Subject: [PATCH 2167/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkGray; } nav { - background: RebeccaPurple; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 294c8f19e0c6420f59c2a136c76a56f930dd95fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 15:42:31 +0000 Subject: [PATCH 2168/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid GreenYellow; } nav { - background: DarkGray; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 811a34e4eabe631eaa0d82c38030e2f3d7dcd59b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 17:57:31 +0000 Subject: [PATCH 2169/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LightSlateGray; } nav { - background: GreenYellow; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From d99167adb34dcdb133155b543408447fc116e944 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 02:12:30 +0000 Subject: [PATCH 2170/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Sienna; } nav { - background: LightSlateGray; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 7d62a6b9c3ea9ec4b2dcb4990a4956d72fcba5fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 08:57:31 +0000 Subject: [PATCH 2171/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Silver; } nav { - background: Sienna; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From fe7e64493a84cb41048007fedb2a725ffa4fadca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 09:42:31 +0000 Subject: [PATCH 2172/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkGreen; } nav { - background: Silver; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9d1b62fe59967a2814cc3640e27ebf264754ed4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 14:57:31 +0000 Subject: [PATCH 2173/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkGreen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From e3e6eb4cbd0b440e91bff942ee2acb24d3fb82df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 15:42:30 +0000 Subject: [PATCH 2174/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid OliveDrab; } nav { - background: DarkSlateBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 0ce90dbf705e58fbdba4a30e5db037f93f7e1640 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 18:42:30 +0000 Subject: [PATCH 2175/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid PaleGreen; } nav { - background: OliveDrab; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3973ad2591bc6520f8ef44c9a8906a99c668454d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 02:57:31 +0000 Subject: [PATCH 2176/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DodgerBlue; } nav { - background: PaleGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From accf2ad812480b11cb8b3bd3c660b9b24330648c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 03:42:31 +0000 Subject: [PATCH 2177/3208] KPT-24: Update background color to LightCyan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightCyan; } nav { - background: DodgerBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From c9da030ab4494d812fbfc926a99fbfe5119164a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 04:27:30 +0000 Subject: [PATCH 2178/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Red; } nav { - background: LightCyan; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 43cec87dc5bb0f941cea40013e398dd2079699fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 05:12:31 +0000 Subject: [PATCH 2179/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Aquamarine; } nav { - background: Red; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 22f5dc26630d8dd6082a06e41cc703c328f87347 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 06:42:31 +0000 Subject: [PATCH 2180/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Violet; } nav { - background: Aquamarine; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 4fdcb426a376384a4d18db34f673fadee0393941 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 11:12:31 +0000 Subject: [PATCH 2181/3208] KPT-24: Update background color to Aquamarine --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Aquamarine; } nav { - background: Violet; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 34118b3150070bd0c3e0643437b6a4d269eafb0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 11:57:30 +0000 Subject: [PATCH 2182/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkGreen; } nav { - background: Aquamarine; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8cce5c7c6786f285ae986fb3b92d9a85485e5d84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 16:27:30 +0000 Subject: [PATCH 2183/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkSalmon; } nav { - background: DarkGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From fffd140fbc337d5252dfbf93b4d7ab71fec61dab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 17:12:31 +0000 Subject: [PATCH 2184/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkSalmon; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From cf40da228970e2aac771cb318e1f70cbd8549cf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 23:12:30 +0000 Subject: [PATCH 2185/3208] KPT-24: Update background color to GreenYellow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid GreenYellow; } nav { - background: LightSkyBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 603fad8ec0af6a446d8fb1057e9c122e44096a2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 23:57:31 +0000 Subject: [PATCH 2186/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid OliveDrab; } nav { - background: GreenYellow; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 89fa11d904889b060c955241cf2bb8c8dc87c640 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 04:27:31 +0000 Subject: [PATCH 2187/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SandyBrown; } nav { - background: OliveDrab; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 387b5db29a4322cdc5fe10e5732c735cdddd8ed0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 08:12:31 +0000 Subject: [PATCH 2188/3208] KPT-24: Update background color to Ivory --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Ivory; } nav { - background: SandyBrown; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 17658e45faf344e35424092be5fe58cdf41eec54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 10:27:31 +0000 Subject: [PATCH 2189/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DeepSkyBlue; } nav { - background: Ivory; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 679df5316db135c658120b0a9871289efb800db2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 12:42:30 +0000 Subject: [PATCH 2190/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid LightSalmon; } nav { - background: DeepSkyBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 0937f7cb15519c435cd9cfc1c026ce846c942b3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 21:42:30 +0000 Subject: [PATCH 2191/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkGrey; } nav { - background: LightSalmon; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3e9b4cf1c0c072fe31b449cb00a0c1545523548d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 23:12:30 +0000 Subject: [PATCH 2192/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DeepPink; } nav { - background: DarkGrey; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 9b684102ca014cf0d05285a9b1b7ea33089f63d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 02:12:31 +0000 Subject: [PATCH 2193/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Lavender; } nav { - background: DeepPink; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 2243545d238bd9091896d9628c146f66cf74b81e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 09:42:30 +0000 Subject: [PATCH 2194/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Pink; } nav { - background: Lavender; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 8c74814852aeee1d635622c69f716fcc3b8bdbe1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 10:27:30 +0000 Subject: [PATCH 2195/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid SlateGray; } nav { - background: Pink; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From bc37d0c44f6d999f20b30f7284615d0c9373755e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 12:42:30 +0000 Subject: [PATCH 2196/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid SlateGrey; } nav { - background: SlateGray; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 20f45e7d4b85be1b9a47bab9309888cdb81fdec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 19:27:31 +0000 Subject: [PATCH 2197/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Cornsilk; } nav { - background: SlateGrey; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ca737cb107e689c6aa2e9d714229de2476860ab8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 20:12:30 +0000 Subject: [PATCH 2198/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DodgerBlue; } nav { - background: Cornsilk; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From d6d7a027bf3621ec9c066c6953a2757054547ed9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 21:42:30 +0000 Subject: [PATCH 2199/3208] KPT-24: Update background color to Azure --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Azure; } nav { - background: DodgerBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 49599e6f3d603f83167791071ead04e461109e1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 23:12:30 +0000 Subject: [PATCH 2200/3208] KPT-24: Update background color to DarkViolet --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkViolet; } nav { - background: Azure; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 3930210a3233e8fbde8c29a377c57eefc7b75087 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 23:57:32 +0000 Subject: [PATCH 2201/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Black; } nav { - background: DarkViolet; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From d886d709159df4f260863d83f9c3bd4f4216959c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 02:57:31 +0000 Subject: [PATCH 2202/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DarkSlateGrey; } nav { - background: Black; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 49024973d032310bc461c83836f6048f5d5c92af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 07:27:30 +0000 Subject: [PATCH 2203/3208] KPT-22: Modals with LightGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightGrey; } nav { - background: DarkSlateGrey; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From ff8e55a0a1b5fe331272fe785dbbb488c3ba4d72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 11:12:43 +0000 Subject: [PATCH 2204/3208] KPT-22: Modals with MediumPurple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MediumPurple; } nav { - background: LightGrey; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From cb12b16ffbe95626748a565b08813aaf87cf8094 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 11:57:30 +0000 Subject: [PATCH 2205/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid PaleVioletRed; } nav { - background: MediumPurple; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From a1d4fd34c0b2fd1e4beb59df372809da5ae4c8bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 13:27:31 +0000 Subject: [PATCH 2206/3208] KPT-22: Modals with Orange accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Orange; } nav { - background: PaleVioletRed; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From cece5fe44fafce13e282948963bb475d0da2e266 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 14:12:31 +0000 Subject: [PATCH 2207/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid PaleTurquoise; } nav { - background: Orange; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 509705febf99c23579b6278a8f774f85637771cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 16:27:31 +0000 Subject: [PATCH 2208/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid MediumBlue; } nav { - background: PaleTurquoise; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From f7c2ba31179f5fc9c7539b5e9335a8d92e90e4ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 18:42:30 +0000 Subject: [PATCH 2209/3208] KPT-24: Update background color to IndianRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid IndianRed; } nav { - background: MediumBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From ce00febc3a6947407b06aa0d01a49aab57efcf07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 21:42:30 +0000 Subject: [PATCH 2210/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DarkViolet; } nav { - background: IndianRed; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 3efc1d8b311c2c730ddd7c6f7ec94933a79a1340 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 23:57:31 +0000 Subject: [PATCH 2211/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid MediumBlue; } nav { - background: DarkViolet; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5a4636675b5f36c5a216e92b3efa42497fb504d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 02:57:30 +0000 Subject: [PATCH 2212/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightSlateGray; } nav { - background: MediumBlue; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 06b1e0dcfe33cdefc3424609b3100f78761b5480 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 03:42:31 +0000 Subject: [PATCH 2213/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Chartreuse; } nav { - background: LightSlateGray; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 8011a942bbda5c8f91c337af3213f0a229394aab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 05:12:30 +0000 Subject: [PATCH 2214/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid CornflowerBlue; } nav { - background: Chartreuse; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a113256cc84be0db8e924c46e3500186d1fe66d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 05:57:31 +0000 Subject: [PATCH 2215/3208] KPT-24: Update background color to Lime --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Lime; } nav { - background: CornflowerBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 98e66e9452f29be2cd4e93b18f5b243bfbeff36e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 09:42:30 +0000 Subject: [PATCH 2216/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid CadetBlue; } nav { - background: Lime; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9a314f5895df049097c8a129a174c88f8dee04f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 14:57:31 +0000 Subject: [PATCH 2217/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid HoneyDew; } nav { - background: CadetBlue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 7c09a5b1c74d3b1ba43b49b1ab4591ef768eb331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 15:42:31 +0000 Subject: [PATCH 2218/3208] KPT-22: Modals with LightYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightYellow; } nav { - background: HoneyDew; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From d0a32a4fced7738995e58914a5b5c71683eab2d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 17:12:31 +0000 Subject: [PATCH 2219/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid PowderBlue; } nav { - background: LightYellow; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From dc0b3e1ffce60551ecb5e2afc6e8c58e9204de99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 23:12:31 +0000 Subject: [PATCH 2220/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightPink; } nav { - background: PowderBlue; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 744ba6f480e98dbaf5ca14a8cc4f58fd77ff939a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 00:42:30 +0000 Subject: [PATCH 2221/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SaddleBrown; } nav { - background: LightPink; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8117d4d5e4f7b2672defcabcf2a5153f3a57e614 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 01:27:31 +0000 Subject: [PATCH 2222/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Orange; } nav { - background: SaddleBrown; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 377307b8d9389a21b9f077b147c69d098031b29e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 02:12:30 +0000 Subject: [PATCH 2223/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid SteelBlue; } nav { - background: Orange; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From f10f4de8a3d0e84ca219462a39c041dfb5fb1331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 09:42:31 +0000 Subject: [PATCH 2224/3208] KPT-22: Modals with PeachPuff accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid PeachPuff; } nav { - background: SteelBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 6e3f6f502cc27d3a2e269d612c15583ff900b865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 10:27:30 +0000 Subject: [PATCH 2225/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MediumSlateBlue; } nav { - background: PeachPuff; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From e8e589a30da6d0243b7a35795ca74d4d21bcad99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 14:57:30 +0000 Subject: [PATCH 2226/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid SeaShell; } nav { - background: MediumSlateBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From d48264182c50f1caf4fa1b6942ef519a2f1153eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 15:42:31 +0000 Subject: [PATCH 2227/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkSlateGrey; } nav { - background: SeaShell; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0ec00bbfecb615192336bfc179a7ad81b6ce3316 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 17:57:41 +0000 Subject: [PATCH 2228/3208] KPT-24: Update background color to LightYellow --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightYellow; } nav { - background: DarkSlateGrey; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From e28cd7a65e5a1a86bc7e48a929817d6a0debe279 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 18:42:31 +0000 Subject: [PATCH 2229/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Brown; } nav { - background: LightYellow; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 880259c63e2ccc7724227f1e38bbb799bc8f7011 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 20:57:31 +0000 Subject: [PATCH 2230/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid PeachPuff; } nav { - background: Brown; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ff06fca0dd969a59c683d57ae87e6b5eb3351aaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 00:42:30 +0000 Subject: [PATCH 2231/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Wheat; } nav { - background: PeachPuff; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 70b8b2a2ae1358cd3b729530796c9011307081d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 06:42:31 +0000 Subject: [PATCH 2232/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Bisque; } nav { - background: Wheat; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 5901dd1529f0320a9d7731b34cf9ab6398727963 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 08:12:30 +0000 Subject: [PATCH 2233/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Bisque; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From e1bb07287c5b637cbf888c8a46f06c7c1c321f36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 14:12:31 +0000 Subject: [PATCH 2234/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Orchid; } nav { - background: LightGoldenRodYellow; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From eec980a3528089246bcf2c15c2a3fcca6172d8b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 22:27:30 +0000 Subject: [PATCH 2235/3208] KPT-24: Update background color to Turquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Turquoise; } nav { - background: Orchid; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 69172babc9a96aa5bff5da1f54441712e57e0f1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 01:27:31 +0000 Subject: [PATCH 2236/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MediumPurple; } nav { - background: Turquoise; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 4c9383c47c826d1fa4f4d1ab43297af833cea64a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 02:57:32 +0000 Subject: [PATCH 2237/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkGrey; } nav { - background: MediumPurple; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 695eb750a8592c87a45446f3535edd84398892f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 03:42:30 +0000 Subject: [PATCH 2238/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Orchid; } nav { - background: DarkGrey; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 6160e3a0a084d7e3f887151e31211820a0699f3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 06:42:30 +0000 Subject: [PATCH 2239/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid LightBlue; } nav { - background: Orchid; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8cd76d097207592d420836de66fcb915ae08ecb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 11:12:30 +0000 Subject: [PATCH 2240/3208] KPT-24: Update background color to OrangeRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid OrangeRed; } nav { - background: LightBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From f3b3559c00b3b174f854e159b76fca73bd6d7fa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 11:57:31 +0000 Subject: [PATCH 2241/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid LimeGreen; } nav { - background: OrangeRed; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3118db14f0f6d60d10c682228ef612afba0e9587 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 17:57:31 +0000 Subject: [PATCH 2242/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Wheat; } nav { - background: LimeGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 0428715ab16db61f0b0c975261aaa11544c24816 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 20:57:32 +0000 Subject: [PATCH 2243/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightBlue; } nav { - background: Wheat; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7cab0577591371cf64e4575108751e0216dc2d11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 00:42:32 +0000 Subject: [PATCH 2244/3208] KPT-22: Modals with Peru accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Peru; } nav { - background: LightBlue; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From aee94649794ddf3058615aeff1d65c2ef7dafdc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 01:27:32 +0000 Subject: [PATCH 2245/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Navy; } nav { - background: Peru; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 9bde92236f1072c017797cbf4670e703acb72d83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 02:57:31 +0000 Subject: [PATCH 2246/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Salmon; } nav { - background: Navy; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From b734c2d0ce620976c7cdcb2dd0a031a44d474e98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 05:57:31 +0000 Subject: [PATCH 2247/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkGoldenRod; } nav { - background: Salmon; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c3333b6fe1441d92dc5fecacbfd4b055795a2f00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 07:27:31 +0000 Subject: [PATCH 2248/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LavenderBlush; } nav { - background: DarkGoldenRod; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From e2c9d83d2c93757c94a18383ad453a35dcff9ed8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 08:12:31 +0000 Subject: [PATCH 2249/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Teal; } nav { - background: LavenderBlush; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From bcf563c35b8f9c1e79d2879e474a257f3dcee550 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 11:57:33 +0000 Subject: [PATCH 2250/3208] KPT-22: Modals with LightGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightGray; } nav { - background: Teal; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 784388330c0edfb42d6375d00afee7e153a4ec20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 14:12:31 +0000 Subject: [PATCH 2251/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Teal; } nav { - background: LightGray; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 837362602f5f5b8067cb2b21354e3de9585b74b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 15:42:32 +0000 Subject: [PATCH 2252/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid DarkOliveGreen; } nav { - background: Teal; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From ba002dd0b184a8872fff88a680ba9537ee47724b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 18:42:31 +0000 Subject: [PATCH 2253/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid GhostWhite; } nav { - background: DarkOliveGreen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8e7a9e19f414f56266d8aecb4b8c494deb9c63d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 19:27:32 +0000 Subject: [PATCH 2254/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid BlueViolet; } nav { - background: GhostWhite; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From d99abd9ef1d1164d5f2964aa118b22aa87f8e7bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 20:12:42 +0000 Subject: [PATCH 2255/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid MediumAquaMarine; } nav { - background: BlueViolet; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From d40c58afd9f9fd23143b8d255aaf6dd49073a5ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 22:27:32 +0000 Subject: [PATCH 2256/3208] KPT-24: Update background color to LightPink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightPink; } nav { - background: MediumAquaMarine; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 58a62e5ba30253f0ca7c717e0569081783371743 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 23:57:31 +0000 Subject: [PATCH 2257/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkSlateGray; } nav { - background: LightPink; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 0465f68d97b618b5729bec06dd5eb3ff88b9e410 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 02:12:30 +0000 Subject: [PATCH 2258/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Silver; } nav { - background: DarkSlateGray; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 66351875367e9f167dbe0b200c98f06509dc5f90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 03:42:30 +0000 Subject: [PATCH 2259/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Crimson; } nav { - background: Silver; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From d695505c85090f0c5a61368c1cf09197fac9366f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 08:12:32 +0000 Subject: [PATCH 2260/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid PaleVioletRed; } nav { - background: Crimson; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 075202ee266b60bfc5a70a5c15bd7f9ff2d8ffbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 11:12:32 +0000 Subject: [PATCH 2261/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Moccasin; } nav { - background: PaleVioletRed; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 4b9708803e89bf2625adf43a7177391724392dfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 14:57:30 +0000 Subject: [PATCH 2262/3208] KPT-24: Update background color to RosyBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid RosyBrown; } nav { - background: Moccasin; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 45625cb67290947d31324b6c0be1cee60f044957 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 20:57:31 +0000 Subject: [PATCH 2263/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid MidnightBlue; } nav { - background: RosyBrown; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f9655b1a69f3896a902cbe604b3102d9c03ff1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 22:27:31 +0000 Subject: [PATCH 2264/3208] KPT-22: Modals with Wheat accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Wheat; } nav { - background: MidnightBlue; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 297a7a22e46879d0b2d31b8328f67b05b0f64620 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 03:42:30 +0000 Subject: [PATCH 2265/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Orchid; } nav { - background: Wheat; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 98d4dcc3f33ed8d6cf5dbdf1a0add0b6a60fc903 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 04:27:31 +0000 Subject: [PATCH 2266/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid DarkSlateGrey; } nav { - background: Orchid; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6e8c7131349ad74f9ade7017c0596e7a316c7024 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 07:27:30 +0000 Subject: [PATCH 2267/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Aqua; } nav { - background: DarkSlateGrey; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 2f3456fd38e9a58fdd6f99507fb374229980552d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 11:12:30 +0000 Subject: [PATCH 2268/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid SeaShell; } nav { - background: Aqua; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 5457809ae22d210c66162a959d76a2cf4cbe3971 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 17:12:31 +0000 Subject: [PATCH 2269/3208] KPT-24: Update background color to LemonChiffon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LemonChiffon; } nav { - background: SeaShell; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 14dd3348515440c7fe916871ced434ae3964d11d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 22:27:30 +0000 Subject: [PATCH 2270/3208] KPT-22: Modals with Red accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Red; } nav { - background: LemonChiffon; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 1e5c79c55e6691f5819c6c07375068316b596e9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 02:12:30 +0000 Subject: [PATCH 2271/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkSlateGray; } nav { - background: Red; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 146c85d6072ecdf7017e8195022b10867c55b3da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 02:57:31 +0000 Subject: [PATCH 2272/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Navy; } nav { - background: DarkSlateGray; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From a540cda26b5ad0dd43ea3c2a942235cbf4fb3e13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 05:57:31 +0000 Subject: [PATCH 2273/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid PeachPuff; } nav { - background: Navy; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ca0918979c897b4ebe336072db0e7c08a310d2da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 06:42:32 +0000 Subject: [PATCH 2274/3208] KPT-24: Update background color to DarkRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkRed; } nav { - background: PeachPuff; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 712104e76fe241ee47f067b98971685c9003124d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 08:57:32 +0000 Subject: [PATCH 2275/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkSlateGray; } nav { - background: DarkRed; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 146249ebeeafc049b73739ec7475905a480bab41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 13:27:31 +0000 Subject: [PATCH 2276/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Thistle; } nav { - background: DarkSlateGray; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 46b7c69422fcb004aa850eddcabff2fb5c60f100 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 18:42:32 +0000 Subject: [PATCH 2277/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DimGrey; } nav { - background: Thistle; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0336954a141c483c1b34cafa1d21761415e00de5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 01:27:30 +0000 Subject: [PATCH 2278/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LightSlateGrey; } nav { - background: DimGrey; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 48fc826185ef162454799b2c557eb8be81721686 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 03:42:30 +0000 Subject: [PATCH 2279/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Khaki; } nav { - background: LightSlateGrey; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 020ddca3b36250652a8d874796fde6958add4d04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 07:27:30 +0000 Subject: [PATCH 2280/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Lime; } nav { - background: Khaki; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 68d2992aa95161a2565c91b148b586a5b1a82ab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 11:12:30 +0000 Subject: [PATCH 2281/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LightGrey; } nav { - background: Lime; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From d19810c1e7d5d3bbd6eb42677a59769c3c9c2fb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 17:12:31 +0000 Subject: [PATCH 2282/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid LightGreen; } nav { - background: LightGrey; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From fe6e768ac11f76248876e4fb38c4e470f4bae202 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 19:27:32 +0000 Subject: [PATCH 2283/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: LightGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e599703a5f96dee85e44513f4f7933fea97f44c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 20:12:30 +0000 Subject: [PATCH 2284/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Crimson; } nav { - background: LightSkyBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 0eb465b82fc54be8879e3ee95491074263738cf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 22:27:31 +0000 Subject: [PATCH 2285/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Grey; } nav { - background: Crimson; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From d598600b1b6dd513be7ff2a0f5971e14efada71c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 23:12:32 +0000 Subject: [PATCH 2286/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Lime; } nav { - background: Grey; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 22d70acda1cefbd27706d0f0e666c82595c269a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 00:42:32 +0000 Subject: [PATCH 2287/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LightGreen; } nav { - background: Lime; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6e6b88ba7429c076bacc422a95928d4dfeb0a1c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 01:27:32 +0000 Subject: [PATCH 2288/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Wheat; } nav { - background: LightGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 0f84c0337a1ffb0d1521a9a19bbd51fb90502aea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 02:12:31 +0000 Subject: [PATCH 2289/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkOliveGreen; } nav { - background: Wheat; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 347c341b5cd3984e7c085bbb98d14cd5a67048a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 05:57:31 +0000 Subject: [PATCH 2290/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: DarkOliveGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9fcb47f81709d0511686eaeace4a492af6b54522 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 08:57:31 +0000 Subject: [PATCH 2291/3208] KPT-24: Update background color to PaleGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid PaleGreen; } nav { - background: LightSteelBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4ea9fbdea0f902c85e19d512e3f9f8eb4bc8dd05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 09:42:32 +0000 Subject: [PATCH 2292/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Coral; } nav { - background: PaleGreen; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 08e38352ff2408890f47ccf2ba8d6ad0309f2b3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 00:42:30 +0000 Subject: [PATCH 2293/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid GhostWhite; } nav { - background: Coral; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 5b03b4729fc8f21d6935c64c020004d4ee06f9ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 02:57:32 +0000 Subject: [PATCH 2294/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Aqua; } nav { - background: GhostWhite; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 9263cfba2763858bed538365344d652ec23f0b8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 03:42:30 +0000 Subject: [PATCH 2295/3208] KPT-24: Update background color to DarkKhaki --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkKhaki; } nav { - background: Aqua; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 6ac89d3ed0af33e9840155281c1591b6b8fc84a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 08:57:31 +0000 Subject: [PATCH 2296/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkKhaki; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 05e9af2d4074ce4e6fa06d018a76041097c02e09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 11:12:32 +0000 Subject: [PATCH 2297/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid SlateGray; } nav { - background: DarkTurquoise; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 0c5dc999eeb77c502800838678389800e52e0fa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 11:57:31 +0000 Subject: [PATCH 2298/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid SeaGreen; } nav { - background: SlateGray; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 33708804de787533a9b382006d7d2524ee45173b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 14:57:31 +0000 Subject: [PATCH 2299/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: SeaGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 81fcbbe4eaf0ba4a85c62da6be05c1f51d0cc48b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 15:42:30 +0000 Subject: [PATCH 2300/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid MediumAquaMarine; } nav { - background: MediumSeaGreen; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From a69abbf1098cca66ca71ba1a95710bb2e7e3e622 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 16:27:31 +0000 Subject: [PATCH 2301/3208] KPT-22: Modals with Teal accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Teal; } nav { - background: MediumAquaMarine; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From fc074a8c5e940f3b2ae0684a7b78e4722d171bef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 19:27:33 +0000 Subject: [PATCH 2302/3208] KPT-24: Update background color to HotPink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid HotPink; } nav { - background: Teal; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 89e5011e029c45241bfcc8aac8e8d7abbb957417 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 20:57:33 +0000 Subject: [PATCH 2303/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Moccasin; } nav { - background: HotPink; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 6ba6e6cbc74d18dd0a0a82b1ecb274e2c6c278ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 00:42:32 +0000 Subject: [PATCH 2304/3208] KPT-24: Update background color to LawnGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LawnGreen; } nav { - background: Moccasin; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From e6af9c11150fc1eb8cf40b65fe65ffccda843f38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 01:27:31 +0000 Subject: [PATCH 2305/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightPink; } nav { - background: LawnGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 7be3f34eef08b379b52301e34307257a8d1be53c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 11:57:31 +0000 Subject: [PATCH 2306/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid White; } nav { - background: LightPink; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 710a6e06004adce42809a1c2d1d53addb32f2de1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 17:57:32 +0000 Subject: [PATCH 2307/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkSeaGreen; } nav { - background: White; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9ac5d1c2bc798f8fd8bfde7fece01daf33d23677 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 20:12:30 +0000 Subject: [PATCH 2308/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DarkSlateGray; } nav { - background: DarkSeaGreen; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f5d142a8af7367c1f6a43d7d0fc6237dafcdbd21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 21:42:31 +0000 Subject: [PATCH 2309/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MintCream; } nav { - background: DarkSlateGray; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From bc72c465173112742bb05e707a776dddcef57d63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 02:12:31 +0000 Subject: [PATCH 2310/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid RosyBrown; } nav { - background: MintCream; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From fb2ccec2193777a12dfce5810a4e7f6112010f93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 03:42:31 +0000 Subject: [PATCH 2311/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Fuchsia; } nav { - background: RosyBrown; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 13024941a87c61d4ca6a21f32964a4b1541ccf27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 05:57:31 +0000 Subject: [PATCH 2312/3208] KPT-24: Update background color to Wheat --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Wheat; } nav { - background: Fuchsia; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 94969f64f8bd7cafd02d729340738dc5969c05cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 08:57:31 +0000 Subject: [PATCH 2313/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid RosyBrown; } nav { - background: Wheat; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 80076d75095b8c920023178493d579bf452f1f94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 13:27:31 +0000 Subject: [PATCH 2314/3208] KPT-24: Update background color to Pink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Pink; } nav { - background: RosyBrown; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 837aa2e41e4bd1a12d33d73e8c1e8a5ea693aef6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 14:12:30 +0000 Subject: [PATCH 2315/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid LightGray; } nav { - background: Pink; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 2c2a88f79c3b5bc7f183e481925c5cce757a1b91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 21:42:30 +0000 Subject: [PATCH 2316/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SandyBrown; } nav { - background: LightGray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From df29134cb87b6b0a40751d991ad9edf2b3f0a0b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 03:42:30 +0000 Subject: [PATCH 2317/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkRed; } nav { - background: SandyBrown; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 7ed2208a316e7a7cb2e18c36b2134a88bf1e01a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 06:42:30 +0000 Subject: [PATCH 2318/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightGray; } nav { - background: DarkRed; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From ca3e5de578e2e7ac33306728b1a95bf677b5d4c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 07:27:30 +0000 Subject: [PATCH 2319/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid GreenYellow; } nav { - background: LightGray; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From a1221d871cbda8382753c7aad6138e978a1753a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 09:42:30 +0000 Subject: [PATCH 2320/3208] KPT-24: Update background color to FireBrick --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid FireBrick; } nav { - background: GreenYellow; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From bddfcd2d8e3f6569faf7474dccca94b021e4266f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 11:12:30 +0000 Subject: [PATCH 2321/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Orchid; } nav { - background: FireBrick; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 988ea82e09e42fc36c0bd42d04da38e3eccd5beb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 13:27:30 +0000 Subject: [PATCH 2322/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Black; } nav { - background: Orchid; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From ad4ada25f6be8aed5864c56c7efe7bd0a11d4638 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 17:57:31 +0000 Subject: [PATCH 2323/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid PowderBlue; } nav { - background: Black; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 264370eff12a693fc554754a606520a322e30f1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 21:42:30 +0000 Subject: [PATCH 2324/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LimeGreen; } nav { - background: PowderBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6a6f269ddeddc59619f8be85fb54dec1b15690c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 23:12:30 +0000 Subject: [PATCH 2325/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkGray; } nav { - background: LimeGreen; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 5f289c2fc5931563ef8547d76b05e1f0f51669a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 02:12:30 +0000 Subject: [PATCH 2326/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid ForestGreen; } nav { - background: DarkGray; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0b7d3f1e443d01edda58969fb520106034f807a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 02:57:31 +0000 Subject: [PATCH 2327/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkMagenta; } nav { - background: ForestGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 90b00dcb1d372438c165c60f758e7e08468d75ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 11:12:30 +0000 Subject: [PATCH 2328/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkMagenta; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 20fb7d3f8ad260ab79dfaad3f48cab920079c706 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 12:42:31 +0000 Subject: [PATCH 2329/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid MediumSpringGreen; } nav { - background: LightGoldenRodYellow; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8d291c92895430c79787204f4c24183b886903af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 13:27:31 +0000 Subject: [PATCH 2330/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid ForestGreen; } nav { - background: MediumSpringGreen; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5231af66df2ae9f8217d53f45e482525aff5efe0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 20:57:31 +0000 Subject: [PATCH 2331/3208] KPT-22: Modals with MediumAquaMarine accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid MediumAquaMarine; } nav { - background: ForestGreen; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 95ac6e6464986ca7e672b633449b63bc5e649518 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 21:42:31 +0000 Subject: [PATCH 2332/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Orange; } nav { - background: MediumAquaMarine; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 9c6ed55487df74e09c3dc9d794cc54c566052363 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 23:57:31 +0000 Subject: [PATCH 2333/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkSlateGray; } nav { - background: Orange; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ec991aa119793d556edf9f1ace57fa442b807ecf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 02:12:30 +0000 Subject: [PATCH 2334/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkSlateGray; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b099b7eac494e029c1dfd47a4a0532d5bba626be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 11:12:30 +0000 Subject: [PATCH 2335/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightCoral; } nav { - background: MediumSeaGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From a4ee4c41a4b5be9ee38397e1023367862a73578e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 17:12:30 +0000 Subject: [PATCH 2336/3208] KPT-22: Modals with SlateGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SlateGray; } nav { - background: LightCoral; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From a54f98456403e1158ece83b4a41d2fb18e54d0a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 21:42:31 +0000 Subject: [PATCH 2337/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DeepPink; } nav { - background: SlateGray; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 30e482080ec758d1a9eeb0e67470ea0e345fe5bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 04:27:31 +0000 Subject: [PATCH 2338/3208] KPT-24: Update background color to LightGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid LightGrey; } nav { - background: DeepPink; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 846c8498b34d33a6ddc6ad6678d6ebf26de97e19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 05:57:31 +0000 Subject: [PATCH 2339/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Crimson; } nav { - background: LightGrey; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 39da8172ff5097329268c5be1213b1955c9a2888 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 07:27:30 +0000 Subject: [PATCH 2340/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Violet; } nav { - background: Crimson; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From d07c0248fa872b7fb652087f838c48ed264d89bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 09:42:31 +0000 Subject: [PATCH 2341/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DeepPink; } nav { - background: Violet; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 2d67a3af6a7c47bc01b14b27f226516e802dcfe0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 11:57:30 +0000 Subject: [PATCH 2342/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DarkViolet; } nav { - background: DeepPink; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 747c67d054fc221544f4a89bd951495b20d502d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 13:27:31 +0000 Subject: [PATCH 2343/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid SkyBlue; } nav { - background: DarkViolet; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d9f62c5c069f894abc3636c60e5bf1a3cc24459f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 14:57:31 +0000 Subject: [PATCH 2344/3208] KPT-22: Modals with MediumSpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid MediumSpringGreen; } nav { - background: SkyBlue; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3ff800ec4d4eb1f40417956973e074a6cc6e3be7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 15:42:31 +0000 Subject: [PATCH 2345/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DeepSkyBlue; } nav { - background: MediumSpringGreen; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a5c64d0c0f9fb659d4d04cfed1a883a8a4a22cc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 18:42:31 +0000 Subject: [PATCH 2346/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid CadetBlue; } nav { - background: DeepSkyBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 09d9b964328fcc6430e415f39b8d80f28f3cfce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 21:42:32 +0000 Subject: [PATCH 2347/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightBlue; } nav { - background: CadetBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 26cfd08f6b87bc47fcb9460dc151a1d0d427a968 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 23:12:31 +0000 Subject: [PATCH 2348/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SaddleBrown; } nav { - background: LightBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 775ed883bb31901932b72abe80e4501beb9949af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 00:42:31 +0000 Subject: [PATCH 2349/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Black; } nav { - background: SaddleBrown; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From bdddec0df4fb8328238b9c0ba88faa605e3b4de3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 02:57:31 +0000 Subject: [PATCH 2350/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid PaleGoldenRod; } nav { - background: Black; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From afb3a8b0c1f89ca7d831e25283041b290bb9b17b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 05:12:31 +0000 Subject: [PATCH 2351/3208] KPT-24: Update background color to DarkRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkRed; } nav { - background: PaleGoldenRod; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 757db3420672d9061eaff224385e832c20682d95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 06:42:30 +0000 Subject: [PATCH 2352/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Red; } nav { - background: DarkRed; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 4ed54712630544dd25f01b694a750ef3a511b793 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 11:57:31 +0000 Subject: [PATCH 2353/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Lime; } nav { - background: Red; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From aaa3b0df33185eb827e7dc333b3e66e2bb380055 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 12:42:31 +0000 Subject: [PATCH 2354/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LemonChiffon; } nav { - background: Lime; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From c72df5e1f190e6689250afbb777e3c57f87869d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 17:12:31 +0000 Subject: [PATCH 2355/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Azure; } nav { - background: LemonChiffon; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 2868353889294ee66bdba1ad7d1fc223e4a7f019 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 23:57:30 +0000 Subject: [PATCH 2356/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkGoldenRod; } nav { - background: Azure; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8aa69b2f0b739310bdcae99efe0900132fe21f74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 06:42:31 +0000 Subject: [PATCH 2357/3208] KPT-22: Modals with SteelBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid SteelBlue; } nav { - background: DarkGoldenRod; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From c52da84e69899ad8b3012f0f514dec5b4f197331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 07:27:30 +0000 Subject: [PATCH 2358/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MidnightBlue; } nav { - background: SteelBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b5b355f57e6bd15cde2b7d66069e0b10548ed923 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 11:57:31 +0000 Subject: [PATCH 2359/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Salmon; } nav { - background: MidnightBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From ebf1a5f7ab19020ba13be192fef56070f1755edb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 13:27:30 +0000 Subject: [PATCH 2360/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DeepSkyBlue; } nav { - background: Salmon; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From cc7353241faade29fc54bb4d264583fb7d626dc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 15:42:30 +0000 Subject: [PATCH 2361/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkSlateBlue; } nav { - background: DeepSkyBlue; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 11460fc7288a66ebf4cab8d367572fa2f4886aec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 01:27:31 +0000 Subject: [PATCH 2362/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Orchid; } nav { - background: DarkSlateBlue; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From af06dcf27bdb902e53f5feaae33b63a06a8fb014 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 02:57:31 +0000 Subject: [PATCH 2363/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SteelBlue; } nav { - background: Orchid; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 70ce7afa45b4ed8e7d5a2881c2d44071e6c12bc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 04:27:31 +0000 Subject: [PATCH 2364/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid IndianRed; } nav { - background: SteelBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 1d6b24ecd748dde2f5a802c1fd8bae2b8e1eccf7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 05:57:32 +0000 Subject: [PATCH 2365/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Indigo; } nav { - background: IndianRed; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From bf81171b914bdc4c37b103aef0c297fdc2058e42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 18:42:30 +0000 Subject: [PATCH 2366/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LightGray; } nav { - background: Indigo; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 7d40811f593902f46062d15bc92254fd8b84b738 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 21:42:32 +0000 Subject: [PATCH 2367/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Pink; } nav { - background: LightGray; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 7015040be2b7d5b5a2dba4b661c839fb0b901165 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 22:27:31 +0000 Subject: [PATCH 2368/3208] KPT-24: Update background color to Green --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Green; } nav { - background: Pink; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From c3533b5fb444e74018dc1a74bfa1890a86d0e7df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 02:12:30 +0000 Subject: [PATCH 2369/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Brown; } nav { - background: Green; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From b7adf168546db574afe08ea5f4f77c3b71d44dc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 08:12:30 +0000 Subject: [PATCH 2370/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DodgerBlue; } nav { - background: Brown; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c6692d58d1d44b82a8e684bec42185eff5d21213 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 11:12:30 +0000 Subject: [PATCH 2371/3208] KPT-22: Modals with RebeccaPurple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: DodgerBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From b91327ba78e0e42827dfecd125905bfa8a6cb5d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 14:57:30 +0000 Subject: [PATCH 2372/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Maroon; } nav { - background: RebeccaPurple; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 7482815846e27b96db680d15c3bad5dbc594f60f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 17:12:30 +0000 Subject: [PATCH 2373/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Gray; } nav { - background: Maroon; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 998d07f1a85b444523fa91925d35cc23a35dee2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 18:42:30 +0000 Subject: [PATCH 2374/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Beige; } nav { - background: Gray; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 152c3dc78382969bd9363ff0a84d651aa4b5c666 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 20:57:31 +0000 Subject: [PATCH 2375/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Ivory; } nav { - background: Beige; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 9de5ec1fb70ba7b60087600bdbee872aee8ee098 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 23:12:30 +0000 Subject: [PATCH 2376/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Khaki; } nav { - background: Ivory; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 8680fb4ba6a57d762e39ef704813cfd028c10ee0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 15:42:44 +0000 Subject: [PATCH 2377/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Orange; } nav { - background: Khaki; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 1db52d8ffac76396292b9848f8a69899bb22323c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 16:27:31 +0000 Subject: [PATCH 2378/3208] KPT-24: Update background color to Turquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Turquoise; } nav { - background: Orange; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 35204a0007e6a013fd53bb6983cb595626a188fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 03:42:30 +0000 Subject: [PATCH 2379/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkViolet; } nav { - background: Turquoise; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From db0ba4859e4f50b6102130b8433dbbdac80107c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 04:27:31 +0000 Subject: [PATCH 2380/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkViolet; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 34d409da601ca646357322df399539a42110d093 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 05:12:31 +0000 Subject: [PATCH 2381/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Blue; } nav { - background: LightSlateGrey; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 7f4403c2e90c6f45782cfd80bbacef70dd00d711 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 11:57:30 +0000 Subject: [PATCH 2382/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid GreenYellow; } nav { - background: Blue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From e407a83feacc1dd0fed0c390ed45b816357bb6e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 12:42:31 +0000 Subject: [PATCH 2383/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Yellow; } nav { - background: GreenYellow; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 1d4df379199c5c6c2a5916192ca81e5335e951c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 13:27:31 +0000 Subject: [PATCH 2384/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid BlueViolet; } nav { - background: Yellow; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 292b62dc3cfc497d1ae52ef038d530d93e77f77e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 14:12:30 +0000 Subject: [PATCH 2385/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Gainsboro; } nav { - background: BlueViolet; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 1a067c7d5051f60ebe456e2e98e157ca1d80e07f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 19:27:30 +0000 Subject: [PATCH 2386/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid MediumVioletRed; } nav { - background: Gainsboro; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From fe77ed34bcea2b4f87ab9c4c26f0f42c63ce047f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 00:42:30 +0000 Subject: [PATCH 2387/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Teal; } nav { - background: MediumVioletRed; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From bda3c0772c509566ff1201ff6ed593d078197cc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 02:57:31 +0000 Subject: [PATCH 2388/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Olive; } nav { - background: Teal; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From bb1ad5260ff8916992b2fd77ef7e6dfddb73656d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 06:42:30 +0000 Subject: [PATCH 2389/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Lavender; } nav { - background: Olive; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 82fe395297d227b9c37c55191eeb77be15a85cd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 07:27:30 +0000 Subject: [PATCH 2390/3208] KPT-22: Modals with MediumTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid MediumTurquoise; } nav { - background: Lavender; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e55070c8b5500ee9e0bdbff3e18ebad6289ddebb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 08:57:31 +0000 Subject: [PATCH 2391/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Navy; } nav { - background: MediumTurquoise; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 3845ac64a03bf94f258263d7669f342a341d1073 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 10:27:30 +0000 Subject: [PATCH 2392/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Brown; } nav { - background: Navy; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 99cd2ffef304083751c11c1b278860e944992dbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 14:12:31 +0000 Subject: [PATCH 2393/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSeaGreen; } nav { - background: Brown; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From bf96a685507e9aaf4cee4382104515b320866bee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 14:57:30 +0000 Subject: [PATCH 2394/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Orange; } nav { - background: DarkSeaGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From b8eb594918bce81abf342d2938e8f9864c884250 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 17:57:31 +0000 Subject: [PATCH 2395/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Navy; } nav { - background: Orange; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 013ec05a36256f5cc45050a996243cb17eb62b70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 20:57:30 +0000 Subject: [PATCH 2396/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid NavajoWhite; } nav { - background: Navy; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8ed7a41c83f1c02d5f7246fd131c878d1e0af0a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 03:42:31 +0000 Subject: [PATCH 2397/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkOrange; } nav { - background: NavajoWhite; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 1ab0f21f1aa7911e7de5e640d0a0caf21042a285 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 05:12:30 +0000 Subject: [PATCH 2398/3208] KPT-24: Update background color to DarkSalmon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid DarkSalmon; } nav { - background: DarkOrange; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From b1f4bbf12d4f5adbf507414cdc4589c59d601f04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 12:42:31 +0000 Subject: [PATCH 2399/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkSalmon; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c44e8b8b8c7c2a0b1814b7677a5e23062f6286c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 17:57:33 +0000 Subject: [PATCH 2400/3208] KPT-22: Modals with OrangeRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid OrangeRed; } nav { - background: CornflowerBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 6f4b8c849ebdf2cea1737703e35f01300c9917b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 20:57:32 +0000 Subject: [PATCH 2401/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Cornsilk; } nav { - background: OrangeRed; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 81b5b05c5ce672b76baebe876c41faed02533c8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 23:12:31 +0000 Subject: [PATCH 2402/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkOrchid; } nav { - background: Cornsilk; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f99ce439aa60f9ba10476e7b961780a71f341d70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 00:42:30 +0000 Subject: [PATCH 2403/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkCyan; } nav { - background: DarkOrchid; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From e168e4ec4ed493be896282b1b9d2892ce4c050fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 02:57:32 +0000 Subject: [PATCH 2404/3208] KPT-22: Modals with OrangeRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid OrangeRed; } nav { - background: DarkCyan; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 9ec616a1ec69794df7e8eea08a74891ccbce54f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 05:12:31 +0000 Subject: [PATCH 2405/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Beige; } nav { - background: OrangeRed; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 28016fae826fa90e682149d9782baac2e3928b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 09:42:31 +0000 Subject: [PATCH 2406/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Cyan; } nav { - background: Beige; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From d98c7bc3f7272a299a0257aea963783b5ed1e084 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 15:42:31 +0000 Subject: [PATCH 2407/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightGreen; } nav { - background: Cyan; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8e368f1a9637ada34bcbee90c4b34d40d5899359 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 22:27:31 +0000 Subject: [PATCH 2408/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Navy; } nav { - background: LightGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 6996e6efa249dfd5c827cdf5dfe2c792d54c17a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 23:57:32 +0000 Subject: [PATCH 2409/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Purple; } nav { - background: Navy; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 21c7ccd2877c44990ad82eead0b81e041d25b602 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 01:27:31 +0000 Subject: [PATCH 2410/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DimGray; } nav { - background: Purple; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 633194dc48ac74cebbef5c9c630dade1686bceca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 02:12:31 +0000 Subject: [PATCH 2411/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Aquamarine; } nav { - background: DimGray; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From e4682d07143924dfc8558f0a625c4520b0928673 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 07:27:30 +0000 Subject: [PATCH 2412/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Coral; } nav { - background: Aquamarine; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From d43ddd6f9e507ec098639150225b6b6a0203c151 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 08:57:30 +0000 Subject: [PATCH 2413/3208] KPT-22: Modals with DarkViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkViolet; } nav { - background: Coral; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From e5d4711b88064f3d070665e7a59b6370bf35b071 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 10:27:30 +0000 Subject: [PATCH 2414/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Navy; } nav { - background: DarkViolet; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From e8926fb32ef4d9eba8b26d06d62256c893a29b32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 11:57:31 +0000 Subject: [PATCH 2415/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid MediumSeaGreen; } nav { - background: Navy; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 51a7a24942abf7702dfb1b45552a21eb2fad6acb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 12:42:31 +0000 Subject: [PATCH 2416/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightPink; } nav { - background: MediumSeaGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 9cdfaeeea59a08f235d3eda513fa0c64dd975d62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 15:42:31 +0000 Subject: [PATCH 2417/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid HotPink; } nav { - background: LightPink; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From a4a6ac3beb97fbdcf416ff50b00bf67ddf119ddb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 17:57:31 +0000 Subject: [PATCH 2418/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Chocolate; } nav { - background: HotPink; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 721da659eca255f2d83a7497b3146fb440d23927 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 22:27:30 +0000 Subject: [PATCH 2419/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkCyan; } nav { - background: Chocolate; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From d8a1a107314cbb070cd2a19c2fbe4f7f16d03c3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 23:12:30 +0000 Subject: [PATCH 2420/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid RosyBrown; } nav { - background: DarkCyan; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 9bbae28d0c23705d96857fd1fe34718b3d82512f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 03:42:31 +0000 Subject: [PATCH 2421/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid YellowGreen; } nav { - background: RosyBrown; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From f67a4af7e7f15845c2b1759fc8a891b71d2eb272 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 04:27:32 +0000 Subject: [PATCH 2422/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid MintCream; } nav { - background: YellowGreen; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 2fd5447450b4cc9de6f6bc33c8127f57ff15cd2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 05:57:31 +0000 Subject: [PATCH 2423/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DodgerBlue; } nav { - background: MintCream; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 92cd3e0d9210cfad9d090bfaf4930754b1be6ed8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 06:42:31 +0000 Subject: [PATCH 2424/3208] KPT-22: Modals with DarkGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkGreen; } nav { - background: DodgerBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7f9aa80f9351fa21156034b0755e520174c86665 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 08:57:30 +0000 Subject: [PATCH 2425/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid RoyalBlue; } nav { - background: DarkGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From b5383fd3eda85c40a521e249b7d114fdcd89218f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 11:57:31 +0000 Subject: [PATCH 2426/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid ForestGreen; } nav { - background: RoyalBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From a42d2969000368e11e62cae70846c74fc7083597 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 14:12:31 +0000 Subject: [PATCH 2427/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkSeaGreen; } nav { - background: ForestGreen; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9d02584194cd9476d6542f56304ba622f2d7de48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 17:12:30 +0000 Subject: [PATCH 2428/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid FloralWhite; } nav { - background: DarkSeaGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 59528330379a147f8371a1e1836cbd264622b456 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 19:27:31 +0000 Subject: [PATCH 2429/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..228291e36290 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Beige; } nav { - background: FloralWhite; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 20f97f077058af0ce1862aef45576b273e7ff07c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 20:57:31 +0000 Subject: [PATCH 2430/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 228291e36290..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid SkyBlue; } nav { - background: Beige; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From af9930573011c38208f01a52b37f79905357eb38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 01:27:31 +0000 Subject: [PATCH 2431/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid SlateBlue; } nav { - background: SkyBlue; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 48b23da6ca80199c0f6353830b022da54c633baa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 02:12:31 +0000 Subject: [PATCH 2432/3208] KPT-24: Update background color to CornflowerBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: SlateBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f978bc193ba653d3141f51a7c2a9d21289c90c65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 04:27:31 +0000 Subject: [PATCH 2433/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid SteelBlue; } nav { - background: CornflowerBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3d933431a0beb762229cd79bbed45525788e5cb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 05:57:31 +0000 Subject: [PATCH 2434/3208] KPT-24: Update background color to WhiteSmoke --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: SteelBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From a69b335d272734275b564fbfca7abd762190ae2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 14:57:31 +0000 Subject: [PATCH 2435/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid RosyBrown; } nav { - background: WhiteSmoke; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f2a4aa6d2e8ab1f6a43b2f71b686b93de7b08e26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 17:12:31 +0000 Subject: [PATCH 2436/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid GreenYellow; } nav { - background: RosyBrown; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 413274b509e1b8c3824f70ce0106b0412fc705f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 19:27:31 +0000 Subject: [PATCH 2437/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Green; } nav { - background: GreenYellow; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From f7362a8b0a5ad9794e62f9908c52673ecdd42a2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 20:12:31 +0000 Subject: [PATCH 2438/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DarkBlue; } nav { - background: Green; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3a8f2bb45dc38f08679cc03085c69e00c2ec0789 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 23:12:30 +0000 Subject: [PATCH 2439/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid HotPink; } nav { - background: DarkBlue; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From c45be98c496ba8389326d8f661137a7d9b3b7e84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 02:57:30 +0000 Subject: [PATCH 2440/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Linen; } nav { - background: HotPink; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 321704e2fafc4d41395dbb354341986de86eb439 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 04:27:31 +0000 Subject: [PATCH 2441/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkMagenta; } nav { - background: Linen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 363cbacc6b6493d6f63456579c04b732d17ed089 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 06:42:31 +0000 Subject: [PATCH 2442/3208] KPT-22: Modals with LimeGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LimeGreen; } nav { - background: DarkMagenta; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From e53c402a7040a2c300e3216f8ece9a01e513366f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 11:57:31 +0000 Subject: [PATCH 2443/3208] KPT-22: Modals with Bisque accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Bisque; } nav { - background: LimeGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 1ebf6027466d423b42d8bec5e6b7e72549794c07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 13:27:31 +0000 Subject: [PATCH 2444/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Gray; } nav { - background: Bisque; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 7cd7fda021574b1159536021e6e1b8486003659a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 17:57:31 +0000 Subject: [PATCH 2445/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Crimson; } nav { - background: Gray; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 4ed43321cc4fa59041e3db6a926c8201c6cdd5eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 02:12:31 +0000 Subject: [PATCH 2446/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Silver; } nav { - background: Crimson; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 0a925697853c81361813d090024c61e9c79e1307 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 05:12:31 +0000 Subject: [PATCH 2447/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid CadetBlue; } nav { - background: Silver; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f04656576c025f26e2b03e0070d6ff59b53d7c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 05:57:30 +0000 Subject: [PATCH 2448/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid MintCream; } nav { - background: CadetBlue; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 7b8aac409a3bb9aeabbc1ba21f13f3c675fcfd17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 11:12:30 +0000 Subject: [PATCH 2449/3208] KPT-24: Update background color to Teal --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Teal; } nav { - background: MintCream; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 6f23f6f2511ac9c1f55a9f62ba8cf9da6562ae59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 11:57:31 +0000 Subject: [PATCH 2450/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Coral; } nav { - background: Teal; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 048370bb00b9fdf814c9c289f91b11f3cff23367 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 14:12:30 +0000 Subject: [PATCH 2451/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid BlueViolet; } nav { - background: Coral; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 0d432f4d8bb638e5cfaa2482dbcf1ddb48ff4703 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 21:42:30 +0000 Subject: [PATCH 2452/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid DarkSalmon; } nav { - background: BlueViolet; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 56118301f09d062d203ffc0e267a2dded16841bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 22:27:31 +0000 Subject: [PATCH 2453/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MediumBlue; } nav { - background: DarkSalmon; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From c1a9865e9ccc8c7e3560cf16f2ea5e120580b820 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 02:12:31 +0000 Subject: [PATCH 2454/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LawnGreen; } nav { - background: MediumBlue; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From f053551764374fee7859f4827f096feffe4aa44e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 05:57:30 +0000 Subject: [PATCH 2455/3208] KPT-24: Update background color to LightSlateGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LightSlateGrey; } nav { - background: LawnGreen; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2d5d550bcf1182eebafc9b70b6bfb16481d86bcf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 06:42:30 +0000 Subject: [PATCH 2456/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Black; } nav { - background: LightSlateGrey; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 5ca661a2cca93b0dcdd532d6eff2f24614bfd59a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 17:12:30 +0000 Subject: [PATCH 2457/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Red; } nav { - background: Black; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From ad19543ba50ecfd953a000d0d1960279ae842e90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 18:42:31 +0000 Subject: [PATCH 2458/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid PaleGoldenRod; } nav { - background: Red; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 95a00c8424224faeec0c506419d5327053376fe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 23:12:31 +0000 Subject: [PATCH 2459/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid MediumPurple; } nav { - background: PaleGoldenRod; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From fb728ba7ba51d63906e4e3718608ee0c98505815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 23:57:32 +0000 Subject: [PATCH 2460/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumPurple; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 60103e3adfcc90d53f48f24f2d1f3adb621aad6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 00:42:31 +0000 Subject: [PATCH 2461/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Thistle; } nav { - background: DarkSlateGrey; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 35290b53e1f2731ea39372915f9674486ca2b475 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 07:27:31 +0000 Subject: [PATCH 2462/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Gold; } nav { - background: Thistle; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 42d64412807380c87ea4ad4cf4362f452de3506c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 08:57:30 +0000 Subject: [PATCH 2463/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid IndianRed; } nav { - background: Gold; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From f78e5f7ee2abe63a6bad435a94a2ce7e7352c4af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 10:27:30 +0000 Subject: [PATCH 2464/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Violet; } nav { - background: IndianRed; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 781f91dd2fe909a4e15bd2452a58a6151dcaa9d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 18:42:31 +0000 Subject: [PATCH 2465/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightSkyBlue; } nav { - background: Violet; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 275da4084517eba07607174ea7a60bf67f3019dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 21:42:31 +0000 Subject: [PATCH 2466/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid DarkKhaki; } nav { - background: LightSkyBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From b02419d264e283c60896f806f1831365112b11ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 23:57:31 +0000 Subject: [PATCH 2467/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumOrchid; } nav { - background: DarkKhaki; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 6baee9d420d890e5cd11a2c9972c92e400ee30d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 07:27:31 +0000 Subject: [PATCH 2468/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Moccasin; } nav { - background: MediumOrchid; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From c8a857a2d71b178a829edd9c6e7bdbb1d736bb07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 08:12:30 +0000 Subject: [PATCH 2469/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LightSkyBlue; } nav { - background: Moccasin; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 329176657a58a9741a03d5471134dcb7623d0911 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 13:27:30 +0000 Subject: [PATCH 2470/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Lime; } nav { - background: LightSkyBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From e23a0b6a0565e5e4539e837f1e8be6b4900e91e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 14:57:30 +0000 Subject: [PATCH 2471/3208] KPT-22: Modals with WhiteSmoke accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid WhiteSmoke; } nav { - background: Lime; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 8f1c8b344ec508b95108030a60e00b6a5e855239 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 17:12:35 +0000 Subject: [PATCH 2472/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Violet; } nav { - background: WhiteSmoke; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From bb7b176b9b17a8de2ce17cb6ff10297f406c1f68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 22:27:31 +0000 Subject: [PATCH 2473/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid FloralWhite; } nav { - background: Violet; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 9295c1c81c7ec1c7f8d9ce6ffc3e34127225faef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 23:12:30 +0000 Subject: [PATCH 2474/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkSeaGreen; } nav { - background: FloralWhite; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2f6896aaa98cc48b21dcb8cb71fca37171e1f393 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 03:42:30 +0000 Subject: [PATCH 2475/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DarkGrey; } nav { - background: DarkSeaGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 90247e66906a1d26ad7b3e88dc493664a5e10ef4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 09:42:31 +0000 Subject: [PATCH 2476/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkGrey; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From bd8535a008ca43b637f251e481f66d4f35a735f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 11:12:31 +0000 Subject: [PATCH 2477/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Plum; } nav { - background: CornflowerBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 1f932dca16946107be362f33947758ce19de0bcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 12:42:30 +0000 Subject: [PATCH 2478/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Thistle; } nav { - background: Plum; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 1713227bc5a942bf8b7d2b8d1057c25782fdb9e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 20:57:31 +0000 Subject: [PATCH 2479/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightCyan; } nav { - background: Thistle; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5e64263ff177ed3c478e07e6ccc6b26a3762b400 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 22:27:30 +0000 Subject: [PATCH 2480/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..014c40a7a430 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightCyan; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7d90b11b98ace37cf9671b6c8bdaf1d72b786252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 23:12:31 +0000 Subject: [PATCH 2481/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 014c40a7a430..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid MediumSeaGreen; } nav { - background: DeepSkyBlue; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 133a8984220f4cf94c1724d1af6e6e38e7ec4525 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 06:42:31 +0000 Subject: [PATCH 2482/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid YellowGreen; } nav { - background: MediumSeaGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From a426da2b00f6976ae61146af4a34a3c913f53f4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 11:57:31 +0000 Subject: [PATCH 2483/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Teal; } nav { - background: YellowGreen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 30d779c80ab2ce7fa9554476485ac51a37d77e5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 13:27:30 +0000 Subject: [PATCH 2484/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Lime; } nav { - background: Teal; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 2a268b8e3bf016ad70930cf3c10b9586ab33c366 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 14:12:31 +0000 Subject: [PATCH 2485/3208] KPT-24: Update background color to Teal --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Teal; } nav { - background: Lime; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 95e5eeaf61acd1f3593044ba9657ee77f957ba1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 15:42:31 +0000 Subject: [PATCH 2486/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid OliveDrab; } nav { - background: Teal; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From f2a69bec9bfbd3e968fe21f53cf3b1e33efc8857 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 16:27:31 +0000 Subject: [PATCH 2487/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightCyan; } nav { - background: OliveDrab; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 68a44f14ee8cdbd1516297bf79eadf9c0c41a723 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 17:57:33 +0000 Subject: [PATCH 2488/3208] KPT-24: Update background color to PeachPuff --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid PeachPuff; } nav { - background: LightCyan; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 73c093ca06069885c9b1fba15e3037ae9f7f9861 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 18:42:31 +0000 Subject: [PATCH 2489/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid White; } nav { - background: PeachPuff; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From decb59dc6a4f2234b286257ff73b7113f364953c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 23:57:31 +0000 Subject: [PATCH 2490/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Peru; } nav { - background: White; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 8635afb119afd650e4eb05b6d5e5b178f2167c97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 03:42:31 +0000 Subject: [PATCH 2491/3208] KPT-24: Update background color to GhostWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid GhostWhite; } nav { - background: Peru; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 304d7021d6cce1d47b8e088875e05494d05adee4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 12:42:30 +0000 Subject: [PATCH 2492/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Thistle; } nav { - background: GhostWhite; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 48277b9306d339510321f9753b287def8ba6f5f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 13:27:30 +0000 Subject: [PATCH 2493/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Gold; } nav { - background: Thistle; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 04eca8bb8498a3b23e6ad75df5a9622809560fc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 22:27:31 +0000 Subject: [PATCH 2494/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Thistle; } nav { - background: Gold; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From e9f0992b2604a6ac11baa196e1d9cd9801f74594 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 00:42:31 +0000 Subject: [PATCH 2495/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid RosyBrown; } nav { - background: Thistle; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 564c8a7a5f8a53ebad0261f4011e4af2e990ef1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 02:57:31 +0000 Subject: [PATCH 2496/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Crimson; } nav { - background: RosyBrown; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From aa6cd14691d5d5668640718ebb9174ad8cf04c7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 04:27:30 +0000 Subject: [PATCH 2497/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Peru; } nav { - background: Crimson; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From ec9b293514444ae8b3ff91fdc9706c7df6470526 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 08:57:30 +0000 Subject: [PATCH 2498/3208] KPT-22: Modals with Crimson accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Crimson; } nav { - background: Peru; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From ed0eca3a563a31c92849fd8afc19bf0ebdf864d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 14:12:31 +0000 Subject: [PATCH 2499/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid GoldenRod; } nav { - background: Crimson; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3b5d7bb25c50672d132df6e0cf41735dd028c145 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 18:42:31 +0000 Subject: [PATCH 2500/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Navy; } nav { - background: GoldenRod; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 7973513acbcb1298a4f9b974d0f33986e113e3c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 20:12:30 +0000 Subject: [PATCH 2501/3208] KPT-22: Modals with FloralWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid FloralWhite; } nav { - background: Navy; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8567dcfb004b7c92fb098cd34678c5a3cc239d50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 02:12:31 +0000 Subject: [PATCH 2502/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LightYellow; } nav { - background: FloralWhite; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7b2b5109736bb71286c97a93edc26a1b0987329f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 04:27:31 +0000 Subject: [PATCH 2503/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid SlateGrey; } nav { - background: LightYellow; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ebb676274270581ae4e72e30167fac516eae3340 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 05:12:30 +0000 Subject: [PATCH 2504/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid BlanchedAlmond; } nav { - background: SlateGrey; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 9a03773979a0e59a312c3f0a3ca6fb6c9509b2b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 07:27:31 +0000 Subject: [PATCH 2505/3208] KPT-22: Modals with Black accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Black; } nav { - background: BlanchedAlmond; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 7017609b711d19f65a1f08f3d44514b6e3712800 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 09:42:30 +0000 Subject: [PATCH 2506/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid PaleVioletRed; } nav { - background: Black; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 16fc013e9161ceaec0846f215509b38b378219bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 12:42:30 +0000 Subject: [PATCH 2507/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid PaleGoldenRod; } nav { - background: PaleVioletRed; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 7b72469be3b416567eda9aa1ac03b357c6a04896 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 17:57:31 +0000 Subject: [PATCH 2508/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Purple; } nav { - background: PaleGoldenRod; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 622b7f922850d465941c81d67a32ee464317c388 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 02:12:31 +0000 Subject: [PATCH 2509/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Gray; } nav { - background: Purple; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 61cea807df2febbbfbd30d0fe0e49bec12c92b7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 03:42:31 +0000 Subject: [PATCH 2510/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkGray; } nav { - background: Gray; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From de627a4890f8426a5b0d89c61a47678ef827db5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 12:42:31 +0000 Subject: [PATCH 2511/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightGreen; } nav { - background: DarkGray; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 139589502641bef6e681dbbe18654d85349b375f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 14:57:31 +0000 Subject: [PATCH 2512/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: LightGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 85b8a75fab64c67f7f5056cd1b8dd1b8675fc8d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 20:12:31 +0000 Subject: [PATCH 2513/3208] KPT-24: Update background color to SeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid SeaGreen; } nav { - background: MediumSeaGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 83bf2d2f4bce76e044500958e1e0332523d5ffe6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 22:27:31 +0000 Subject: [PATCH 2514/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MediumSeaGreen; } nav { - background: SeaGreen; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 98f12ceff2adfcd226b3bb3def2016102a6d0a2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 00:42:31 +0000 Subject: [PATCH 2515/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid RoyalBlue; } nav { - background: MediumSeaGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3d19aaa8a0e0cafb9efe56b3af2f420c8800fef8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 05:12:30 +0000 Subject: [PATCH 2516/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LightSteelBlue; } nav { - background: RoyalBlue; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From e54da2dd5fa53df90754d1c4a3ae0d1b59178453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 05:57:30 +0000 Subject: [PATCH 2517/3208] KPT-24: Update background color to Silver --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Silver; } nav { - background: LightSteelBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From f4c8d9a35a8cf69b5bccc366a2cf7245cd615455 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 06:42:30 +0000 Subject: [PATCH 2518/3208] KPT-22: Modals with Yellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Yellow; } nav { - background: Silver; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 9d8963c707c22ebf8e6987475336eb7e774ba052 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 07:27:30 +0000 Subject: [PATCH 2519/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid FloralWhite; } nav { - background: Yellow; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7a1e00516070c05a630f906c4107848ff56f9b1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 08:57:30 +0000 Subject: [PATCH 2520/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Ivory; } nav { - background: FloralWhite; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 2dea79427bd35365ff45d9a00991523faa61622e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 11:12:30 +0000 Subject: [PATCH 2521/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid FireBrick; } nav { - background: Ivory; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 0ad11d8528e77cda2279d469a41bd0f0552410ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 15:42:30 +0000 Subject: [PATCH 2522/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Brown; } nav { - background: FireBrick; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 97d0ee3f20c20cc243194fd6f4109420400e6909 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 17:12:31 +0000 Subject: [PATCH 2523/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid MistyRose; } nav { - background: Brown; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From e8001481da77de447b3ec38bc036c61d9ed76a5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 21:42:31 +0000 Subject: [PATCH 2524/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid OldLace; } nav { - background: MistyRose; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 4769c2d71bd447288a2aed9aa17530a921e08a68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 04:27:31 +0000 Subject: [PATCH 2525/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid BlueViolet; } nav { - background: OldLace; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 71d9acbe79f8246dc35867fbf181f2f77bbb1f75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 13:27:31 +0000 Subject: [PATCH 2526/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid SteelBlue; } nav { - background: BlueViolet; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0e2d783ef2e151eea3866771861758034469ac53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 14:12:31 +0000 Subject: [PATCH 2527/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: SteelBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 7694921df6f4170ef3b81647aa6fab97cc700114 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 18:42:30 +0000 Subject: [PATCH 2528/3208] KPT-24: Update background color to Blue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Blue; } nav { - background: MediumAquaMarine; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From f12141be260c2697332eb151062005962c92bf65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 19:27:30 +0000 Subject: [PATCH 2529/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkKhaki; } nav { - background: Blue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From f22ffc7bf7ca74745e68286042169e5365300d45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 20:12:30 +0000 Subject: [PATCH 2530/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Aquamarine; } nav { - background: DarkKhaki; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 3e1fab52987705c827dbb826d50b632638174c9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 21:42:30 +0000 Subject: [PATCH 2531/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid CadetBlue; } nav { - background: Aquamarine; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3d035438057f756a70ccc3156f76ea5935c98208 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 02:12:31 +0000 Subject: [PATCH 2532/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid RosyBrown; } nav { - background: CadetBlue; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From dce1e9a30dc7fe3b6b1f52bec735bec09b09b2db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 03:42:31 +0000 Subject: [PATCH 2533/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Yellow; } nav { - background: RosyBrown; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From e75626ca13b86f0a27bab1ccac95bb5752ec0798 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 04:27:30 +0000 Subject: [PATCH 2534/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Tomato; } nav { - background: Yellow; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From b4bebf66189c865a8786cf660ef74f34179ea122 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 07:27:30 +0000 Subject: [PATCH 2535/3208] KPT-22: Modals with MediumPurple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumPurple; } nav { - background: Tomato; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 9bc32448986217a211bab5adf7d275fdc96571f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 13:27:31 +0000 Subject: [PATCH 2536/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkBlue; } nav { - background: MediumPurple; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 949e1359d3f274ef278af31755f1c12ae5514be6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 18:42:30 +0000 Subject: [PATCH 2537/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid DarkOrchid; } nav { - background: DarkBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 534e5d562c4bf50a6a10cdfc9bacc7c2f51da90f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 19:27:30 +0000 Subject: [PATCH 2538/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Lime; } nav { - background: DarkOrchid; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From a2ccb1b7eda256e4b5a426a821defcc33d44b736 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 22:27:31 +0000 Subject: [PATCH 2539/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Turquoise; } nav { - background: Lime; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From c9a96ec6f968e54dcac88059e113d9fafb821be3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 23:57:32 +0000 Subject: [PATCH 2540/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkRed; } nav { - background: Turquoise; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 0da7fe75f556c378976dc421bc80e955f95af55b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 02:12:31 +0000 Subject: [PATCH 2541/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MediumBlue; } nav { - background: DarkRed; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From c4e8ff196ea7468ede7f46e3c11d8824b46d250b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 05:57:30 +0000 Subject: [PATCH 2542/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Green; } nav { - background: MediumBlue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 12760da8fc8bdaeb91165c2e2f36b871d6210397 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 10:27:30 +0000 Subject: [PATCH 2543/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Chartreuse; } nav { - background: Green; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From b08d2933ac644cdb4be5c754793bb2a08b70ed5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 11:12:30 +0000 Subject: [PATCH 2544/3208] KPT-22: Modals with SkyBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid SkyBlue; } nav { - background: Chartreuse; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 95f7412c27c0e34166801f5ca765ad7a026c736d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 11:57:31 +0000 Subject: [PATCH 2545/3208] KPT-24: Update background color to GhostWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid GhostWhite; } nav { - background: SkyBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From fe33c3e0f3adb7a5cf83c725aa00c807c27c7fc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 13:27:30 +0000 Subject: [PATCH 2546/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DimGrey; } nav { - background: GhostWhite; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9767f027c6ac9a9a011ff1e5344842bb880caf0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 14:12:30 +0000 Subject: [PATCH 2547/3208] KPT-22: Modals with Plum accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Plum; } nav { - background: DimGrey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From ea3ffe2a238ffceaa1dbedc797c33589d4411de0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 17:12:30 +0000 Subject: [PATCH 2548/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid SkyBlue; } nav { - background: Plum; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0c855efed9c94b375e6103a10066ead223310553 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 20:57:31 +0000 Subject: [PATCH 2549/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: SkyBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f2951a68e3b5b0a753f28d12c1d5b32db8445ff2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 21:42:30 +0000 Subject: [PATCH 2550/3208] KPT-22: Modals with MediumOrchid accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid MediumOrchid; } nav { - background: CornflowerBlue; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 8c8c13b1e72694a31c25c40d3c9db3e56678291e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 07:27:31 +0000 Subject: [PATCH 2551/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..e8872e3ed333 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Black; } nav { - background: MediumOrchid; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 9b644b46f4e3f934416607544ffc43ae5970e0a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 08:12:31 +0000 Subject: [PATCH 2552/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e8872e3ed333..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Silver; } nav { - background: Black; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 47cb204f5958a3a03a5d7b1cd97f06fbeef52a0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 20:12:31 +0000 Subject: [PATCH 2553/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid CadetBlue; } nav { - background: Silver; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 207e06873fb99ab01a39860b1819444b47056d4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 20:57:31 +0000 Subject: [PATCH 2554/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid MediumPurple; } nav { - background: CadetBlue; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From e21cf4ef672be8eded3fe044d964c53f21a54671 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 23:12:31 +0000 Subject: [PATCH 2555/3208] KPT-24: Update background color to White --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid White; } nav { - background: MediumPurple; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 03483a92ebc564c149838b49fd6b7b6d5439a27d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 09:42:31 +0000 Subject: [PATCH 2556/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid LightCyan; } nav { - background: White; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 46b52f77d13fb64f02bd262dbbef3ece369c3044 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 11:12:30 +0000 Subject: [PATCH 2557/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LightGreen; } nav { - background: LightCyan; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 71de13411d7fd7b83b05052d88f3681764c0bd9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 11:57:31 +0000 Subject: [PATCH 2558/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid SeaGreen; } nav { - background: LightGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From cda3ed827b551670b3b23dbb954607edc56a65d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 16:27:31 +0000 Subject: [PATCH 2559/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid CadetBlue; } nav { - background: SeaGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From fc536b3fe0a8f4fa292c336a3cbb44c5020073ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 20:57:31 +0000 Subject: [PATCH 2560/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DimGray; } nav { - background: CadetBlue; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From fd1c0bedd334b44af21a601c40066dee4b7e2d8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 00:42:30 +0000 Subject: [PATCH 2561/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightGray; } nav { - background: DimGray; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From b08eb0a992d8c028e8522d869503d633b43f7185 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 05:57:30 +0000 Subject: [PATCH 2562/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightGray; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5fecf71ce7f897cda938773dc9709a793405d054 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 07:27:31 +0000 Subject: [PATCH 2563/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LimeGreen; } nav { - background: DarkSlateBlue; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From b1d576bbb4d1cb02b5c68b03a3a9224fdeeee5a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 08:12:31 +0000 Subject: [PATCH 2564/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Moccasin; } nav { - background: LimeGreen; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 5858b8aec9b527bdd0c34a3626f502410cee4c88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 09:42:31 +0000 Subject: [PATCH 2565/3208] KPT-24: Update background color to Maroon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Maroon; } nav { - background: Moccasin; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 147fadcf7162ad7cb4b519f186f4fd757ea10740 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 10:27:30 +0000 Subject: [PATCH 2566/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid BurlyWood; } nav { - background: Maroon; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 1eab607e7acdca8556437c79b4c4c4e456560a33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 12:42:31 +0000 Subject: [PATCH 2567/3208] KPT-22: Modals with LightGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightGreen; } nav { - background: BurlyWood; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 40382a7000bf49e84a4e966075bda0b3338a54b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 14:12:31 +0000 Subject: [PATCH 2568/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Chocolate; } nav { - background: LightGreen; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 14325d9a85e9ebc511a8fb00e1dbe914d5194447 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 14:57:31 +0000 Subject: [PATCH 2569/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid OldLace; } nav { - background: Chocolate; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 0dfe38e84c98afe5368b70b61813b3348c44ec79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 18:42:31 +0000 Subject: [PATCH 2570/3208] KPT-24: Update background color to Gray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Gray; } nav { - background: OldLace; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From c9b52910b9bb9191c947d79544689de2e50ffdaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 20:12:30 +0000 Subject: [PATCH 2571/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid MediumAquaMarine; } nav { - background: Gray; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 770b994795ba007622380a547a2c6087d3daac01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 23:57:31 +0000 Subject: [PATCH 2572/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkGoldenRod; } nav { - background: MediumAquaMarine; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3bc384f0409244e7eebeb2f7927e1772945ca862 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 00:42:30 +0000 Subject: [PATCH 2573/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid IndianRed; } nav { - background: DarkGoldenRod; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 2c15829b2e949c1dadd6cb1e5ab81a5d2ac8a686 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 02:57:30 +0000 Subject: [PATCH 2574/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LightGreen; } nav { - background: IndianRed; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9aa0fd9e8db9736c1892a2a3b8d7fc6137b926c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 03:42:31 +0000 Subject: [PATCH 2575/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid SaddleBrown; } nav { - background: LightGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 14fd3cd2ad8d5931bf14fa33c4a9a6cdec4dc7a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 08:57:30 +0000 Subject: [PATCH 2576/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid FireBrick; } nav { - background: SaddleBrown; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From a61bfc796e3c5d71c40918759158fa426105b138 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 10:27:31 +0000 Subject: [PATCH 2577/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid SandyBrown; } nav { - background: FireBrick; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From bf987cc4cc965f12171bbf33c711947e23b82406 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 11:57:31 +0000 Subject: [PATCH 2578/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkSlateGrey; } nav { - background: SandyBrown; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 356a05b1d327b5787979d9926b143fb9794f4220 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 14:57:31 +0000 Subject: [PATCH 2579/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid BurlyWood; } nav { - background: DarkSlateGrey; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From a7b6b235063fca17a5897fc95e32902894a56c9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 15:42:30 +0000 Subject: [PATCH 2580/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkGoldenRod; } nav { - background: BurlyWood; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From a33d4840e729bf251ea2e03f34af0283e6bc7889 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 17:12:30 +0000 Subject: [PATCH 2581/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Teal; } nav { - background: DarkGoldenRod; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 8d12e1407397c0345e1133c3594574c3e7f6bf7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 06:42:31 +0000 Subject: [PATCH 2582/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Ivory; } nav { - background: Teal; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 7b87c89e92e9c1860f180f4e53e8bb66d19c0143 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 08:12:30 +0000 Subject: [PATCH 2583/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DarkSlateGray; } nav { - background: Ivory; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From b7bbf7dc24a0cb612a8d3269956627619c7d06d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 08:57:30 +0000 Subject: [PATCH 2584/3208] KPT-22: Modals with MediumTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkSlateGray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 9070a3ad4b0def6cd3f37c39e0f6109acd6102a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 10:27:30 +0000 Subject: [PATCH 2585/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid RoyalBlue; } nav { - background: MediumTurquoise; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From bba643d7b89cc7d6c456e134e3206d40b656246b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 14:57:30 +0000 Subject: [PATCH 2586/3208] KPT-24: Update background color to DeepPink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DeepPink; } nav { - background: RoyalBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 13d378c8cd60a2659e32e48af37eabc5688e9682 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 21:42:30 +0000 Subject: [PATCH 2587/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Salmon; } nav { - background: DeepPink; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 9fe462748eb971ba5231fc1ac3637751df257bec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 22:27:30 +0000 Subject: [PATCH 2588/3208] KPT-22: Modals with GhostWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid GhostWhite; } nav { - background: Salmon; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 43d0aa5862c43a574e119a483e787f04775f7cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 01:27:31 +0000 Subject: [PATCH 2589/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Gold; } nav { - background: GhostWhite; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From e22fb876029dbd69b4e9dba1afbd95ccd6b647d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 05:12:30 +0000 Subject: [PATCH 2590/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkOrchid; } nav { - background: Gold; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From dc87b481acb306d2a45312b227dd598be8456e9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 08:12:30 +0000 Subject: [PATCH 2591/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkOrchid; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 751d9ce2971205600ba056772610e5775c3bd647 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 12:42:30 +0000 Subject: [PATCH 2592/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid FloralWhite; } nav { - background: DarkSeaGreen; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 95975e5aae8641a019c62aa7069fc0e5ed8e15d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 14:57:31 +0000 Subject: [PATCH 2593/3208] KPT-22: Modals with LightSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LightSeaGreen; } nav { - background: FloralWhite; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 14aa2263fee3df2309852083e98f5552b9c1dd10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 17:12:31 +0000 Subject: [PATCH 2594/3208] KPT-22: Modals with LightSkyBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: LightSeaGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d537c55218de15a81de0b5b77d63f54394b2c83e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 18:42:31 +0000 Subject: [PATCH 2595/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Purple; } nav { - background: LightSkyBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From ea76a458431f686c581c6b2d582f4a0f792fd1e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 19:27:31 +0000 Subject: [PATCH 2596/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Orange; } nav { - background: Purple; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 4a33785bd07d9cb26136ff6b1c63ccf06eaf4b52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 23:12:30 +0000 Subject: [PATCH 2597/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid SlateBlue; } nav { - background: Orange; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9998a2bc26bca750116e2a6d73eecbf883e16282 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 02:12:30 +0000 Subject: [PATCH 2598/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid MintCream; } nav { - background: SlateBlue; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From b762c7bb43108d92462dc84eee385044f9fa40b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 05:12:30 +0000 Subject: [PATCH 2599/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid GhostWhite; } nav { - background: MintCream; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From a4b6300b9fa86cd02acc80b7c10fa2c842e4ba83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 05:57:30 +0000 Subject: [PATCH 2600/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkOrchid; } nav { - background: GhostWhite; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 5087e10f217306a62fdf78a1d1c05659503d92f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 10:27:31 +0000 Subject: [PATCH 2601/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DimGrey; } nav { - background: DarkOrchid; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From af42413fadcd9d6fc1ba96123e02c24850ad9344 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 11:57:31 +0000 Subject: [PATCH 2602/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkOliveGreen; } nav { - background: DimGrey; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2c72f1b70b4d984eba31646a145d1af872884925 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 14:57:30 +0000 Subject: [PATCH 2603/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkOliveGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ebd572ce55e53bb97ab080a110cb017b84c683b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 23:57:31 +0000 Subject: [PATCH 2604/3208] KPT-22: Modals with Violet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Violet; } nav { - background: LightSeaGreen; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 8ded455fa64ed301db56e07148ff2d6be59e52db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 00:42:30 +0000 Subject: [PATCH 2605/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid WhiteSmoke; } nav { - background: Violet; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From d341c7af76fb33dfeaa32054aa7004b5c746e19d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 02:12:30 +0000 Subject: [PATCH 2606/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid SeaShell; } nav { - background: WhiteSmoke; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From ad6a567989877e04609cb1e3b3b571b54052403a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 02:57:31 +0000 Subject: [PATCH 2607/3208] KPT-22: Modals with Linen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Linen; } nav { - background: SeaShell; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 1dc4cc3e750ddaedf1caaa55564f8fa4af60019d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 05:12:31 +0000 Subject: [PATCH 2608/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid GoldenRod; } nav { - background: Linen; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8a3aaf7ab13a587fc5bcc53b3ede93b4567041c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 05:57:30 +0000 Subject: [PATCH 2609/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkTurquoise; } nav { - background: GoldenRod; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From fd4d8e9519b0c32a8f13d367ce16645163b8841a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 06:42:31 +0000 Subject: [PATCH 2610/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkSalmon; } nav { - background: DarkTurquoise; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e52ca0c777e52fd55b3a4249778b0ccaae7f63f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 15:42:30 +0000 Subject: [PATCH 2611/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Azure; } nav { - background: DarkSalmon; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 5cf7fbd0a46d23e5028e91c69c68da776e3c27ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 19:27:30 +0000 Subject: [PATCH 2612/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Red; } nav { - background: Azure; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 91b04feb43f0b17503dfef437c858391fd1dee98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 00:42:30 +0000 Subject: [PATCH 2613/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid MediumTurquoise; } nav { - background: Red; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 927f805f695b0d76d93350a8cf0c867bdc59270c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 03:42:30 +0000 Subject: [PATCH 2614/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Aquamarine; } nav { - background: MediumTurquoise; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From f755c38983dde5cfa68812c0cc5b82c03c7de5d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 10:27:30 +0000 Subject: [PATCH 2615/3208] KPT-22: Modals with MediumSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid MediumSeaGreen; } nav { - background: Aquamarine; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ee1d33709afae02c6ed98e8cf5067f251cdb7c62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 11:57:30 +0000 Subject: [PATCH 2616/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightCyan; } nav { - background: MediumSeaGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 1b6425caf2941d28b2a77ce445e1551a55dd8f87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 12:42:31 +0000 Subject: [PATCH 2617/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid PaleTurquoise; } nav { - background: LightCyan; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 81a4e006316b9c32daad5e16ce3c620a8ef6d95a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 18:42:30 +0000 Subject: [PATCH 2618/3208] KPT-24: Update background color to LemonChiffon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LemonChiffon; } nav { - background: PaleTurquoise; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From db79935d1e930a0d2cfa58038763b5d168de3a2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 22:27:30 +0000 Subject: [PATCH 2619/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Cornsilk; } nav { - background: LemonChiffon; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 4159f4b123cdec2b7c50b8467f678e12d5e9b173 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 00:42:30 +0000 Subject: [PATCH 2620/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightCoral; } nav { - background: Cornsilk; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 077a3f9aead41037d0c7f4bbd174aba5a3fff910 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 10:27:30 +0000 Subject: [PATCH 2621/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid BurlyWood; } nav { - background: LightCoral; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From f79b728e4d763ffe38965fa87c43a0a22ef9436c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 12:42:30 +0000 Subject: [PATCH 2622/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SlateGray; } nav { - background: BurlyWood; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From cd9369cf57aa60c533ad017291b37904995a73e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 14:12:30 +0000 Subject: [PATCH 2623/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Linen; } nav { - background: SlateGray; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 06d44c211c27836c63af91b38ef916fda6e32586 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 16:27:30 +0000 Subject: [PATCH 2624/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkBlue; } nav { - background: Linen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 11a99326382e649e74b6a00eb37a1b74a24ac443 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 19:27:31 +0000 Subject: [PATCH 2625/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkBlue; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From def6f4ead507c8c9ab13b49457076037387aedd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 20:12:30 +0000 Subject: [PATCH 2626/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid PaleGreen; } nav { - background: AntiqueWhite; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From fc0f7e7150e083a8729aa09a3b42161db932d188 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 21:42:30 +0000 Subject: [PATCH 2627/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkSlateGray; } nav { - background: PaleGreen; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 8554e37913771aaa1367e351d7571f484ba17b11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 23:12:30 +0000 Subject: [PATCH 2628/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkKhaki; } nav { - background: DarkSlateGray; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From c9cc6e0473a233209a513810f5dc35e3154dc1e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 02:57:31 +0000 Subject: [PATCH 2629/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Olive; } nav { - background: DarkKhaki; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 8e9cce20301549e58697aee4c8c1a61b3a1ce528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 08:12:30 +0000 Subject: [PATCH 2630/3208] KPT-22: Modals with LightSkyBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightSkyBlue; } nav { - background: Olive; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 668a28706033f5d9608a928ba9ef7d7d53a9a5b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 09:42:31 +0000 Subject: [PATCH 2631/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Bisque; } nav { - background: LightSkyBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 582707e0685114b958c7f84cb73f22c71b75dc74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 11:57:31 +0000 Subject: [PATCH 2632/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid RoyalBlue; } nav { - background: Bisque; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From c5c422da44f25a25872d9c443d017795be5dd595 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 15:42:30 +0000 Subject: [PATCH 2633/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid FloralWhite; } nav { - background: RoyalBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From b62219a6ccb1384ed7f2c1018b90e440b4b3bcb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 16:27:30 +0000 Subject: [PATCH 2634/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid OrangeRed; } nav { - background: FloralWhite; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 3dae537ae8ef7194804f996682fc92264e343384 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 23:12:30 +0000 Subject: [PATCH 2635/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MidnightBlue; } nav { - background: OrangeRed; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9855a343d9e64fd1bbcd4cfe80886b478cde5fb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 01:27:30 +0000 Subject: [PATCH 2636/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Indigo; } nav { - background: MidnightBlue; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From aa2abc1a0d9f6703015dff905916fe6e7f0fd75f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 05:12:31 +0000 Subject: [PATCH 2637/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid SeaShell; } nav { - background: Indigo; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 286b4d958eb226cd759026bf20601ecbf457b19e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 13:27:30 +0000 Subject: [PATCH 2638/3208] KPT-24: Update background color to Cornsilk --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Cornsilk; } nav { - background: SeaShell; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ab9558d1db45f823ce10d2c7eff5f0d7a584661d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 17:12:30 +0000 Subject: [PATCH 2639/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkTurquoise; } nav { - background: Cornsilk; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3a66e33f138ba89184c42ab7e8a396075ebdc6f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 05:57:30 +0000 Subject: [PATCH 2640/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Fuchsia; } nav { - background: DarkTurquoise; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 1cd769b0c5c13f7c9ddf591c41c366b312fad7a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 10:27:30 +0000 Subject: [PATCH 2641/3208] KPT-22: Modals with SpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid SpringGreen; } nav { - background: Fuchsia; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0b5c5af4cb4e2b1401ac3fa9723c69f14631993d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 13:27:31 +0000 Subject: [PATCH 2642/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid SeaShell; } nav { - background: SpringGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 3070ad9c309169e72cfa917be278a66f009edfcd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 14:12:31 +0000 Subject: [PATCH 2643/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Lavender; } nav { - background: SeaShell; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 02df84216326c2a2782d993707692dc3bd1910ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 14:57:31 +0000 Subject: [PATCH 2644/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DarkTurquoise; } nav { - background: Lavender; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3075a727fc0059610ac2c5c338cd9fb93df2dd88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 15:42:30 +0000 Subject: [PATCH 2645/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid SteelBlue; } nav { - background: DarkTurquoise; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 49f25e505c3d4415ed6c7fc709cb587064e094b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 16:27:31 +0000 Subject: [PATCH 2646/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DarkViolet; } nav { - background: SteelBlue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From b1dc273abfbd4236da2764eff15412f203a505a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 01:27:31 +0000 Subject: [PATCH 2647/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkViolet; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From e15a2e025a3ec81e09b9031fc131db732ab54520 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 02:57:30 +0000 Subject: [PATCH 2648/3208] KPT-24: Update background color to Crimson --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Crimson; } nav { - background: MediumAquaMarine; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 71ef8f8d492a4b87b823d9be2a1cce29a740e83a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 03:42:31 +0000 Subject: [PATCH 2649/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid ForestGreen; } nav { - background: Crimson; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5c536038a7c700f1a4bbbaa6e3bd190d344d901d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 05:12:32 +0000 Subject: [PATCH 2650/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: ForestGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From be771a95da882e9e9b16fc58716e28f0c1d737e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 14:12:31 +0000 Subject: [PATCH 2651/3208] KPT-22: Modals with OrangeRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid OrangeRed; } nav { - background: BlanchedAlmond; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From ad7f79b97b7690c4e66346aabbb016918f98caaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 16:27:31 +0000 Subject: [PATCH 2652/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid LightCyan; } nav { - background: OrangeRed; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5fa23daa1ce6332d7991eddc1f568cc5d6cb54ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 19:27:32 +0000 Subject: [PATCH 2653/3208] KPT-22: Modals with MediumTurquoise accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid MediumTurquoise; } nav { - background: LightCyan; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From c675f8a9f3ff1b010af8741388f4e3eb48978e58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 21:42:32 +0000 Subject: [PATCH 2654/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..ee766fd90860 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Gold; } nav { - background: MediumTurquoise; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 0d04277d1632f340707e5073dd015bca1a024676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 00:42:31 +0000 Subject: [PATCH 2655/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee766fd90860..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Olive; } nav { - background: Gold; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 756320a78ae53c4a45c2b890030f8b68c580e54a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 08:12:31 +0000 Subject: [PATCH 2656/3208] KPT-24: Update background color to LightSlateGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightSlateGrey; } nav { - background: Olive; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3e54d5c95c785ce044693293b67e2c6c351696b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 08:57:31 +0000 Subject: [PATCH 2657/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid PowderBlue; } nav { - background: LightSlateGrey; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 39240306991f99888f4e8ec447ff086e88a96cf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 13:27:31 +0000 Subject: [PATCH 2658/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkGreen; } nav { - background: PowderBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9d02b342b9bdda210fd08286b324760aa21c98be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 16:27:32 +0000 Subject: [PATCH 2659/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkOrange; } nav { - background: DarkGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From f94539337d44233240e0ab04ef11e024961204fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 17:12:31 +0000 Subject: [PATCH 2660/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkOrange; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 646457c05aa47f6826f6f864ac695723d092d589 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 17:57:32 +0000 Subject: [PATCH 2661/3208] KPT-24: Update background color to IndianRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid IndianRed; } nav { - background: MediumSeaGreen; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 00a4870df03f5cbb8c8d4e1948dddc7231c54a60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 18:42:31 +0000 Subject: [PATCH 2662/3208] KPT-24: Update background color to GhostWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid GhostWhite; } nav { - background: IndianRed; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 1b82bb3270e3d3a512020d8d15557ba0485e3344 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 02:12:31 +0000 Subject: [PATCH 2663/3208] KPT-22: Modals with PowderBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid PowderBlue; } nav { - background: GhostWhite; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 815916b87d41fa232ebd8fbbc1fbb5a0d4331628 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 05:12:30 +0000 Subject: [PATCH 2664/3208] KPT-22: Modals with Teal accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Teal; } nav { - background: PowderBlue; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 67980e833476dae1301cd77a726bd459885f7ce6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 07:27:31 +0000 Subject: [PATCH 2665/3208] KPT-22: Modals with LawnGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LawnGreen; } nav { - background: Teal; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From a0c4ce83373cff7a1ea5ac0f99eab40adc44fd73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 08:57:30 +0000 Subject: [PATCH 2666/3208] KPT-24: Update background color to AliceBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid AliceBlue; } nav { - background: LawnGreen; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2c9227475744fb5367d3a4e924a37924972c155c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 09:42:30 +0000 Subject: [PATCH 2667/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Azure; } nav { - background: AliceBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 11fa150be3539a1de6c2c2f3e835c1f4f7ef7153 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 12:42:30 +0000 Subject: [PATCH 2668/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid FireBrick; } nav { - background: Azure; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From bb6a05840425ed3ab502955c35a194b658d4f8b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 20:12:31 +0000 Subject: [PATCH 2669/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DimGray; } nav { - background: FireBrick; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From f63e042ba6dbb1c78e297eaa7c2d15314db53f98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 23:57:30 +0000 Subject: [PATCH 2670/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightSalmon; } nav { - background: DimGray; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From fa44b8cfc1c7c32a7d5b85e389fba85f5f68d186 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 05:57:31 +0000 Subject: [PATCH 2671/3208] KPT-22: Modals with Tomato accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Tomato; } nav { - background: LightSalmon; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 709c8c457a6e9416d225db4d22c07f5729140563 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 07:27:30 +0000 Subject: [PATCH 2672/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkSlateGray; } nav { - background: Tomato; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ac7e837e892c90f5ac279f4247e506c6213e7ca8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 08:57:30 +0000 Subject: [PATCH 2673/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..bb2f114b139e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkSlateGray; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d839f915420b60fe4a68583c3f54c772fdf78656 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 10:27:31 +0000 Subject: [PATCH 2674/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bb2f114b139e..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkGoldenRod; } nav { - background: LightSlateGrey; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 97f42e3c9472a2665e2a7b579f2232229387c577 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 11:57:31 +0000 Subject: [PATCH 2675/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkMagenta; } nav { - background: DarkGoldenRod; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 663a21ace8dd1dcd48fed6e0b1761ed12404042e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 18:42:31 +0000 Subject: [PATCH 2676/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..8876d676857c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid IndianRed; } nav { - background: DarkMagenta; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From edd5563d1b135267326d21ae7e53a1b2a39e13f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 20:12:31 +0000 Subject: [PATCH 2677/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8876d676857c..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Olive; } nav { - background: IndianRed; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From c26f3252a433313e494f2e22d353f126240c1c7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 00:42:31 +0000 Subject: [PATCH 2678/3208] KPT-24: Update background color to DarkSeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkSeaGreen; } nav { - background: Olive; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1b7a9d2eafaacfe22eb5cee44bfa5d4130a39f16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 02:57:30 +0000 Subject: [PATCH 2679/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DarkMagenta; } nav { - background: DarkSeaGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From c60b12920b0cf4e22e8a59f55dcc61171645aca3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 05:57:31 +0000 Subject: [PATCH 2680/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid RosyBrown; } nav { - background: DarkMagenta; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 00444722d31d94b2f5d6c73237cc24493feefb08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 13:27:31 +0000 Subject: [PATCH 2681/3208] KPT-24: Update background color to Linen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Linen; } nav { - background: RosyBrown; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6031f94aa104f467236d3a9c14eb95bd7d420763 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 14:12:31 +0000 Subject: [PATCH 2682/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid RoyalBlue; } nav { - background: Linen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 99491fd5103e7e3cd311faa0e386613fcc9a2f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 16:27:31 +0000 Subject: [PATCH 2683/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Orange; } nav { - background: RoyalBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 8e28daf6f517e1ca9cc6758c46949e0decc67529 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 01:27:30 +0000 Subject: [PATCH 2684/3208] KPT-24: Update background color to Navy --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Navy; } nav { - background: Orange; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 4d2eab7f3414e72999384c03bae7b118bafacf24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 09:42:30 +0000 Subject: [PATCH 2685/3208] KPT-22: Modals with Violet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Violet; } nav { - background: Navy; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 7b0cb1a0038b304d7e73355077bb335d0670fe24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 11:57:32 +0000 Subject: [PATCH 2686/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid GoldenRod; } nav { - background: Violet; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 79432599658a3ac581744b60dccf8281095ff985 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 13:27:31 +0000 Subject: [PATCH 2687/3208] KPT-24: Update background color to SandyBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid SandyBrown; } nav { - background: GoldenRod; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From eee8dd3f206c4c922ad031e33e0c2488f557e3ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 17:57:31 +0000 Subject: [PATCH 2688/3208] KPT-24: Update background color to AntiqueWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid AntiqueWhite; } nav { - background: SandyBrown; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 302c8d19c470da43e27a8777b5ef5cfa690697c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 20:12:30 +0000 Subject: [PATCH 2689/3208] KPT-22: Modals with LawnGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LawnGreen; } nav { - background: AntiqueWhite; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4b8031e7a051441ed11a2d9c97139b7806014113 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 21:42:32 +0000 Subject: [PATCH 2690/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Cornsilk; } nav { - background: LawnGreen; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From a52b321194006b82ed2a0e852203300e711ae50e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 23:57:31 +0000 Subject: [PATCH 2691/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Azure; } nav { - background: Cornsilk; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 76cac2d8f86884504f7bb94fc6faede784c029b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 00:42:32 +0000 Subject: [PATCH 2692/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkKhaki; } nav { - background: Azure; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 8758892baca7444c56be6335e0db142fceec8a87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 03:42:30 +0000 Subject: [PATCH 2693/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkKhaki; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 6932f1fc1f300c3386a78265628dfa75f798484d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 04:27:31 +0000 Subject: [PATCH 2694/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SteelBlue; } nav { - background: PaleVioletRed; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From b1903aa89c91839ef1147586e939526cf4743e4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 11:12:32 +0000 Subject: [PATCH 2695/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid SandyBrown; } nav { - background: SteelBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f83f634d2a6dfc9bdd2050ae163bd56683420ba3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 11:57:32 +0000 Subject: [PATCH 2696/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Sienna; } nav { - background: SandyBrown; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 8260260364cf7d59525d0812308d2948103fbf5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 14:12:32 +0000 Subject: [PATCH 2697/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Linen; } nav { - background: Sienna; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From afd1cf70064fcafd96c758dbf98b9211c5f6a6ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 17:12:31 +0000 Subject: [PATCH 2698/3208] KPT-22: Modals with DarkBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkBlue; } nav { - background: Linen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From aab143c4aa550e17e168c57ab68a2e73437dc16d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 19:27:31 +0000 Subject: [PATCH 2699/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LemonChiffon; } nav { - background: DarkBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 8aa4454a26661e81514c24386b5af63095301878 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 22:27:30 +0000 Subject: [PATCH 2700/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid ForestGreen; } nav { - background: LemonChiffon; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5764cb7efbbef6530139909520ca557eaf895e5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 02:57:31 +0000 Subject: [PATCH 2701/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid SeaShell; } nav { - background: ForestGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 7495f725258106d9bbf5f6e10389a762ba101877 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 05:57:30 +0000 Subject: [PATCH 2702/3208] KPT-24: Update background color to BurlyWood --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid BurlyWood; } nav { - background: SeaShell; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From fc76c52ad4e8e5a34ac478f10f63d341c4a5147f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 12:42:31 +0000 Subject: [PATCH 2703/3208] KPT-22: Modals with SeaShell accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SeaShell; } nav { - background: BurlyWood; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From d3688fcd90597c2893acf804d16fcc66bc6ab343 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 14:12:31 +0000 Subject: [PATCH 2704/3208] KPT-22: Modals with PowderBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid PowderBlue; } nav { - background: SeaShell; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From ca5e378ca2d401738b8d8ad00c7278d2f788688d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 14:57:31 +0000 Subject: [PATCH 2705/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid DarkSlateBlue; } nav { - background: PowderBlue; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From e359db31c85dff5d752b24132d8f8f608778d811 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 15:42:31 +0000 Subject: [PATCH 2706/3208] KPT-24: Update background color to Magenta --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Magenta; } nav { - background: DarkSlateBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From bbeb8750721733f5f632acb2ed3a57906539c13d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 16:27:32 +0000 Subject: [PATCH 2707/3208] KPT-22: Modals with PaleGoldenRod accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid PaleGoldenRod; } nav { - background: Magenta; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From dc2887be1aa68c0e1d6b64b904025dd921430f8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 17:12:31 +0000 Subject: [PATCH 2708/3208] KPT-24: Update background color to Green --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Green; } nav { - background: PaleGoldenRod; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 40c7b4f616f47ce3c5964622709ee5cacb848b5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 23:12:33 +0000 Subject: [PATCH 2709/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid CornflowerBlue; } nav { - background: Green; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1320531040f10f77315263940a3bbaa182cf61c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 08:12:30 +0000 Subject: [PATCH 2710/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid YellowGreen; } nav { - background: CornflowerBlue; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From e142a7e1af6c5aee0cbeacd8b60ec1558107552d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 09:42:32 +0000 Subject: [PATCH 2711/3208] KPT-24: Update background color to AntiqueWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: YellowGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 82c2ac3e6fa03fca1187d42d4644775c8813c37b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 11:12:31 +0000 Subject: [PATCH 2712/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MidnightBlue; } nav { - background: AntiqueWhite; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From a9d2071b6d4f3d3a88b3e757fbd75440893a97f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 21:42:31 +0000 Subject: [PATCH 2713/3208] KPT-24: Update background color to Aqua --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Aqua; } nav { - background: MidnightBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 15ffda3fbb1f02589b90e20afa14bea884f10262 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 22:27:33 +0000 Subject: [PATCH 2714/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Peru; } nav { - background: Aqua; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 56009efa562627f3a588f017ef52bbd30c802b85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 04:27:31 +0000 Subject: [PATCH 2715/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Chartreuse; } nav { - background: Peru; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 07a05643fd0fd7a7cfcf5b0f27dfc6c67ed37f10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 06:42:35 +0000 Subject: [PATCH 2716/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid PaleVioletRed; } nav { - background: Chartreuse; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 278f71efa40ca2e7c9ecdadef63a7aafe34fbb7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 07:27:31 +0000 Subject: [PATCH 2717/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MediumBlue; } nav { - background: PaleVioletRed; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From e85bbbe26a0225f5c07bc9f91aee92e701567d30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 08:12:33 +0000 Subject: [PATCH 2718/3208] KPT-24: Update background color to CornflowerBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid CornflowerBlue; } nav { - background: MediumBlue; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From d6af422124f9b705f091e4b5284af7181561e60d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 11:12:33 +0000 Subject: [PATCH 2719/3208] KPT-24: Update background color to MediumSeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid MediumSeaGreen; } nav { - background: CornflowerBlue; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2df6a04a0e0fb854c29b721206b8a657be74d6e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 16:27:35 +0000 Subject: [PATCH 2720/3208] KPT-24: Update background color to LightSalmon --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightSalmon; } nav { - background: MediumSeaGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 13fa7bb00040aec186e99b2489d358921292c6a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 17:56:11 +0000 Subject: [PATCH 2721/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid SeaGreen; } nav { - background: LightSalmon; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1608797fd32958ea55bf5b3b77a7050f745aa26a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 18:41:10 +0000 Subject: [PATCH 2722/3208] KPT-24: Update background color to WhiteSmoke --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid WhiteSmoke; } nav { - background: SeaGreen; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 4f32e93cf9f68cb5a539b801161ab7f781a15d8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 20:56:11 +0000 Subject: [PATCH 2723/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Violet; } nav { - background: WhiteSmoke; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From e824ef3f1fb7edf04c9fc939fe58ba3e0fe14c29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 02:56:11 +0000 Subject: [PATCH 2724/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MediumOrchid; } nav { - background: Violet; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From eb3c5955a0ccad97a3041f2e4b8435e3273580d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 05:56:12 +0000 Subject: [PATCH 2725/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid OldLace; } nav { - background: MediumOrchid; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From a410276f4b812651cf265c7ed205116209f14295 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 12:41:11 +0000 Subject: [PATCH 2726/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid HoneyDew; } nav { - background: OldLace; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 14b9d0c144f349c03ee266e4219f5e673d551ac3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 14:11:12 +0000 Subject: [PATCH 2727/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid RebeccaPurple; } nav { - background: HoneyDew; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 88cc5acd60cf8219c79ae52a65e92ae802661cba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 14:56:11 +0000 Subject: [PATCH 2728/3208] KPT-22: Modals with DarkRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkRed; } nav { - background: RebeccaPurple; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 9a336be40e10c43d704c0b6c7b5692e2eac072a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 18:41:11 +0000 Subject: [PATCH 2729/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkCyan; } nav { - background: DarkRed; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 1692d10db13fe5be89b96d28b4ea43f0bf3f3ab6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 20:11:11 +0000 Subject: [PATCH 2730/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Fuchsia; } nav { - background: DarkCyan; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 5fefbc4d32d90fdc6b31b7007ea3d1f7ff317395 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 23:56:11 +0000 Subject: [PATCH 2731/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid PaleVioletRed; } nav { - background: Fuchsia; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 91596606fc5e8dd0b1ac13039b9afc71705a1809 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 00:41:11 +0000 Subject: [PATCH 2732/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Azure; } nav { - background: PaleVioletRed; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 2783a30324b4b2290ec5d4676dcc160879259b62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 03:41:11 +0000 Subject: [PATCH 2733/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Turquoise; } nav { - background: Azure; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From b52adcc6996118043c43b25b04a432a23065e437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 05:11:11 +0000 Subject: [PATCH 2734/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MidnightBlue; } nav { - background: Turquoise; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5e2f92760eb2ea5e450d348acadcd2ed6e588290 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 07:26:11 +0000 Subject: [PATCH 2735/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Coral; } nav { - background: MidnightBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 2147176e84afdb3c37886cab32611200999d7277 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 12:41:11 +0000 Subject: [PATCH 2736/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Turquoise; } nav { - background: Coral; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 663d5e62c67fecb4b63827edd54b1d731779b8e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 22:26:11 +0000 Subject: [PATCH 2737/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Violet; } nav { - background: Turquoise; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From e6cccec9637d5084440e817e67bc8886e7b2e27c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 01:26:10 +0000 Subject: [PATCH 2738/3208] KPT-22: Modals with FireBrick accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid FireBrick; } nav { - background: Violet; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 2976c07e93b4c91ec9fc830d604e639a63d222c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 02:56:10 +0000 Subject: [PATCH 2739/3208] KPT-24: Update background color to Aquamarine --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Aquamarine; } nav { - background: FireBrick; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 62d9fdef7c4f36c8c4cb3f89994ced4a474e7479 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 05:11:11 +0000 Subject: [PATCH 2740/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Orange; } nav { - background: Aquamarine; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From e181f6d6d6c55bdfba2720ebd7dd24a98c73eda7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 05:56:11 +0000 Subject: [PATCH 2741/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..7eedbaa75afb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Gray; } nav { - background: Orange; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 978e93fa762e06668174c70d3c8454e6b8dce313 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 06:41:11 +0000 Subject: [PATCH 2742/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7eedbaa75afb..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Tomato; } nav { - background: Gray; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From e63ea87351ba4b68595757b78fdedeafcb45fb0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 07:26:10 +0000 Subject: [PATCH 2743/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Brown; } nav { - background: Tomato; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 7d424a9742a2b2c2ba04286efac91a166e7a9075 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 08:11:13 +0000 Subject: [PATCH 2744/3208] KPT-24: Update background color to Turquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Turquoise; } nav { - background: Brown; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 18cb40e6447be75bf05b528e8c90e2e39c6b4f74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 09:41:11 +0000 Subject: [PATCH 2745/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid AliceBlue; } nav { - background: Turquoise; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From dd312e9906af95ae4160c0bc962de3a477b7742b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 10:26:10 +0000 Subject: [PATCH 2746/3208] KPT-24: Update background color to DarkGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DarkGrey; } nav { - background: AliceBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From c6c8e4ea803a36f8fcc5e3e00fd03bb4cd6d4869 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 12:41:12 +0000 Subject: [PATCH 2747/3208] KPT-22: Modals with DarkMagenta accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkMagenta; } nav { - background: DarkGrey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 60353fb42f1de978d55e8554ead181d662b87d22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 16:26:11 +0000 Subject: [PATCH 2748/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid DarkSalmon; } nav { - background: DarkMagenta; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3996e108b5b26c83083e5006f641cfddd0ee3922 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 17:11:13 +0000 Subject: [PATCH 2749/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkOrange; } nav { - background: DarkSalmon; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 80dded3a120c733f16794e3f26f57c0e853c90e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 17:56:12 +0000 Subject: [PATCH 2750/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Tan; } nav { - background: DarkOrange; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From c4c7b97c80440ecec236ef3b04d0c6806aa3409a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 19:26:11 +0000 Subject: [PATCH 2751/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MistyRose; } nav { - background: Tan; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 113df54a0da8aa950ebf66f45dca7a6dc3e456e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 20:56:11 +0000 Subject: [PATCH 2752/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid PapayaWhip; } nav { - background: MistyRose; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 6418e3034cdebf91c0973b58009a36c0f58e5732 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 23:11:11 +0000 Subject: [PATCH 2753/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkGoldenRod; } nav { - background: PapayaWhip; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 71844121b26ff1c1464e13131c4fe45eac041fd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 07:26:11 +0000 Subject: [PATCH 2754/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LavenderBlush; } nav { - background: DarkGoldenRod; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 12963cdf7eb01c64a2ce8f2045b203dde8dc1c5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 08:56:11 +0000 Subject: [PATCH 2755/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid PaleGoldenRod; } nav { - background: LavenderBlush; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From add0eef641a20ca838e834eb04d2edeb54b71ab0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 09:41:11 +0000 Subject: [PATCH 2756/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkKhaki; } nav { - background: PaleGoldenRod; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 86759967a3082ab66039ecea99642eff4bc339ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 14:11:11 +0000 Subject: [PATCH 2757/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkGreen; } nav { - background: DarkKhaki; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0204564676bf82315836565890641afc340c4adc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 15:41:11 +0000 Subject: [PATCH 2758/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DeepPink; } nav { - background: DarkGreen; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 8c1ec4419c276a999c4b6db9b498ade052821b66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 18:41:11 +0000 Subject: [PATCH 2759/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DodgerBlue; } nav { - background: DeepPink; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7798382c56b75480a2e025d03f623a722181119f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 00:41:10 +0000 Subject: [PATCH 2760/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Orange; } nav { - background: DodgerBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From c9fc44ca938e490d6641f6fc3d10a115effee4a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 02:11:12 +0000 Subject: [PATCH 2761/3208] KPT-24: Update background color to SlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid SlateGray; } nav { - background: Orange; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4b711e0bb6dd7763074373f8932f4ca59de92b40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 02:56:11 +0000 Subject: [PATCH 2762/3208] KPT-22: Modals with LightGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LightGreen; } nav { - background: SlateGray; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1eebb61f14f781925823767f8c7a55031536fdd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 03:41:13 +0000 Subject: [PATCH 2763/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid GreenYellow; } nav { - background: LightGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From e5504a1679769de8ace9d9a3b7ce00116a44ce37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 04:26:11 +0000 Subject: [PATCH 2764/3208] KPT-24: Update background color to PowderBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid PowderBlue; } nav { - background: GreenYellow; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From c801766e5c4fd20564b9812a87658d4fc35da6c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 06:41:11 +0000 Subject: [PATCH 2765/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: PowderBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 02dea3694852578f89c65b43abeb8f9a092936df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 08:11:10 +0000 Subject: [PATCH 2766/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkOrchid; } nav { - background: LightSeaGreen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 9dd3ca43c977c13425f6f9046a7f45fd6581dbb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 16:26:22 +0000 Subject: [PATCH 2767/3208] KPT-22: Modals with NavajoWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid NavajoWhite; } nav { - background: DarkOrchid; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 832024959b653ab05c541303ee871c8af2bc13e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 17:56:11 +0000 Subject: [PATCH 2768/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Thistle; } nav { - background: NavajoWhite; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From ebffe36cfd4f5f888267732db25f22b6b2f0c010 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 21:41:10 +0000 Subject: [PATCH 2769/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DodgerBlue; } nav { - background: Thistle; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 09eeeb7adcd759429f8d413328c3114959b06fc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 23:56:11 +0000 Subject: [PATCH 2770/3208] KPT-24: Update background color to Tan --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Tan; } nav { - background: DodgerBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From dfdec6f19199226b81dce4703670a50c046c0528 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 00:41:10 +0000 Subject: [PATCH 2771/3208] KPT-24: Update background color to Grey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Grey; } nav { - background: Tan; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From f2d8da3334c94b1bcc1598778339c93e458ed3ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 05:56:11 +0000 Subject: [PATCH 2772/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Purple; } nav { - background: Grey; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From ad1b5434110950069f0bd60f119a31bfd192b5c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 11:11:11 +0000 Subject: [PATCH 2773/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..8b28d00942f7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid PowderBlue; } nav { - background: Purple; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 825631402ffcea9b1ef4e37597604f96942a0aef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 17:11:12 +0000 Subject: [PATCH 2774/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8b28d00942f7..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightSteelBlue; } nav { - background: PowderBlue; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From bbaeba236bd69f06c5097019d0dfa59ef62a25a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 22:26:10 +0000 Subject: [PATCH 2775/3208] KPT-22: Modals with SpringGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..6fb1f0957aea 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid SpringGreen; } nav { - background: LightSteelBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From f611d27120c44ed7f45d1c175d2415d436cbd55f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 02:11:11 +0000 Subject: [PATCH 2776/3208] KPT-22: Modals with Snow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6fb1f0957aea..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Snow; } nav { - background: SpringGreen; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From bdbd9ef989e9566f93019738c974b8de597e55f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 03:41:10 +0000 Subject: [PATCH 2777/3208] KPT-22: Modals with Chartreuse accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Chartreuse; } nav { - background: Snow; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 47a1860cc87ffa0d353a3ed22910ae9f9dad3cf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 04:26:11 +0000 Subject: [PATCH 2778/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Salmon; } nav { - background: Chartreuse; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 5eed947f3c77c327a4423d68b318319a21bb6d09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 06:41:11 +0000 Subject: [PATCH 2779/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightCyan; } nav { - background: Salmon; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From e7ad041cb58c79f89e1e0c027648c3ae88e0cda9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 08:11:11 +0000 Subject: [PATCH 2780/3208] KPT-24: Update background color to LightSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LightSlateGray; } nav { - background: LightCyan; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 71ba4efa733708370745433d968ce28bdf73ad98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 10:26:11 +0000 Subject: [PATCH 2781/3208] KPT-22: Modals with Chocolate accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Chocolate; } nav { - background: LightSlateGray; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 6c99084fa08a21aec45f844ee9b2f49e7c2c97d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 13:26:10 +0000 Subject: [PATCH 2782/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid LightCoral; } nav { - background: Chocolate; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From b50865db26b37f1da2c2590eae78d585830d1dad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 15:41:10 +0000 Subject: [PATCH 2783/3208] KPT-22: Modals with DimGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DimGrey; } nav { - background: LightCoral; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0901d123cf1cb6b8f98546a67713f6226ba666fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 18:41:11 +0000 Subject: [PATCH 2784/3208] KPT-22: Modals with Bisque accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Bisque; } nav { - background: DimGrey; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From fb1adfcc2eca036ced0f1db80e1e2a6792fb5c7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 19:26:11 +0000 Subject: [PATCH 2785/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SaddleBrown; } nav { - background: Bisque; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From a4092383000508a622472be0a1ff1ec2d9990d32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 22:26:11 +0000 Subject: [PATCH 2786/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LightCyan; } nav { - background: SaddleBrown; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From f9083f77e14d622b9ebd1948277e6472aa35a93e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 23:56:10 +0000 Subject: [PATCH 2787/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkTurquoise; } nav { - background: LightCyan; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a8b7e6cb30e7f6d3aefda7527f5d4bd4ec8db27d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 05:56:11 +0000 Subject: [PATCH 2788/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkTurquoise; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 9ce491dad4d3bd8c113d81f1b63945867cc11f89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 06:41:10 +0000 Subject: [PATCH 2789/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Aquamarine; } nav { - background: BlanchedAlmond; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 1a0d1bbdea0e51b322f792b8446b02e6d14b6030 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 07:26:10 +0000 Subject: [PATCH 2790/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkSlateGray; } nav { - background: Aquamarine; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5edb885b2a9a508a6d408ab5c35704df15a7c83b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 11:56:11 +0000 Subject: [PATCH 2791/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DimGrey; } nav { - background: DarkSlateGray; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 351840f27b7f7d9f723b5097745c16ecdf987347 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 20:56:10 +0000 Subject: [PATCH 2792/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Salmon; } nav { - background: DimGrey; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From bfedce7d54c8294816861d668e57d5889c8efd8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 22:26:11 +0000 Subject: [PATCH 2793/3208] KPT-24: Update background color to LightPink --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightPink; } nav { - background: Salmon; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 15f45ae84e25f68953a3fe614f9408e5daa44b4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 02:11:12 +0000 Subject: [PATCH 2794/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightPink; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From c8054b1a05c2313c59ed7f820e39de27e40061a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 04:26:11 +0000 Subject: [PATCH 2795/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..6675fdc2e211 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Tomato; } nav { - background: DarkOliveGreen; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c3d9bc5225301f700530fe211c360c6d150f0cc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 05:56:11 +0000 Subject: [PATCH 2796/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6675fdc2e211..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid HotPink; } nav { - background: Tomato; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 60f2b2a5aa68e46338081f0dbec5589a9c0c77e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 07:26:11 +0000 Subject: [PATCH 2797/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Azure; } nav { - background: HotPink; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 3bff85cdcefbeec0ff2a432e4ad18a431ee9f4bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 11:11:12 +0000 Subject: [PATCH 2798/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkSalmon; } nav { - background: Azure; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a4220f076753b2b3fb5008957bdfb193dda5833e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 16:26:11 +0000 Subject: [PATCH 2799/3208] KPT-22: Modals with OrangeRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid OrangeRed; } nav { - background: DarkSalmon; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 3312e41c339afd4377dd39955bd6a765dfb881e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 20:11:11 +0000 Subject: [PATCH 2800/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid SeaShell; } nav { - background: OrangeRed; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From efae1b7b5c5eaef877acdd68e81f39faa1184097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 21:41:11 +0000 Subject: [PATCH 2801/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkViolet; } nav { - background: SeaShell; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2d43956f9eda86b73fd7590836233b518da33821 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 01:26:11 +0000 Subject: [PATCH 2802/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid AliceBlue; } nav { - background: DarkViolet; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From ef26494b99237920310a0817d0b8f4f36b47b9d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 02:11:10 +0000 Subject: [PATCH 2803/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid MediumVioletRed; } nav { - background: AliceBlue; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 4b244b12fc3a8515e482696a4afc7581d25702d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 15:41:11 +0000 Subject: [PATCH 2804/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..cc3e2a46c95e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightSkyBlue; } nav { - background: MediumVioletRed; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b174676afcdb953a9b945ec7374ea1324949e7c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 17:11:21 +0000 Subject: [PATCH 2805/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cc3e2a46c95e..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid MistyRose; } nav { - background: LightSkyBlue; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 1e9cebe230e6632dcc4f8de9ce699341276841eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 21:41:21 +0000 Subject: [PATCH 2806/3208] KPT-24: Update background color to Sienna --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Sienna; } nav { - background: MistyRose; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 0fc6003385e6910737452962c15df6b1634b0d71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 04:26:10 +0000 Subject: [PATCH 2807/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkOrchid; } nav { - background: Sienna; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 59b87c618a7af301b56d9cfa6d34887054edfab3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 05:56:11 +0000 Subject: [PATCH 2808/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid CadetBlue; } nav { - background: DarkOrchid; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 198bbb5674f0e3b8233102ffb99f3a3f4c8d75fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 06:41:10 +0000 Subject: [PATCH 2809/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Sienna; } nav { - background: CadetBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 7e4ec715c963439480529dff6cbd99287a28f66a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 07:26:11 +0000 Subject: [PATCH 2810/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkGoldenRod; } nav { - background: Sienna; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f7d5d784a53972e6cefd0ffa1cbbc309cc9154e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 08:11:12 +0000 Subject: [PATCH 2811/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightSalmon; } nav { - background: DarkGoldenRod; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 8b5ca0f1b0cc3594218c0a9b54407d2e600877c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 12:41:11 +0000 Subject: [PATCH 2812/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid FloralWhite; } nav { - background: LightSalmon; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 697da1c1cf28a11568fd6c4889b8a6442b665ee8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 14:56:12 +0000 Subject: [PATCH 2813/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Ivory; } nav { - background: FloralWhite; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 0e64a1c915d7bbf525f6af17ba0ca8373e9af7a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 15:41:12 +0000 Subject: [PATCH 2814/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid NavajoWhite; } nav { - background: Ivory; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 95612c1f572824b6b81d33a15914b976b318dc45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 21:41:12 +0000 Subject: [PATCH 2815/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LightSteelBlue; } nav { - background: NavajoWhite; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7bbe7974e3a173070f6ff0edd0647e86d7a92229 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 02:56:13 +0000 Subject: [PATCH 2816/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid OldLace; } nav { - background: LightSteelBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From efe6b84adf121e1f67ba3b56f85cff5dbd2c82d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 08:56:10 +0000 Subject: [PATCH 2817/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Blue; } nav { - background: OldLace; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 18038d054df53b148505525a98a77d2ad683698a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 13:26:11 +0000 Subject: [PATCH 2818/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkMagenta; } nav { - background: Blue; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From fb659a202f3c35657dffbe734807ad5451839def Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 14:56:11 +0000 Subject: [PATCH 2819/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Chartreuse; } nav { - background: DarkMagenta; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 8d1385df2c4b1a3bb646721208071ef65a424d6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 20:56:10 +0000 Subject: [PATCH 2820/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumTurquoise; } nav { - background: Chartreuse; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 61e36e67da38440c33edc156db8dc852c028a2b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 22:26:11 +0000 Subject: [PATCH 2821/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumTurquoise; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 066276ff0b2d849641a8117e4e5e460317cb8514 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 06:41:11 +0000 Subject: [PATCH 2822/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid White; } nav { - background: WhiteSmoke; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 2c7f2c3ef6f8e6ae710edb6d71c3755b141e9044 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 07:26:10 +0000 Subject: [PATCH 2823/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..d45f2f580eae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid LightGray; } nav { - background: White; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 48d248039b8891336fdca2359107f14ab1fb5f1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 15:41:12 +0000 Subject: [PATCH 2824/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d45f2f580eae..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LightYellow; } nav { - background: LightGray; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 1480e1583c607931d7f15e3d469879d364adfc81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 17:56:11 +0000 Subject: [PATCH 2825/3208] KPT-24: Update background color to CadetBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid CadetBlue; } nav { - background: LightYellow; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From afb0b7f3c94526aea2cfd246601c37351933f5a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 20:11:12 +0000 Subject: [PATCH 2826/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid FloralWhite; } nav { - background: CadetBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 129a1acc6c352497857893daed784cec3b9d04c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 20:56:11 +0000 Subject: [PATCH 2827/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Brown; } nav { - background: FloralWhite; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 06f1c58c3d88b0b59ba89430c1e2499c33eccc08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 22:26:11 +0000 Subject: [PATCH 2828/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Linen; } nav { - background: Brown; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6c744af1af05ea67af61f3a7b3cd0d92888c55fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 00:41:12 +0000 Subject: [PATCH 2829/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Thistle; } nav { - background: Linen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From d4bb31929f6341287e8e11bdb84ffda6d8cfc130 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 01:26:10 +0000 Subject: [PATCH 2830/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid FloralWhite; } nav { - background: Thistle; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 68385848af1a8ee3454df1f8f7efa3a3d88b80ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 02:11:11 +0000 Subject: [PATCH 2831/3208] KPT-24: Update background color to Brown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Brown; } nav { - background: FloralWhite; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From f69e4a899aa2e93a241947274d9e0e7419cd86db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 05:56:11 +0000 Subject: [PATCH 2832/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid SeaGreen; } nav { - background: Brown; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From bdf51154bb6178cd59a8cb96e7be7490e3b15b43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 08:11:11 +0000 Subject: [PATCH 2833/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..b3ffebd1503f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid PeachPuff; } nav { - background: SeaGreen; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ced0b13bf38b052161029924ebf755b6d161e6c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 08:56:11 +0000 Subject: [PATCH 2834/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b3ffebd1503f..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid BlanchedAlmond; } nav { - background: PeachPuff; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From b2e8c727ad72cb67351a16665710d6f167293f7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 09:41:11 +0000 Subject: [PATCH 2835/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid SaddleBrown; } nav { - background: BlanchedAlmond; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6f84943182d58b0bfb193c8dfec79e542401d8af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 11:56:11 +0000 Subject: [PATCH 2836/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid BlueViolet; } nav { - background: SaddleBrown; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 63e5e6647f6a95e2309f08c26ccd3c1f6c314015 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 12:41:11 +0000 Subject: [PATCH 2837/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Grey; } nav { - background: BlueViolet; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 206cdffc2f2558135d00112979591f03c8c3a677 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 14:56:11 +0000 Subject: [PATCH 2838/3208] KPT-24: Update background color to SaddleBrown --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid SaddleBrown; } nav { - background: Grey; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7a6af899abf45758198c7cd360e7fa8c12dd5430 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 21:41:11 +0000 Subject: [PATCH 2839/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid BlueViolet; } nav { - background: SaddleBrown; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 0c6316a688e4f9c68163024c6f5d871111d86e15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 02:56:11 +0000 Subject: [PATCH 2840/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Khaki; } nav { - background: BlueViolet; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From f07ece4bd082d3298a27405cbd241b15504c3e3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 06:41:11 +0000 Subject: [PATCH 2841/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid MediumPurple; } nav { - background: Khaki; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From ac490421422405600dde437791895faa8ede2e43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 10:26:11 +0000 Subject: [PATCH 2842/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Crimson; } nav { - background: MediumPurple; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From d1be2254c7376b9daa2ff6f3a21dd49533a63c80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 11:11:11 +0000 Subject: [PATCH 2843/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Brown; } nav { - background: Crimson; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 55b4837f3b6eadc1663d9274da5757c257513804 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 13:26:10 +0000 Subject: [PATCH 2844/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid LightGreen; } nav { - background: Brown; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From ef156718599ff4b9fa882cb75d1d724d4ca665dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 14:56:10 +0000 Subject: [PATCH 2845/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid SlateGray; } nav { - background: LightGreen; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 2ec8bd608b15459272efde74c545a724974d72ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 16:26:10 +0000 Subject: [PATCH 2846/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Cornsilk; } nav { - background: SlateGray; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 3033a600b5d5ba892f7f536376425f281bdcf110 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 22:50:20 +0000 Subject: [PATCH 2847/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..6da11d3d6276 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkOliveGreen; } nav { - background: Cornsilk; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0b97e910693752b24794b505906a3a4e7a5bad42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 23:35:21 +0000 Subject: [PATCH 2848/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6da11d3d6276..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Red; } nav { - background: DarkOliveGreen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 856a5bdd1d4e5f463ad8561b847c34dfb20796d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 05:35:20 +0000 Subject: [PATCH 2849/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Cyan; } nav { - background: Red; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 4353033168d51a23c8ae1de0ac2cf8ddc4e73ff7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 08:35:20 +0000 Subject: [PATCH 2850/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkMagenta; } nav { - background: Cyan; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 49a986c7bb2593e903420e2e1ffc87e1d055b16d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 14:35:20 +0000 Subject: [PATCH 2851/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Coral; } nav { - background: DarkMagenta; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From e598e845b3ceea9bd1a1b1ceb56d0b2630a97cbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 17:35:20 +0000 Subject: [PATCH 2852/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid MediumOrchid; } nav { - background: Coral; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d96db56a499602be690fb770b9a11893d7a8c93d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 20:35:20 +0000 Subject: [PATCH 2853/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid HoneyDew; } nav { - background: MediumOrchid; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 95fad1229a4c4e15b020e352fa2a032acea1fa0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 22:05:21 +0000 Subject: [PATCH 2854/3208] KPT-24: Update background color to Chocolate --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Chocolate; } nav { - background: HoneyDew; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 930edc785e150c0e974c02dd63285ff61aeb7c86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 22:50:20 +0000 Subject: [PATCH 2855/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid OliveDrab; } nav { - background: Chocolate; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From e9bf764e4e81fe1c2e446109377dd926532dede6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 00:20:20 +0000 Subject: [PATCH 2856/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Thistle; } nav { - background: OliveDrab; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 7dd45eee6f3ab28d9ae0237aa0485df19a9e9dd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 01:50:20 +0000 Subject: [PATCH 2857/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid BurlyWood; } nav { - background: Thistle; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From ac0d3a1e93b843d0321a11e1f3ccbeb4c49a5535 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 02:35:21 +0000 Subject: [PATCH 2858/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DimGray; } nav { - background: BurlyWood; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 71ec40c56427238efd7e13242ffccf7e8247a4b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 04:50:21 +0000 Subject: [PATCH 2859/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid BlueViolet; } nav { - background: DimGray; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 31ce3020b76c8569a891caf786cb8c3b5afb0819 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 11:35:21 +0000 Subject: [PATCH 2860/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid MediumAquaMarine; } nav { - background: BlueViolet; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 20418a4c3bd379ea220050d2422faa2389fe35e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 12:20:21 +0000 Subject: [PATCH 2861/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Brown; } nav { - background: MediumAquaMarine; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 9dd61078520636af0ae381b70f56665fa65b9d62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 13:05:21 +0000 Subject: [PATCH 2862/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Bisque; } nav { - background: Brown; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 9d813307aef56f48724e4f95cda42907c90256b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 13:50:21 +0000 Subject: [PATCH 2863/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid RosyBrown; } nav { - background: Bisque; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 742cabdd41e0aa3877007df8aa89f548f5d303a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 15:20:20 +0000 Subject: [PATCH 2864/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid PaleGoldenRod; } nav { - background: RosyBrown; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3f64e6e286aa92727a830209d9c532e8955bc249 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 18:20:21 +0000 Subject: [PATCH 2865/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Chartreuse; } nav { - background: PaleGoldenRod; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f8bca1a474e7c68a02fdb6ca2f7f0ca1226e7d3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 01:05:20 +0000 Subject: [PATCH 2866/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..1230ce9cd975 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumSlateBlue; } nav { - background: Chartreuse; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 119c9b864aaf6a3422a15d1fddb40449e72592f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 01:50:20 +0000 Subject: [PATCH 2867/3208] KPT-24: Update background color to MediumBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1230ce9cd975..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid MediumBlue; } nav { - background: MediumSlateBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 62326922bdb8dd1e52cd9705d4af6e367edeeead Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 02:35:20 +0000 Subject: [PATCH 2868/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightSalmon; } nav { - background: MediumBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From cdbe50b365510e5580a080663a97cb85a5435c99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 04:50:21 +0000 Subject: [PATCH 2869/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkCyan; } nav { - background: LightSalmon; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 8e55614f6720d613f1d883b8ca337e36f32e513f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 07:50:21 +0000 Subject: [PATCH 2870/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..64214c2d85c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid LightGreen; } nav { - background: DarkCyan; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From e2f0592532b29ddf09cce67d5451b414c44d300f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 08:35:20 +0000 Subject: [PATCH 2871/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 64214c2d85c0..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Fuchsia; } nav { - background: LightGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From a06188df14f660fe620f71c377a303d7f5cea1c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 09:20:21 +0000 Subject: [PATCH 2872/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid LightCoral; } nav { - background: Fuchsia; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 09e4f84e7075e5d9ecab33166ca3d97548d45bcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 12:20:21 +0000 Subject: [PATCH 2873/3208] KPT-24: Update background color to Blue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Blue; } nav { - background: LightCoral; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 7b17adc118616b9a31a3b18b6f6326e885c9e35e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 13:05:20 +0000 Subject: [PATCH 2874/3208] KPT-24: Update background color to Gainsboro --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Gainsboro; } nav { - background: Blue; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 41ae40e7a9bc614554bccda31ed1d6b9b3267941 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 14:35:21 +0000 Subject: [PATCH 2875/3208] KPT-24: Update background color to OldLace --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid OldLace; } nav { - background: Gainsboro; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From fe8d6f47f684e908e340f33bdfa3233449104ea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 18:20:20 +0000 Subject: [PATCH 2876/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkBlue; } nav { - background: OldLace; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From b430d41ea0bbab0303765d0d1755090296f66bcf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 19:05:21 +0000 Subject: [PATCH 2877/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid MediumBlue; } nav { - background: DarkBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 738a35fc45514c737126acaa77905372559c50e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 23:35:21 +0000 Subject: [PATCH 2878/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Orchid; } nav { - background: MediumBlue; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 29ace3516518d97b2fe63de5ac503ae62b820c7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 01:50:20 +0000 Subject: [PATCH 2879/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SeaGreen; } nav { - background: Orchid; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9d285d9f76bc465e89a3c8b851ffd7df50ada029 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 02:35:20 +0000 Subject: [PATCH 2880/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..6c526423d3cc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Cornsilk; } nav { - background: SeaGreen; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From a456891dbf87d0d90b626189174fee201e681817 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 03:20:20 +0000 Subject: [PATCH 2881/3208] KPT-24: Update background color to DarkSlateGrey --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6c526423d3cc..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkSlateGrey; } nav { - background: Cornsilk; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From a56be5eb7378ae205d9a14ff80825b99d6c9ceba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 04:50:21 +0000 Subject: [PATCH 2882/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..c5466bcfd359 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Teal; } nav { - background: DarkSlateGrey; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 21b13970d3035eb8154324f4e445f849ea8bb223 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 06:20:21 +0000 Subject: [PATCH 2883/3208] KPT-24: Update background color to DarkSeaGreen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c5466bcfd359..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid DarkSeaGreen; } nav { - background: Teal; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ae3767bd492cbb3ac77c93d154321fc9060793a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 07:50:20 +0000 Subject: [PATCH 2884/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Aqua; } nav { - background: DarkSeaGreen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 13e0b7e53cb192fcd7353157bb1133c0da952fa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 09:20:21 +0000 Subject: [PATCH 2885/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid MidnightBlue; } nav { - background: Aqua; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From ba04b73747f2fc982b8de9aa7aa6c158407d7ab7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 15:20:20 +0000 Subject: [PATCH 2886/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Tan; } nav { - background: MidnightBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 92654b2806bd5cf9e17753826d9804d65c9a8237 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 16:05:21 +0000 Subject: [PATCH 2887/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid White; } nav { - background: Tan; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From d6db973c51258690381917027bd8660fca1118f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 16:50:21 +0000 Subject: [PATCH 2888/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkGoldenRod; } nav { - background: White; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3e77b37af3e256b1c050a37d82e9fc933928a62b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 18:20:20 +0000 Subject: [PATCH 2889/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..7265cc2310f6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkGrey; } nav { - background: DarkGoldenRod; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 463cbfd1ae95bb4f56078aac5ad98bd26102297d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 19:50:21 +0000 Subject: [PATCH 2890/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7265cc2310f6..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Turquoise; } nav { - background: DarkGrey; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 156b93250dddf199ad3ddfc61517e42c46e213a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 20:35:20 +0000 Subject: [PATCH 2891/3208] KPT-22: Modals with Orchid accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Orchid; } nav { - background: Turquoise; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From f425ce0a553c77e07cf5f48ca7141ad7fd8998dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 06:20:21 +0000 Subject: [PATCH 2892/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid LimeGreen; } nav { - background: Orchid; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 23be88157a1c41d0ae8a06757b85bd595916c735 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 08:35:21 +0000 Subject: [PATCH 2893/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkSlateGray; } nav { - background: LimeGreen; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5405b8e246d322b29a782f5ce7228f43dda698d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 10:05:20 +0000 Subject: [PATCH 2894/3208] KPT-22: Modals with PapayaWhip accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid PapayaWhip; } nav { - background: DarkSlateGray; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From e99eb5e2e10fe687db67a22ad6ad53636c77bee8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 10:50:21 +0000 Subject: [PATCH 2895/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Green; } nav { - background: PapayaWhip; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 2cddd4f4d04cffb96493a4208ba1a1e23e578545 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 13:50:21 +0000 Subject: [PATCH 2896/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LimeGreen; } nav { - background: Green; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From cecbf26497671312fb3fc44ae3d163395fd6ac89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 16:05:20 +0000 Subject: [PATCH 2897/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid SeaGreen; } nav { - background: LimeGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b28482e60bfde89fe9e8fd200b31413811216060 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 18:20:21 +0000 Subject: [PATCH 2898/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MidnightBlue; } nav { - background: SeaGreen; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From dae27aac88696919b6221577553ec9dfbf78a3eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 19:50:21 +0000 Subject: [PATCH 2899/3208] KPT-22: Modals with Cyan accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Cyan; } nav { - background: MidnightBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 15a1c31cca0ebc00a68f28f2ae1f3334ba3935b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 01:50:22 +0000 Subject: [PATCH 2900/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid HoneyDew; } nav { - background: Cyan; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 0d1317368371471059a9442c3ad2e19025876c72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 04:05:22 +0000 Subject: [PATCH 2901/3208] KPT-22: Modals with BurlyWood accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid BurlyWood; } nav { - background: HoneyDew; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 813af0b9e9e741a836eaa079d619affe9a074f72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 04:50:20 +0000 Subject: [PATCH 2902/3208] KPT-24: Update background color to DarkSlateGray --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkSlateGray; } nav { - background: BurlyWood; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From c30235547374ff80be1aaaac9e942e3b8faa3ef1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 11:35:20 +0000 Subject: [PATCH 2903/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LightCyan; } nav { - background: DarkSlateGray; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From adcb870caa584edfa0669526c751bb8877207046 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 13:50:22 +0000 Subject: [PATCH 2904/3208] KPT-24: Update background color to MediumPurple --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid MediumPurple; } nav { - background: LightCyan; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 843d382bf13999d317d881250bf70df891587e26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 15:20:31 +0000 Subject: [PATCH 2905/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Azure; } nav { - background: MediumPurple; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 97ee5aca10d1bf4e6ac82523b2ccf711f131f416 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 16:50:21 +0000 Subject: [PATCH 2906/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkSlateBlue; } nav { - background: Azure; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d1e6fc31b04b2a6af5462fbcdaa77e1321fbeb1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 22:05:21 +0000 Subject: [PATCH 2907/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Navy; } nav { - background: DarkSlateBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 09b0007f221c05c3b3d50582123f5f418579b963 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 00:20:21 +0000 Subject: [PATCH 2908/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..38eb215526f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Salmon; } nav { - background: Navy; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From bd0f12b3e4ab14c5d4e45989589e6463cfaf4bbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 01:05:32 +0000 Subject: [PATCH 2909/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38eb215526f9..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid MediumPurple; } nav { - background: Salmon; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 1b45feae0486563f54ded15036a5868e896b85fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 06:20:21 +0000 Subject: [PATCH 2910/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid PaleVioletRed; } nav { - background: MediumPurple; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d0b120f4cb7285ff24109534661d5d42926da4f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 07:50:22 +0000 Subject: [PATCH 2911/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..67e0111f647f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Coral; } nav { - background: PaleVioletRed; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From a4de8c7453a70f5580527c7d0ae955f0cf6e7e8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 13:05:20 +0000 Subject: [PATCH 2912/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 67e0111f647f..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid OliveDrab; } nav { - background: Coral; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 1bc6a29467e740795bc4940f80d8b2ee9ffec009 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 16:50:21 +0000 Subject: [PATCH 2913/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Lavender; } nav { - background: OliveDrab; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 9e7813fd3799435c46c598d656d526728529ee2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 17:35:30 +0000 Subject: [PATCH 2914/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid WhiteSmoke; } nav { - background: Lavender; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 722c364f48fa0c1614ce8a14acbe19c3c1a01863 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 22:05:20 +0000 Subject: [PATCH 2915/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid HotPink; } nav { - background: WhiteSmoke; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 256ade3a33987703524189f6c55cd0eac22e019a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 22:50:20 +0000 Subject: [PATCH 2916/3208] KPT-22: Modals with AliceBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid AliceBlue; } nav { - background: HotPink; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 65b519cf4383bb3921869a7877b6bb60a2c9d40f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 07:50:20 +0000 Subject: [PATCH 2917/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Navy; } nav { - background: AliceBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From cc35ec491ce4734dcb516106b0d33fd6ed2a47fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 09:20:22 +0000 Subject: [PATCH 2918/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Silver; } nav { - background: Navy; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 23e772e9a42fdd16d097af980182f668ac25909f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 10:50:22 +0000 Subject: [PATCH 2919/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid OliveDrab; } nav { - background: Silver; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 6373490a498c60cf6228c6e0f79a1d2a05397194 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 13:05:21 +0000 Subject: [PATCH 2920/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..5d4492574dd1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MintCream; } nav { - background: OliveDrab; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 20140173621cf0ce9f694b8ce6fb2fa2a6f941d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 14:35:20 +0000 Subject: [PATCH 2921/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5d4492574dd1..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid SlateGray; } nav { - background: MintCream; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 0415454e9d0a9e89748832fa9822d86178c18627 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 17:35:21 +0000 Subject: [PATCH 2922/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..53c6d3eeeb62 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid GoldenRod; } nav { - background: SlateGray; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 5a86fb03cddf4ae60be541245b3d9cf53ff3b309 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 19:05:21 +0000 Subject: [PATCH 2923/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 53c6d3eeeb62..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Chocolate; } nav { - background: GoldenRod; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 78b8b77ee8a5af18a3674501b03bd11d1e6d33a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 00:20:21 +0000 Subject: [PATCH 2924/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid CadetBlue; } nav { - background: Chocolate; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From ff9ab624d29a2f1427d169e9ee04fa9f207ffb72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 01:05:20 +0000 Subject: [PATCH 2925/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Lime; } nav { - background: CadetBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 756964404ccdad1bfd6cf200d15660a608f17106 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 04:50:22 +0000 Subject: [PATCH 2926/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..d28f8e930d59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Snow; } nav { - background: Lime; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From e1971a2277a7b42695a81c61dcfd241d3b8a6179 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 05:35:20 +0000 Subject: [PATCH 2927/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d28f8e930d59..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Ivory; } nav { - background: Snow; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From d2c4a0b2c0865a1c2d5c3c97ef1099363d48a48f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 06:20:20 +0000 Subject: [PATCH 2928/3208] KPT-22: Modals with HotPink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid HotPink; } nav { - background: Ivory; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 587a107856e98dcbec749d165399e61e3db37292 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 07:05:20 +0000 Subject: [PATCH 2929/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..38d8005718f8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid YellowGreen; } nav { - background: HotPink; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 25198290d93078c45c76494785bbe5a76de03518 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 10:05:21 +0000 Subject: [PATCH 2930/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 38d8005718f8..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Violet; } nav { - background: YellowGreen; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 2058224e5707eb69f4118af66903f2f1bf8c9b8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 14:35:20 +0000 Subject: [PATCH 2931/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Magenta; } nav { - background: Violet; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 864288e13d0ae0004b49b201548f3c67b472f376 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 15:20:21 +0000 Subject: [PATCH 2932/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid SeaGreen; } nav { - background: Magenta; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 703cafe9805f91ca02d093ad5a656407d11432e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 16:50:21 +0000 Subject: [PATCH 2933/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid SlateGrey; } nav { - background: SeaGreen; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From cfbbe31750dcf8f41b8972c6282133a005cc6fce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 18:20:22 +0000 Subject: [PATCH 2934/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..c9027d922244 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid OldLace; } nav { - background: SlateGrey; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From f2984ff596e977939b2e21b8e59fa823c62c9676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 00:20:20 +0000 Subject: [PATCH 2935/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9027d922244..0ad2b52a66dd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkSlateGray; } nav { - background: OldLace; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4c12c84291689974c368fb0beb92522fbb14ca1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 01:05:21 +0000 Subject: [PATCH 2936/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0ad2b52a66dd..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid PapayaWhip; } nav { - background: DarkSlateGray; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From bb3fe8c8d9988f89bb29ac4cf65359b0c9be8f2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 03:20:20 +0000 Subject: [PATCH 2937/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LemonChiffon; } nav { - background: PapayaWhip; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 5f70f74793c8d425e66f35395c5a5e5529c66804 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 04:50:21 +0000 Subject: [PATCH 2938/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid BlanchedAlmond; } nav { - background: LemonChiffon; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 568e8942f553a79fe861412cbdb3836a423b0564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 05:35:21 +0000 Subject: [PATCH 2939/3208] KPT-24: Update background color to LightSteelBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightSteelBlue; } nav { - background: BlanchedAlmond; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 54b268deba384f1f50486ccb6494a27110f2528d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 11:35:20 +0000 Subject: [PATCH 2940/3208] KPT-22: Modals with LightGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..372b1a31ed97 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightGrey; } nav { - background: LightSteelBlue; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 211afb42f12cdb3e5695d095b8e05c82bdf65023 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 13:05:21 +0000 Subject: [PATCH 2941/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 372b1a31ed97..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DarkTurquoise; } nav { - background: LightGrey; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 859c142df1b5c23c7c00318e8f58b5a48ec75567 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 17:35:20 +0000 Subject: [PATCH 2942/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid SkyBlue; } nav { - background: DarkTurquoise; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d2ce589aedd30ff35c41f4405911bac76ddfa46e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 18:20:21 +0000 Subject: [PATCH 2943/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Crimson; } nav { - background: SkyBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From f18370a6b4bd936a71a3b86d35440b20fedf8796 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 20:35:20 +0000 Subject: [PATCH 2944/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid OliveDrab; } nav { - background: Crimson; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From acabeb9551dc6dcb4dc71fdb92db24cd52862f6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 21:20:23 +0000 Subject: [PATCH 2945/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SaddleBrown; } nav { - background: OliveDrab; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From bea43db269b7a52e9de408d070ecce0fe302ef8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 23:35:20 +0000 Subject: [PATCH 2946/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Chocolate; } nav { - background: SaddleBrown; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 32f21cadbd16bdc14c19918804492dd4ae0262e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 00:20:21 +0000 Subject: [PATCH 2947/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Lime; } nav { - background: Chocolate; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 6f103bb14411963ae97b5f02c29730522bce8978 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 01:50:22 +0000 Subject: [PATCH 2948/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Linen; } nav { - background: Lime; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From c05a0bf7dd649548b1a6f96a2157b0c113fce0f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 02:35:20 +0000 Subject: [PATCH 2949/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..308fd2898d6e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Lavender; } nav { - background: Linen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 1266a4ce1a673d6d7926e612e303898aeb38858d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 04:05:21 +0000 Subject: [PATCH 2950/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 308fd2898d6e..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid PaleVioletRed; } nav { - background: Lavender; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d9b0ebeba896ae10125225b419655c5f342b0969 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 05:35:20 +0000 Subject: [PATCH 2951/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Yellow; } nav { - background: PaleVioletRed; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 9890609ece80c7f2c2da82e382b143ad91690342 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 07:50:22 +0000 Subject: [PATCH 2952/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..4c78b363845c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid ForestGreen; } nav { - background: Yellow; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From edd031ae71aa35740a0f27c0d64e9afec92b8c05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 08:35:22 +0000 Subject: [PATCH 2953/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4c78b363845c..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: ForestGreen; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From d8366150e9b6775dd636e22fb11a4cf7c6f97a28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 21:20:21 +0000 Subject: [PATCH 2954/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid BurlyWood; } nav { - background: LightGoldenRodYellow; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 7be13c533d22bf250cdfa8082d3164ffd79ea9d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 23:35:20 +0000 Subject: [PATCH 2955/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DarkSeaGreen; } nav { - background: BurlyWood; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d1c2b8b9b27c3814d06e30804726c2e98f29e53a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 01:50:21 +0000 Subject: [PATCH 2956/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..9f1fca2a1ff2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Maroon; } nav { - background: DarkSeaGreen; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From e18f32e289208f6113973d9c4224101ae265d573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 02:35:21 +0000 Subject: [PATCH 2957/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9f1fca2a1ff2..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Tan; } nav { - background: Maroon; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From c737d364dfe18eb7635305688088688dc8be17e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 05:35:21 +0000 Subject: [PATCH 2958/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid CornflowerBlue; } nav { - background: Tan; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 257acefcd2bc3e2bbc325b3f345b69a4b6f6864b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 08:35:21 +0000 Subject: [PATCH 2959/3208] KPT-24: Update background color to GhostWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid GhostWhite; } nav { - background: CornflowerBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From a34aac3e8e372e09d9f81f6363ab21e96e924831 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 16:50:35 +0000 Subject: [PATCH 2960/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid LimeGreen; } nav { - background: GhostWhite; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From fe5442119b59b3d9ac04cea1fbea197954d421be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 17:35:20 +0000 Subject: [PATCH 2961/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightPink; } nav { - background: LimeGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 737c5e6842c0c6eb6ff70a7d4b7d3f3bcbbbc58f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 18:20:21 +0000 Subject: [PATCH 2962/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SandyBrown; } nav { - background: LightPink; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From f1d8044252258a0eab966541a2bf2e509a0795bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 21:20:21 +0000 Subject: [PATCH 2963/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Green; } nav { - background: SandyBrown; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 4600cb471b50cf160091b504ba4e035399acb144 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 01:05:20 +0000 Subject: [PATCH 2964/3208] KPT-22: Modals with Aquamarine accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Aquamarine; } nav { - background: Green; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 26c143ffd588e9e98208916adb477ac1796a2066 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 04:05:21 +0000 Subject: [PATCH 2965/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid NavajoWhite; } nav { - background: Aquamarine; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d481f01430b7f5cd7f5935be9c0e6a73abff7856 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 07:50:22 +0000 Subject: [PATCH 2966/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..2e8c8e35e5cb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Magenta; } nav { - background: NavajoWhite; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 83e59ec0fc1eeeb6eaf7291e6d8c69fbe0f300d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 10:05:21 +0000 Subject: [PATCH 2967/3208] KPT-22: Modals with DarkSeaGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2e8c8e35e5cb..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkSeaGreen; } nav { - background: Magenta; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3b3b3d53025118f6aee442d3281f20557adcd9f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 17:35:21 +0000 Subject: [PATCH 2968/3208] KPT-22: Modals with LimeGreen accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..d5b33e6aee0e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid LimeGreen; } nav { - background: DarkSeaGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 84c4250ab04efe69a4422948de6ac04458798b2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 19:50:23 +0000 Subject: [PATCH 2969/3208] KPT-24: Update background color to Violet --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d5b33e6aee0e..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Violet; } nav { - background: LimeGreen; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 937b9e101cf7c98add25eba3f1487c5b7c0957b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 22:05:20 +0000 Subject: [PATCH 2970/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid SteelBlue; } nav { - background: Violet; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6e3327c8e0a5ba785dc1ab54d5644f2b2b29dbc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 22:50:21 +0000 Subject: [PATCH 2971/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid OrangeRed; } nav { - background: SteelBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 5551fe4ea696e9363b2dd27474113180c304fb57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 23:35:20 +0000 Subject: [PATCH 2972/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid GreenYellow; } nav { - background: OrangeRed; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 0ef0ee6462c6e4873bd6751b3727d91799972ef2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 03:20:20 +0000 Subject: [PATCH 2973/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid NavajoWhite; } nav { - background: GreenYellow; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 107ff10407c0f0ec422520840f50d845e5b9b512 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 06:20:21 +0000 Subject: [PATCH 2974/3208] KPT-22: Modals with FireBrick accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid FireBrick; } nav { - background: NavajoWhite; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 006a5b05287a921ddab3b5ba11d4c743c5ab355c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 07:05:20 +0000 Subject: [PATCH 2975/3208] KPT-22: Modals with DimGrey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DimGrey; } nav { - background: FireBrick; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 172bd5326fc8abf6c2cd105ccf4072ebe3dee038 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 07:50:20 +0000 Subject: [PATCH 2976/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..0a77f9998160 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LemonChiffon; } nav { - background: DimGrey; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From d5a44d174273d9a5727bd2870b72836a8829fdfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 08:35:21 +0000 Subject: [PATCH 2977/3208] KPT-24: Update background color to SeaShell --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0a77f9998160..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid SeaShell; } nav { - background: LemonChiffon; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From a1741083d6b98954f82f8ceacde704e637a62fc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 10:05:20 +0000 Subject: [PATCH 2978/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Gainsboro; } nav { - background: SeaShell; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 339b5bb838824cfc9c1618488a27b6432c1f34ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 10:50:20 +0000 Subject: [PATCH 2979/3208] KPT-24: Update background color to DarkRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid DarkRed; } nav { - background: Gainsboro; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 44c73e1fe568f28bc2b5dd6941a2164d96370495 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 19:05:20 +0000 Subject: [PATCH 2980/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Blue; } nav { - background: DarkRed; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From e4e20ac44b4b9934c0fac88c275c9ed61a4b6c27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 20:35:20 +0000 Subject: [PATCH 2981/3208] KPT-22: Modals with Olive accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..ce75e3b066c0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Olive; } nav { - background: Blue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From eb311b82e4c2d4a7bb6516b7616ffa26ea8bff04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 22:50:22 +0000 Subject: [PATCH 2982/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ce75e3b066c0..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkKhaki; } nav { - background: Olive; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 73641821ba6d1a7094e1e5e17e1d9d9eaa1f49d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 02:35:20 +0000 Subject: [PATCH 2983/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkKhaki; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From fa23aa7ce747b600c8dac852a86c1fbf3b8972a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 07:05:21 +0000 Subject: [PATCH 2984/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..19e1abc1037e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid PaleGreen; } nav { - background: PaleGoldenRod; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7b893254876dc0e1d2d819457729ed03c7ffe14d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 08:35:21 +0000 Subject: [PATCH 2985/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 19e1abc1037e..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Violet; } nav { - background: PaleGreen; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 13234ce50e105f79c5ae1247e53e279b61afdb45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 12:20:21 +0000 Subject: [PATCH 2986/3208] KPT-24: Update background color to Linen --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..d1a30d185108 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Linen; } nav { - background: Violet; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 9a82672bf413f8f3e0166f42bd674225e5a991ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 13:05:21 +0000 Subject: [PATCH 2987/3208] KPT-22: Modals with Ivory accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d1a30d185108..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Ivory; } nav { - background: Linen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From d344235a91cfaa7e17dd578d0fa06167701e0b6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 13:50:21 +0000 Subject: [PATCH 2988/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DarkGreen; } nav { - background: Ivory; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 09ebae3c44838dfc0c6b4fbf204362b84647f8c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 19:50:22 +0000 Subject: [PATCH 2989/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkSalmon; } nav { - background: DarkGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 8622a8e811f901a0041eb23cf1b989ef7f9522d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 20:35:21 +0000 Subject: [PATCH 2990/3208] KPT-22: Modals with Grey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Grey; } nav { - background: DarkSalmon; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 81e80a96f1bf39e39314a332cabd6148eb21871b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 05:35:20 +0000 Subject: [PATCH 2991/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkGoldenRod; } nav { - background: Grey; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 7de151985089a1cd34c4043c4cdcc60467a35858 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 07:50:20 +0000 Subject: [PATCH 2992/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..24d254c510ca 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Wheat; } nav { - background: DarkGoldenRod; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 7a405e2aafc7b0bf3ef27d05ae5bdee1154519bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 14:35:21 +0000 Subject: [PATCH 2993/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 24d254c510ca..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid DarkSlateGrey; } nav { - background: Wheat; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6b1360c3a286027367a5d458369c8c9bd19e18a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 16:05:22 +0000 Subject: [PATCH 2994/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Bisque; } nav { - background: DarkSlateGrey; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 623c8544a41dde6a5a142a90be4bdd459c13ea74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 18:20:21 +0000 Subject: [PATCH 2995/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid DimGrey; } nav { - background: Bisque; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9ce1e376e4a6ff3dcd12bcff80104c29b91f64b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 20:35:21 +0000 Subject: [PATCH 2996/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..39ce4de2a2ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid FireBrick; } nav { - background: DimGrey; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 87fb13d49b334ebb34ad07d541070fb008ec91eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 22:50:21 +0000 Subject: [PATCH 2997/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 39ce4de2a2ff..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Aquamarine; } nav { - background: FireBrick; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 182c143a2f6c5fbcb41211f9b478079e741aa995 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 00:20:21 +0000 Subject: [PATCH 2998/3208] KPT-24: Update background color to AliceBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid AliceBlue; } nav { - background: Aquamarine; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 948871a934e7279511c731286b791192965c59c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 01:05:20 +0000 Subject: [PATCH 2999/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid PaleVioletRed; } nav { - background: AliceBlue; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 84e7ff28e20b0cae40f55f13656e8c01d7f2a47d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 09:20:22 +0000 Subject: [PATCH 3000/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Khaki; } nav { - background: PaleVioletRed; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From fc8384f7cd38d8f1b63c27e3a268e0766055965c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 13:05:22 +0000 Subject: [PATCH 3001/3208] KPT-22: Modals with Lime accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..97c9a503bf56 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Lime; } nav { - background: Khaki; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 528097c8fdbb7e7692917ce076e51c6010f9af31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 15:20:21 +0000 Subject: [PATCH 3002/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 97c9a503bf56..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Blue; } nav { - background: Lime; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 2ae85be190334c4391b2e7dc7aed68f4969bdce8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 19:50:20 +0000 Subject: [PATCH 3003/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid LightPink; } nav { - background: Blue; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 67842b1e8eec1c97b71c4dd2e2712f2820704724 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 20:35:22 +0000 Subject: [PATCH 3004/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid MediumTurquoise; } nav { - background: LightPink; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0376ce3d5a96d730e06ba158f69bd7ccdb8a5513 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 22:05:21 +0000 Subject: [PATCH 3005/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Ivory; } nav { - background: MediumTurquoise; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 6d097920111ab22c41dc6b1b5d55a9c328b1cffc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 01:50:20 +0000 Subject: [PATCH 3006/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid PaleVioletRed; } nav { - background: Ivory; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c9952e34149c498fd06860b5db867bdd7cf2e64b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 09:20:21 +0000 Subject: [PATCH 3007/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid GhostWhite; } nav { - background: PaleVioletRed; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8daf77af09ed98231aafeb52aeea70251c53358f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 13:50:21 +0000 Subject: [PATCH 3008/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DodgerBlue; } nav { - background: GhostWhite; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5ca4cebaac8c623741b4ea94d363820eca93b6e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 15:20:20 +0000 Subject: [PATCH 3009/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..4e9265f434fd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DeepPink; } nav { - background: DodgerBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 60aa898e0cfd240c5d986619d4c293f1fab81744 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 16:50:22 +0000 Subject: [PATCH 3010/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4e9265f434fd..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DimGray; } nav { - background: DeepPink; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 5e8907364ae661092fb8e1ebb69401a5a3956519 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 18:20:21 +0000 Subject: [PATCH 3011/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..e998dc1afbfd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Cyan; } nav { - background: DimGray; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 812e26d520ecad687ba4ef8b3e6d6a89dd4f0492 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 21:20:21 +0000 Subject: [PATCH 3012/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index e998dc1afbfd..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Crimson; } nav { - background: Cyan; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From e0a2fbe9fd1812241ead3a132744c43b13bf1780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 02:35:21 +0000 Subject: [PATCH 3013/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid SeaShell; } nav { - background: Crimson; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 6ecee95b52699c2971e6c6567a8cb081aee78466 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 05:35:20 +0000 Subject: [PATCH 3014/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Turquoise; } nav { - background: SeaShell; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 037e60ceb23cbeddac812d2bf7f1be143cc2f674 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 11:35:21 +0000 Subject: [PATCH 3015/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkOrange; } nav { - background: Turquoise; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From b4ae0dcabab0a6805907901ae789863ef9914b25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 12:20:20 +0000 Subject: [PATCH 3016/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..4157a06c1b2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid LawnGreen; } nav { - background: DarkOrange; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From b927e7e08de054f2abace1c1962db23595fdbed6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 17:35:21 +0000 Subject: [PATCH 3017/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4157a06c1b2b..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid RoyalBlue; } nav { - background: LawnGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6210c7be60711a0b2b9d094ce5b8f47df93a3108 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 20:35:21 +0000 Subject: [PATCH 3018/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Navy; } nav { - background: RoyalBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 7a002f9182aac63265b29b4fff372f84c90fa9ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 22:50:20 +0000 Subject: [PATCH 3019/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Grey; } nav { - background: Navy; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 0f7a384aee58f5709c23c64039c7929eeec3421f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 02:35:21 +0000 Subject: [PATCH 3020/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkMagenta; } nav { - background: Grey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 533ea7869b85c11d5636809eba7bf86849f9a22a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 04:05:20 +0000 Subject: [PATCH 3021/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..52780a4ff666 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid SlateGrey; } nav { - background: DarkMagenta; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 68014b995f10553c08a79313646db07297462092 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 04:50:22 +0000 Subject: [PATCH 3022/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 52780a4ff666..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkSlateGrey; } nav { - background: SlateGrey; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From fb54d04cf2ebb65660bda8af8cc5532dc9d2b925 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 06:20:21 +0000 Subject: [PATCH 3023/3208] KPT-22: Modals with LightGoldenRodYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..857ab72fccc2 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkSlateGrey; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 96a20423188f6c6c4df167345c7005f58da691e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 07:05:20 +0000 Subject: [PATCH 3024/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 857ab72fccc2..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Yellow; } nav { - background: LightGoldenRodYellow; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From bace28e8f86b1aa06b4a8cd08258f8e537fb6865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 09:20:22 +0000 Subject: [PATCH 3025/3208] KPT-24: Update background color to DarkBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkBlue; } nav { - background: Yellow; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From f7da5261984f9270e5c2ba0392a5b7240f8b0242 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 12:20:21 +0000 Subject: [PATCH 3026/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..4ec33dd9a11e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid BurlyWood; } nav { - background: DarkBlue; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 852ffbdcd5bad5ef1d429875be0e86bacd000b7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 16:05:21 +0000 Subject: [PATCH 3027/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4ec33dd9a11e..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Chocolate; } nav { - background: BurlyWood; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From f506a2892d975388b98698f74d97dbd89d64afae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 16:50:21 +0000 Subject: [PATCH 3028/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Turquoise; } nav { - background: Chocolate; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4f22c8973aa4ced5d6c561df8323120c3ba5827c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 05:35:21 +0000 Subject: [PATCH 3029/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DimGray; } nav { - background: Turquoise; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From dcc1a409223768a348dc9c4033402608aa3e8082 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 09:20:21 +0000 Subject: [PATCH 3030/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..9b225c303ed7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid CornflowerBlue; } nav { - background: DimGray; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 166c39cda01399675d8bbfb5c0c44b674b38eb4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 11:35:21 +0000 Subject: [PATCH 3031/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9b225c303ed7..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LavenderBlush; } nav { - background: CornflowerBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From c0770f93ec62b134d41180cacba957bd8d377c5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 12:20:21 +0000 Subject: [PATCH 3032/3208] KPT-24: Update background color to DarkOrange --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..5bc7ef4eb78f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DarkOrange; } nav { - background: LavenderBlush; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 14eaca7e9acdd79fefdf1e5e6a3087d7cf430274 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 18:20:21 +0000 Subject: [PATCH 3033/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5bc7ef4eb78f..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Chocolate; } nav { - background: DarkOrange; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 002ab9420ba300221c2fdef928edcd7e6a6ab9fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 19:50:22 +0000 Subject: [PATCH 3034/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Azure; } nav { - background: Chocolate; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From fa728c53b9dae9ce9a15a45b64223d494367a6e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 20:35:20 +0000 Subject: [PATCH 3035/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..d3ffb8ea4363 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DimGrey; } nav { - background: Azure; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2452e62d86e07e6e07c75d7b25e7a4ea0a1e7d90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 00:20:21 +0000 Subject: [PATCH 3036/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d3ffb8ea4363..3bec89149c2c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Peru; } nav { - background: DimGrey; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 152b281d440099d5ba15ca4b415af51a33c44ae2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 07:05:20 +0000 Subject: [PATCH 3037/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bec89149c2c..453cdaa8fe58 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkSlateBlue; } nav { - background: Peru; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5f3aa55cd529fa97ef513d8da8c744d85c39a541 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 07:50:21 +0000 Subject: [PATCH 3038/3208] KPT-22: Modals with SandyBrown accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 453cdaa8fe58..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid SandyBrown; } nav { - background: DarkSlateBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 37a72e03c15f57843839752c493785782429825a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 09:20:21 +0000 Subject: [PATCH 3039/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Fuchsia; } nav { - background: SandyBrown; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From e614aa8bfdd612274fc2cd94db67de4428315636 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 14:35:20 +0000 Subject: [PATCH 3040/3208] KPT-22: Modals with GreenYellow accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..eca3a27ac0c5 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid GreenYellow; } nav { - background: Fuchsia; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 27da136450ad031a4d95d35eed1e45c85a762077 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 16:50:20 +0000 Subject: [PATCH 3041/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index eca3a27ac0c5..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkSalmon; } nav { - background: GreenYellow; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 4112438b470568c61ffe72b1b756147c7dba4b4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 18:20:21 +0000 Subject: [PATCH 3042/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkOrchid; } nav { - background: DarkSalmon; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 6605597bebfc0b727e99553f1213c45f49f9ffa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 03:20:20 +0000 Subject: [PATCH 3043/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkOrchid; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 222cc9a4df760aa56f8595508b84101131e5515f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 04:50:21 +0000 Subject: [PATCH 3044/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Aqua; } nav { - background: PaleVioletRed; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 0ebba87d587a3c7f6184222319ce03a1c468c2cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 07:05:21 +0000 Subject: [PATCH 3045/3208] KPT-22: Modals with OliveDrab accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid OliveDrab; } nav { - background: Aqua; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From d0a87c0a723f9fa8a60801842f6ef790a5e347a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 08:35:20 +0000 Subject: [PATCH 3046/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LightSeaGreen; } nav { - background: OliveDrab; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 22903bb75948d263eb581e94c333a262084022c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 09:20:21 +0000 Subject: [PATCH 3047/3208] KPT-24: Update background color to RoyalBlue --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid RoyalBlue; } nav { - background: LightSeaGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 61643a42d68cb55adb4c83a8e51d597b96247e75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 10:05:20 +0000 Subject: [PATCH 3048/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Red; } nav { - background: RoyalBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 9b3a5a213c29b90f67b37cb9e235b041b3d4b51a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 12:20:21 +0000 Subject: [PATCH 3049/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DarkGreen; } nav { - background: Red; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From e8c7da097f4238dae74613c62dade8a4008e559f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 18:20:20 +0000 Subject: [PATCH 3050/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..46aa99fbd145 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 878ee26f3c710d81bd6fa3313907b239b37662d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 19:05:20 +0000 Subject: [PATCH 3051/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 46aa99fbd145..2b6378f009d4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkGoldenRod; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6077444d62d526b6cdea62bfdfa05dd8234bdbac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 19:50:21 +0000 Subject: [PATCH 3052/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2b6378f009d4..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkGray; } nav { - background: DarkTurquoise; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 2c0cc275e666cdd3aa879a8b49a0e90744a1e1fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 01:05:20 +0000 Subject: [PATCH 3053/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Yellow; } nav { - background: DarkGray; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 5c0cb0b365495a0b27429278c933981cfc3d8559 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 02:35:20 +0000 Subject: [PATCH 3054/3208] KPT-22: Modals with DarkMagenta accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkMagenta; } nav { - background: Yellow; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 145bdd691a1908eea4287c4bfb42a68886965fe9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 07:05:20 +0000 Subject: [PATCH 3055/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..bd66074dbebd 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightSlateGray; } nav { - background: DarkMagenta; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 51784fdbe95ce9f9a1c56c6a15946138451e539d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 19:05:21 +0000 Subject: [PATCH 3056/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd66074dbebd..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid PaleVioletRed; } nav { - background: LightSlateGray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 563659c59e6f5b2c4eb4516c4a812d8b4a11dd7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 19:50:21 +0000 Subject: [PATCH 3057/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..8bc1be7e263d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightSalmon; } nav { - background: PaleVioletRed; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From b3adab57dee3d479006974c73602e3c0b5bf6900 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 21:20:31 +0000 Subject: [PATCH 3058/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 8bc1be7e263d..036ab873eeb7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Violet; } nav { - background: LightSalmon; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 16f3a93fdedac977d40fbc504abcd46d0d81d6a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 01:05:21 +0000 Subject: [PATCH 3059/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 036ab873eeb7..4cb33c38cec8 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DarkSalmon; } nav { - background: Violet; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 6fa23bbffa552a87ca6c4b643aeb52725abe6764 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 07:05:20 +0000 Subject: [PATCH 3060/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4cb33c38cec8..14bdb415526f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkGreen; } nav { - background: DarkSalmon; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 234507db693bdb44a2e831927c4eb0415cbd33b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 10:05:20 +0000 Subject: [PATCH 3061/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 14bdb415526f..95a9d0b2c399 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightCyan; } nav { - background: DarkGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From db64a1b7024279fdcfb0b86d740f58cc11da22c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 10:50:21 +0000 Subject: [PATCH 3062/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95a9d0b2c399..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid SkyBlue; } nav { - background: LightCyan; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87b461b23670b2a366eedb5dcbb6cc6b321ccce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 13:50:21 +0000 Subject: [PATCH 3063/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..4f31bef8a698 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid NavajoWhite; } nav { - background: SkyBlue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2ef0b9704da0e53008e9e84c50c7ab367bb4a1d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 14:35:20 +0000 Subject: [PATCH 3064/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4f31bef8a698..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid SeaGreen; } nav { - background: NavajoWhite; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 156af978301d6c00419c3596ec7585f4761534b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 17:35:21 +0000 Subject: [PATCH 3065/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: SeaGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From a81d238491ec8ed4bee62e4d831ab081fcaab66a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 18:20:21 +0000 Subject: [PATCH 3066/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightSeaGreen; } nav { - background: RebeccaPurple; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From bd0b0161348e8106c0423214b6c31b41f95de75f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 21:20:21 +0000 Subject: [PATCH 3067/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..31a327a93479 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Navy; } nav { - background: LightSeaGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From eaaa1c52443ee067845bf28b20d1667a112e03bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 22:05:20 +0000 Subject: [PATCH 3068/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31a327a93479..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Blue; } nav { - background: Navy; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From d34f666eb7e347462aedff6680f2165edf0cb32a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 23:35:20 +0000 Subject: [PATCH 3069/3208] KPT-24: Update background color to PapayaWhip --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..a30b9cfca12e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid PapayaWhip; } nav { - background: Blue; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From d94c65ec59314afa874146da443c44780da3da37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 02:35:21 +0000 Subject: [PATCH 3070/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a30b9cfca12e..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkSeaGreen; } nav { - background: PapayaWhip; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 743c4891706114a57c970072fa6e3db9e587543f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 03:20:20 +0000 Subject: [PATCH 3071/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..95b0c9b012ff 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DimGray; } nav { - background: DarkSeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 25418764ab60d5fd36faa885ae1bdfe33371ec36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 05:35:20 +0000 Subject: [PATCH 3072/3208] KPT-22: Modals with White accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 95b0c9b012ff..ebdf63f280df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid White; } nav { - background: DimGray; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 873787550e393f689d0dc750bdb9e95c8c294bb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 06:20:21 +0000 Subject: [PATCH 3073/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ebdf63f280df..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid RebeccaPurple; } nav { - background: White; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 79c10b342a86fc01cd71f4b8b25e18f955a8fd49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 09:20:21 +0000 Subject: [PATCH 3074/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightYellow; } nav { - background: RebeccaPurple; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 1f648280eef60a11ea2e45cc129fdc1ff44d8378 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 13:50:22 +0000 Subject: [PATCH 3075/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid MediumPurple; } nav { - background: LightYellow; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 9e553fd6e50578c38361dfb4848fe07d13a5b69f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 16:50:21 +0000 Subject: [PATCH 3076/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..37d380ba9c8b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid LavenderBlush; } nav { - background: MediumPurple; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From c27a15b66a53c08763bc73fd9357661c26d887b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 19:05:21 +0000 Subject: [PATCH 3077/3208] KPT-22: Modals with Azure accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 37d380ba9c8b..d444a165a194 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Azure; } nav { - background: LavenderBlush; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From a6b404c9eae60d494c9a9858e7110687ad990e6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 21:20:21 +0000 Subject: [PATCH 3078/3208] KPT-22: Modals with Grey accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d444a165a194..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Grey; } nav { - background: Azure; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 681fc0bf6a774d176885c8c32e95d9c09edf7814 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 22:50:21 +0000 Subject: [PATCH 3079/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid SteelBlue; } nav { - background: Grey; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From cfb146cd3b6abe89554b1e653d3ea252a1c35eee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 04:05:20 +0000 Subject: [PATCH 3080/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid BlueViolet; } nav { - background: SteelBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From b6c90e6cccd40392a5326ed2b0a98b97e56b715b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 04:50:21 +0000 Subject: [PATCH 3081/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid RebeccaPurple; } nav { - background: BlueViolet; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From f47d58a7be56e83c009be9cde62a9684011c3b35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 08:35:21 +0000 Subject: [PATCH 3082/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid BlueViolet; } nav { - background: RebeccaPurple; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 513b0e8dd4ad3ef583a4d84e4e34dc2edb81495b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 16:05:21 +0000 Subject: [PATCH 3083/3208] KPT-22: Modals with MidnightBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid MidnightBlue; } nav { - background: BlueViolet; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From d70c4daa0c03e77b89b48a24f30b76070a483c41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 16:50:23 +0000 Subject: [PATCH 3084/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Ivory; } nav { - background: MidnightBlue; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From b129ff75dfac348218dec813e6e04c5a15d84a2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 18:20:21 +0000 Subject: [PATCH 3085/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Tan; } nav { - background: Ivory; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 452bb68a26b00679611615fcc6c1243f7d557fd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 01:05:21 +0000 Subject: [PATCH 3086/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid LightSeaGreen; } nav { - background: Tan; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ebcf61852be07d2d159c42f73abae2df5f0bbfb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 02:35:21 +0000 Subject: [PATCH 3087/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..ee268dfc6674 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Thistle; } nav { - background: LightSeaGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 40cd5c053831201af78348657a9e77b1f0f5048b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 03:20:21 +0000 Subject: [PATCH 3088/3208] KPT-22: Modals with Bisque accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ee268dfc6674..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Bisque; } nav { - background: Thistle; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 5d18278d8677389b2d334b5bbd56028fa06d0025 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 04:05:20 +0000 Subject: [PATCH 3089/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LightPink; } nav { - background: Bisque; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From d65efda728da437237e6a73e7f8cf08eb0f4fa8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 07:05:21 +0000 Subject: [PATCH 3090/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..454e3b0659dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Tan; } nav { - background: LightPink; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 48bacfece999b7e6901aa7fc4602712d30a4a398 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 14:35:20 +0000 Subject: [PATCH 3091/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 454e3b0659dc..ac69cd686a82 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MediumSpringGreen; } nav { - background: Tan; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 125bc7ce7cbd70776e8fc3306943c1ca89101c2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 15:20:20 +0000 Subject: [PATCH 3092/3208] KPT-24: Update background color to Khaki --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac69cd686a82..3fc956c8bef1 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Khaki; } nav { - background: MediumSpringGreen; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From ccf6702f70a5366e644bbd478d6aff09acf36ed5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 16:05:20 +0000 Subject: [PATCH 3093/3208] KPT-22: Modals with BlanchedAlmond accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3fc956c8bef1..6baa43ae096e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid BlanchedAlmond; } nav { - background: Khaki; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From a49f9e898a6c721b88df17234c2e7cc3c89571ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 21:20:21 +0000 Subject: [PATCH 3094/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6baa43ae096e..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Sienna; } nav { - background: BlanchedAlmond; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 96a43ede9476421a70ac498e2bf2575a07b638ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 22:50:21 +0000 Subject: [PATCH 3095/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..afdb09fdc5dc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid SlateGray; } nav { - background: Sienna; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From a3f0368e67af11ea99ac8f32a3a49e6e234dc07b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 01:50:21 +0000 Subject: [PATCH 3096/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index afdb09fdc5dc..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid MidnightBlue; } nav { - background: SlateGray; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From a72f4306458a9f429e9559f0435fe0034d177295 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 07:05:20 +0000 Subject: [PATCH 3097/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Brown; } nav { - background: MidnightBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From a891b2a1c5751a7a1a3c9082c1d1fd81b17de53a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 19:50:21 +0000 Subject: [PATCH 3098/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid AntiqueWhite; } nav { - background: Brown; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From c95ba45aca9587e6c086be0ec8e6fac20814d1cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 20:35:20 +0000 Subject: [PATCH 3099/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..1b8c7acecc59 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LightYellow; } nav { - background: AntiqueWhite; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 281670227254d0c724d59c0a2067c7cdd4f329d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 01:50:22 +0000 Subject: [PATCH 3100/3208] KPT-22: Modals with Purple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 1b8c7acecc59..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Purple; } nav { - background: LightYellow; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 935017a92574ec069f4ca2c433023f1557f8215a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 04:05:20 +0000 Subject: [PATCH 3101/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..3c53fdbf3bd7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid RosyBrown; } nav { - background: Purple; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8f23ebcc45e84682e499d05e2372b167b6ca472f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 07:50:21 +0000 Subject: [PATCH 3102/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3c53fdbf3bd7..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid MidnightBlue; } nav { - background: RosyBrown; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7d1156919f94593fc40c4589563664bc2a703a79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 11:35:21 +0000 Subject: [PATCH 3103/3208] KPT-24: Update background color to Aqua --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..3723989cd0af 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Aqua; } nav { - background: MidnightBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From ed75cfae13b15ba574b8e2678fe4112dba7df78c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 13:50:21 +0000 Subject: [PATCH 3104/3208] KPT-22: Modals with GhostWhite accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3723989cd0af..ad9452d08934 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid GhostWhite; } nav { - background: Aqua; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 90b33f6dec59655bc2b4a3bae8cdbd253314af17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 15:20:20 +0000 Subject: [PATCH 3105/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ad9452d08934..0f633b206ec6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MediumAquaMarine; } nav { - background: GhostWhite; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 5ed431a17bf87a810cd589854a0b638591b1abfb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 17:35:21 +0000 Subject: [PATCH 3106/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0f633b206ec6..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid MediumVioletRed; } nav { - background: MediumAquaMarine; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 38c284cddb2f9a618a61c31dfb2837cce878784f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 20:35:21 +0000 Subject: [PATCH 3107/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid CadetBlue; } nav { - background: MediumVioletRed; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 96de41e4523eed77b20e585285d7ed4f5f900527 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 22:50:21 +0000 Subject: [PATCH 3108/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..3bd9c6e87f30 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid LightBlue; } nav { - background: CadetBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 29dec1663a266b60a721e31dd321a17581d4f780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 01:05:21 +0000 Subject: [PATCH 3109/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3bd9c6e87f30..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Chartreuse; } nav { - background: LightBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 912181d0bf22879851285e97b3f3e6d70cdb62b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 05:35:21 +0000 Subject: [PATCH 3110/3208] KPT-24: Update background color to MediumPurple --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MediumPurple; } nav { - background: Chartreuse; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 023cd7f062e94a2ea0b88a743e15e8f34630884b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 07:05:21 +0000 Subject: [PATCH 3111/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..50a979314f9f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid LightSeaGreen; } nav { - background: MediumPurple; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e6d0ce9c61cba6effc9b7b9a678e27c47e7239a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 10:50:21 +0000 Subject: [PATCH 3112/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 50a979314f9f..7885b7716913 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid MistyRose; } nav { - background: LightSeaGreen; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 5de49e9c20edb37f848e2b03b33cc60c17942741 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:54:46 +0000 Subject: [PATCH 3113/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7885b7716913..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Fuchsia; } nav { - background: MistyRose; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From a3542225710282e9617d5929d4bd4a77b79c1ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 16:05:20 +0000 Subject: [PATCH 3114/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Bisque; } nav { - background: Fuchsia; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 22ee4ac35de2c94d4ecf5938664c9d126e54db24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 18:20:21 +0000 Subject: [PATCH 3115/3208] KPT-24: Update background color to PaleVioletRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..48f96fef5716 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid PaleVioletRed; } nav { - background: Bisque; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c4356fe1935d81bfdafb8f5f69a02427e9b01633 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 19:05:21 +0000 Subject: [PATCH 3116/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 48f96fef5716..7a8231a1d628 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SeaGreen; } nav { - background: PaleVioletRed; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1dadfdeda7e34d628a07084d8c6bc54ceb2bf6c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 21:20:21 +0000 Subject: [PATCH 3117/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7a8231a1d628..6550fb674240 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid SandyBrown; } nav { - background: SeaGreen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 69fc7b5ec7fc38facaa5cf10a4db9cd1581ce8a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 01:50:22 +0000 Subject: [PATCH 3118/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6550fb674240..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Turquoise; } nav { - background: SandyBrown; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d34738e1410cc00e7dd305839537c563fc8a9156 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 04:50:23 +0000 Subject: [PATCH 3119/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkMagenta; } nav { - background: Turquoise; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From f0b20fab94aebf593edcf5eb29746a21e82df44c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 06:20:21 +0000 Subject: [PATCH 3120/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkMagenta; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8e643bee4b0eaa7ecd3c201fde90507445db0f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 07:50:22 +0000 Subject: [PATCH 3121/3208] KPT-24: Update background color to Crimson --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Crimson; } nav { - background: MediumSeaGreen; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 56495c632818f30cf3cea1db9c0db6bb8fcc4c23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 10:05:22 +0000 Subject: [PATCH 3122/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid SkyBlue; } nav { - background: Crimson; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 58aa7b4b23c3c9f93341fb13da808e80e767cc86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 15:20:21 +0000 Subject: [PATCH 3123/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid SeaShell; } nav { - background: SkyBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 0b38b047cc377bd029fa74b3b2d2d45f46d8d75f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 16:50:20 +0000 Subject: [PATCH 3124/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..7e2c71043980 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid OliveDrab; } nav { - background: SeaShell; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 5b208c77e9d77133b2d43fed0d7f2cf2bec1b8e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 17:35:22 +0000 Subject: [PATCH 3125/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7e2c71043980..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SlateBlue; } nav { - background: OliveDrab; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 149dd1a144cbaba4ee7c6d1cf0c4d17566378d6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 18:20:21 +0000 Subject: [PATCH 3126/3208] KPT-24: Update background color to OrangeRed --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..9219f21a21b0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid OrangeRed; } nav { - background: SlateBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 5f65693e28b90633f4c057c83b555da2782f1b64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 19:05:20 +0000 Subject: [PATCH 3127/3208] KPT-22: Modals with MediumVioletRed accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9219f21a21b0..63b3b490fb00 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MediumVioletRed; } nav { - background: OrangeRed; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e2ad2c65fd5d2b7f102661ab501c3cc909b5dac1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 21:20:23 +0000 Subject: [PATCH 3128/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 63b3b490fb00..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Plum; } nav { - background: MediumVioletRed; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 2023979fe989970a691af8bfdd0cb6275686192e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 22:05:21 +0000 Subject: [PATCH 3129/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid RebeccaPurple; } nav { - background: Plum; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From eeddae7f7ba37d772c63ddfc5061aea64130f388 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 23:35:21 +0000 Subject: [PATCH 3130/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid PaleGoldenRod; } nav { - background: RebeccaPurple; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3999fb0bc2727d1ef5a2bfa26160ff6306ed42a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 07:50:22 +0000 Subject: [PATCH 3131/3208] KPT-22: Modals with Purple accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..c9db43be9d02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Purple; } nav { - background: PaleGoldenRod; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 613fbe3ef89b262f5603af2917ac2a102646b29b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 10:05:21 +0000 Subject: [PATCH 3132/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index c9db43be9d02..139351cd37cf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid SeaShell; } nav { - background: Purple; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From ba3149f1f1db93a742a08f57d56f01598888df81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 12:20:21 +0000 Subject: [PATCH 3133/3208] KPT-22: Modals with Red accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 139351cd37cf..5b6feda18165 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Red; } nav { - background: SeaShell; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From e9ce4eb2be9e145e21bfce0626165584d6032e31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 16:05:22 +0000 Subject: [PATCH 3134/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 5b6feda18165..ff1b8ca54562 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid MediumBlue; } nav { - background: Red; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 468ac0bb40e37d0c51a8097eb3db83d67e57fd5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 19:50:23 +0000 Subject: [PATCH 3135/3208] KPT-24: Update background color to PaleTurquoise --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ff1b8ca54562..0fc8799d2400 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid PaleTurquoise; } nav { - background: MediumBlue; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From cfecfac409abcf6a640b8dece668b4ba4b39c77f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 00:20:22 +0000 Subject: [PATCH 3136/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0fc8799d2400..affcc732e93e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Pink; } nav { - background: PaleTurquoise; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From f6c15aa6bbfed2b82d8927d637d0516df7f79076 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 01:05:22 +0000 Subject: [PATCH 3137/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index affcc732e93e..0053969b5ecf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid WhiteSmoke; } nav { - background: Pink; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From a9abc52e9796309e5cd776ee158a5cd6a0dc43af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 07:05:23 +0000 Subject: [PATCH 3138/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0053969b5ecf..a2f3a2cc2f41 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid MediumPurple; } nav { - background: WhiteSmoke; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 931b859d5fb6cef466c964aac547d22df75bbc92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 09:20:31 +0000 Subject: [PATCH 3139/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a2f3a2cc2f41..dd1156fbaefb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumPurple; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 90189220498c99747466e277fbad2fcbf33abc59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 11:35:24 +0000 Subject: [PATCH 3140/3208] KPT-22: Modals with Orange accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index dd1156fbaefb..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Orange; } nav { - background: DarkSlateGrey; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 23540bc0f8ad1fa48c4ba3beca469f3c9e980aa3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 12:20:24 +0000 Subject: [PATCH 3141/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..d61efedec6bb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkKhaki; } nav { - background: Orange; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 300e6a2448f57b37ee29926d390414c3f7f6d3a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 14:35:22 +0000 Subject: [PATCH 3142/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d61efedec6bb..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Orchid; } nav { - background: DarkKhaki; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 17434c00216102b64b74c1de3832416139e37fbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 16:05:22 +0000 Subject: [PATCH 3143/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5749b217055..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Silver; } nav { - background: Orchid; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 45296270fff3e22c31d4c864dff853db9c4b6d63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 16:50:25 +0000 Subject: [PATCH 3144/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..77bfaa9f6042 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumSeaGreen; } nav { - background: Silver; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 175a90ccefa42b6dbed884331a1b811ed7207f31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 02:35:23 +0000 Subject: [PATCH 3145/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 77bfaa9f6042..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid AntiqueWhite; } nav { - background: MediumSeaGreen; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2390739712db270067162a0297699dd5d6755fdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 04:50:24 +0000 Subject: [PATCH 3146/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LightSteelBlue; } nav { - background: AntiqueWhite; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 95af0ae2bf6f0398cd33ea675ca1b04b21bc75fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 05:35:22 +0000 Subject: [PATCH 3147/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..136dba7818fc 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid SaddleBrown; } nav { - background: LightSteelBlue; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From e84c6ba534c6b0d4aa14560d13c893741a255d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 11:35:22 +0000 Subject: [PATCH 3148/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 136dba7818fc..01d9c09e8bbb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Brown; } nav { - background: SaddleBrown; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 1b572c4fa1ee7c75e5acbdd36d00672b4fedebb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 13:05:21 +0000 Subject: [PATCH 3149/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 01d9c09e8bbb..7581a7f2cb24 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Ivory; } nav { - background: Brown; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From befd97cf4948660102711ecb96d340a4fae51a96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 15:20:22 +0000 Subject: [PATCH 3150/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 7581a7f2cb24..cec3a64bc51b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DarkMagenta; } nav { - background: Ivory; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 8cbb536b8bd89911d90d7bfed1d5ed33ef39aadd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 19:05:20 +0000 Subject: [PATCH 3151/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index cec3a64bc51b..d932ecdd7d93 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Moccasin; } nav { - background: DarkMagenta; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From a98566c41f2815cb3c7a2493f0dfcadc992a1417 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 19:50:21 +0000 Subject: [PATCH 3152/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d932ecdd7d93..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid FloralWhite; } nav { - background: Moccasin; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8e8d89df77d5d3baaef9f02c8a6f6de339a5d81e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 22:50:34 +0000 Subject: [PATCH 3153/3208] KPT-22: Modals with CadetBlue accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..bad8db91c557 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid CadetBlue; } nav { - background: FloralWhite; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 91dcd72ee8f89d17179affbe55facab6e62be460 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 00:20:34 +0000 Subject: [PATCH 3154/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bad8db91c557..31704961ca80 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkRed; } nav { - background: CadetBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 8071e0cec177c28b7098888ca3a83b0a02dcd12d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 04:05:20 +0000 Subject: [PATCH 3155/3208] KPT-24: Update background color to Sienna --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 31704961ca80..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Sienna; } nav { - background: DarkRed; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From a4d73e7bc33accf275fec603e24370b5041afcc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 05:35:21 +0000 Subject: [PATCH 3156/3208] KPT-22: Modals with DarkViolet accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..2d42ff06bf02 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkViolet; } nav { - background: Sienna; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 5a505d3e18bd6db423de1e63a79eec44fb2d4fee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 07:50:21 +0000 Subject: [PATCH 3157/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2d42ff06bf02..0228fd3891c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Plum; } nav { - background: DarkViolet; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 37429a39d855c4b500467ee3ec7411a8b872026c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 08:35:20 +0000 Subject: [PATCH 3158/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 0228fd3891c6..b83d2db05aab 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Silver; } nav { - background: Plum; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 8f211d744b93ce40b62f0d62d2ca72c1baf4c20b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 10:05:21 +0000 Subject: [PATCH 3159/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b83d2db05aab..856552dcb2f0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkSeaGreen; } nav { - background: Silver; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a7d610ac313b7da121781017328947ac6b73b437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 11:35:21 +0000 Subject: [PATCH 3160/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 856552dcb2f0..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Gainsboro; } nav { - background: DarkSeaGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 73cb8883dc9fd83dce07e9264820040268646fad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 13:50:21 +0000 Subject: [PATCH 3161/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Aquamarine; } nav { - background: Gainsboro; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From e1ced91d33a0be8818177bde4557c6af10c8273c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 16:50:22 +0000 Subject: [PATCH 3162/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..9cb4c6084104 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkBlue; } nav { - background: Aquamarine; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From bc43bfd8823b1cc5c8e70e2167b67ad030e2ec8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 19:05:21 +0000 Subject: [PATCH 3163/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cb4c6084104..4d589e9fc6c4 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid MidnightBlue; } nav { - background: DarkBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From c9f41c09b86adcd36e1b143c593f6513d3347854 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 22:05:20 +0000 Subject: [PATCH 3164/3208] KPT-24: Update background color to AntiqueWhite --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 4d589e9fc6c4..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid AntiqueWhite; } nav { - background: MidnightBlue; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From a2f2340dd0dbef2037c065de44fb06a11454fc1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 23:35:21 +0000 Subject: [PATCH 3165/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..2a24e48a33d3 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Green; } nav { - background: AntiqueWhite; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 2e1e8e856b9c56186534e100eb10341128950965 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 01:50:21 +0000 Subject: [PATCH 3166/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2a24e48a33d3..531a07b0e7f9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid AntiqueWhite; } nav { - background: Green; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7289dd7e2ee2ea98f4848ae759cd5351e1775d99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 08:35:22 +0000 Subject: [PATCH 3167/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 531a07b0e7f9..3ec0ac892f86 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Gainsboro; } nav { - background: AntiqueWhite; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 6a472c3451b10c3002d1a14a34b90e91ddfd493f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 09:20:21 +0000 Subject: [PATCH 3168/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3ec0ac892f86..6ed2eb8a42df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Turquoise; } nav { - background: Gainsboro; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 19c7ff2dd0208d28a7177ab6bc5ca747f29d4261 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 10:50:22 +0000 Subject: [PATCH 3169/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 6ed2eb8a42df..266d9435f640 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Orange; } nav { - background: Turquoise; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 614344347a0e21c48087e8ab27bcdbb7ef4594d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 11:35:21 +0000 Subject: [PATCH 3170/3208] KPT-24: Update background color to Fuchsia --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 266d9435f640..d8e82b5712c9 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Fuchsia; } nav { - background: Orange; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From ca3f0d047835ff42964bb5d7ef20c1dc8e305211 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 16:50:21 +0000 Subject: [PATCH 3171/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d8e82b5712c9..bc298684f71f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid RebeccaPurple; } nav { - background: Fuchsia; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From e6cb9dcba59b38880192be68a48131a618467684 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 20:35:20 +0000 Subject: [PATCH 3172/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bc298684f71f..f121aafd52c6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid SteelBlue; } nav { - background: RebeccaPurple; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0403e23912b5bf492724bd556a79258d53da20bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 22:05:21 +0000 Subject: [PATCH 3173/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f121aafd52c6..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Sienna; } nav { - background: SteelBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From d8f51f18bb851b4811d94fed73d8833437eda4cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 01:05:21 +0000 Subject: [PATCH 3174/3208] KPT-22: Modals with LightPink accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..9897bbddf092 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightPink; } nav { - background: Sienna; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 02c162e12ff4f312bec91d52ccf9e5933be285e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 06:20:21 +0000 Subject: [PATCH 3175/3208] KPT-24: Update background color to MediumOrchid --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9897bbddf092..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid MediumOrchid; } nav { - background: LightPink; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 2f439e73a1216ae643bce76ec55524b45b317f56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 10:50:26 +0000 Subject: [PATCH 3176/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..bdd585164bf6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid MediumTurquoise; } nav { - background: MediumOrchid; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 67ae05e98f204507aabb724d2334b93330f051a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 14:35:22 +0000 Subject: [PATCH 3177/3208] KPT-22: Modals with Crimson accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bdd585164bf6..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Crimson; } nav { - background: MediumTurquoise; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 7709b242daf4fda3cc40b3091ff73ff3921e6a63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 19:50:23 +0000 Subject: [PATCH 3178/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..343dde4387ae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Grey; } nav { - background: Crimson; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 260839826e24bad6b5e0ec23d34e9ef868ac9bc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 20:35:22 +0000 Subject: [PATCH 3179/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 343dde4387ae..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkCyan; } nav { - background: Grey; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From d146974724d0c1b14d0aae39fee515f02218362b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 22:50:33 +0000 Subject: [PATCH 3180/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..bd3a875e2c0c 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SlateBlue; } nav { - background: DarkCyan; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From ac58345b65c0f2ec82f81c4c2f435f67cfacfc0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 23:35:22 +0000 Subject: [PATCH 3181/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index bd3a875e2c0c..91281b5305a0 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid HoneyDew; } nav { - background: SlateBlue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From b19e719617e5a35f6a5a95ec507ff9b7a7dc8a17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 04:05:23 +0000 Subject: [PATCH 3182/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 91281b5305a0..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Crimson; } nav { - background: HoneyDew; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From e8c67d9a0df27d8482e16909b6b1984f7961d5ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 04:50:23 +0000 Subject: [PATCH 3183/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..ec2e59e70439 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkOrchid; } nav { - background: Crimson; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From b060532aa33ab403c92192b58bf8bd6e24bae627 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 13:05:23 +0000 Subject: [PATCH 3184/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec2e59e70439..9db6466b4d55 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Indigo; } nav { - background: DarkOrchid; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 36978adfefeecf70aecb05935c5c47466a3ea26a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 15:20:20 +0000 Subject: [PATCH 3185/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9db6466b4d55..2bb350ffd9ac 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Yellow; } nav { - background: Indigo; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 2516d584b8a4c18389b8b8374e52d70df9413a5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 18:20:20 +0000 Subject: [PATCH 3186/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 2bb350ffd9ac..26096fe5afd6 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid FloralWhite; } nav { - background: Yellow; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 69ea1fdc85b1f27043c2656464f77ec102d8a45a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 21:20:21 +0000 Subject: [PATCH 3187/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 26096fe5afd6..718dcb65df26 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkCyan; } nav { - background: FloralWhite; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From bfdcf1bcf7a6861be47c224a933da3472861c8b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 00:20:24 +0000 Subject: [PATCH 3188/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 718dcb65df26..3b05aa10f47f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid SkyBlue; } nav { - background: DarkCyan; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From f733ce9972857b8d36a820d1a046a76fa06f2822 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 01:05:45 +0000 Subject: [PATCH 3189/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b05aa10f47f..ceefd47a65fe 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid BlueViolet; } nav { - background: SkyBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 8a3860d8beed3151525c8f32daaad06678d5df67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 06:20:31 +0000 Subject: [PATCH 3190/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ceefd47a65fe..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid RoyalBlue; } nav { - background: BlueViolet; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 021d1e738ace113594b8dced3668d9e5d99d6fbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 07:50:23 +0000 Subject: [PATCH 3191/3208] KPT-13: Set env vars in Dockerfile for more modularity --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..09d17be28fcf 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Chartreuse; } nav { - background: RoyalBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 7b8a1f49dba9ea00d9f5cdc793aed4ea831dca91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 09:20:23 +0000 Subject: [PATCH 3192/3208] KPT-27: Update and test libraries --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 09d17be28fcf..b71c46471615 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Sienna; } nav { - background: Chartreuse; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 272d2fd4750e48878a0361004ac22b46854bc2a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 15:20:23 +0000 Subject: [PATCH 3193/3208] KPT-11: Format the Readme sections --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b71c46471615..195f194ef15a 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightSteelBlue; } nav { - background: Sienna; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7e14cd40473105aa57007a7189c56d87f06e0168 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 16:50:24 +0000 Subject: [PATCH 3194/3208] KPT-25: Refactor code --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 195f194ef15a..abc9bac5eca7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Blue; } nav { - background: LightSteelBlue; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 0091960dcd922d1488510288c2da663148b089d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 00:20:22 +0000 Subject: [PATCH 3195/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index abc9bac5eca7..b5abec4e62df 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Chocolate; } nav { - background: Blue; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From c141762b7a81b6066cd5fa0021d9f6e2e4650800 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 05:35:21 +0000 Subject: [PATCH 3196/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b5abec4e62df..11a95055426e 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid LightCoral; } nav { - background: Chocolate; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From e89d2dbe618e7ba48c39444d47f73fa15bb84f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 10:05:20 +0000 Subject: [PATCH 3197/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 11a95055426e..d7031fe0709d 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid HotPink; } nav { - background: LightCoral; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From ed6d6ac612cd2af0abd04d48c0bafec94a568616 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 14:35:32 +0000 Subject: [PATCH 3198/3208] KPT-23: Update button CSS to round off corners --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index d7031fe0709d..ec5e8acbe367 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid RoyalBlue; } nav { - background: HotPink; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From bee83c518d2b7b160712e8a68c96c7cd067827b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 15:20:21 +0000 Subject: [PATCH 3199/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ec5e8acbe367..ac6b74bb429f 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Bisque; } nav { - background: RoyalBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From fc787bd8c6852e03396544b8d98b09889f9b8904 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 20:35:21 +0000 Subject: [PATCH 3200/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index ac6b74bb429f..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid DodgerBlue; } nav { - background: Bisque; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8ca353d1d747285b866b88a8f6d26a1ce60dc2aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 23:35:34 +0000 Subject: [PATCH 3201/3208] KPT-28: Surprise and delight --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..b666cf7876b7 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Crimson; } nav { - background: DodgerBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 5431743f4db3a69f23933cc673d6892838287a7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 01:05:21 +0000 Subject: [PATCH 3202/3208] KPT-22: Modals with DarkGray accent color --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index b666cf7876b7..02795f4f8e2b 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkGray; } nav { - background: Crimson; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From ba8e74eb3a9ce59ccfa7c1b297d4ee8334d28b3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 02:35:21 +0000 Subject: [PATCH 3203/3208] KPT-17: Remove unused env vars from Dockerfile --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 02795f4f8e2b..f626f10eb5eb 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkGray; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8e65ebc1ee58a4459edfd8457a37713c253dbcd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 08:35:20 +0000 Subject: [PATCH 3204/3208] KPT-24: Update background color to Aquamarine --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index f626f10eb5eb..3b0ac193bf44 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Aquamarine; } nav { - background: PaleGoldenRod; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 9673e51b3408b1b4a9d379d2d88cadf33dee93c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 13:05:20 +0000 Subject: [PATCH 3205/3208] KPT-24: Update background color to MediumOrchid --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 3b0ac193bf44..a67998ca9c46 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid MediumOrchid; } nav { - background: Aquamarine; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From df7a65bfd4cc7354911f53161bda7e8d213d8d7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 13:50:21 +0000 Subject: [PATCH 3206/3208] KPT-29: Split content to new pages --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a67998ca9c46..9cc806b0b915 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DodgerBlue; } nav { - background: MediumOrchid; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0f1be2523d97d7b86acad6479d92bf97e5572bb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 14:35:21 +0000 Subject: [PATCH 3207/3208] KPT-26: New backend route for userinfo --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index 9cc806b0b915..a53a85ffbbae 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid AliceBlue; } nav { - background: DodgerBlue; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 38d6b5b70c4a2894272bac9207612809255a18b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 16:50:21 +0000 Subject: [PATCH 3208/3208] KPT-24: Update background color to Orchid --- flask-ui/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-ui/flaskr/static/style.css b/flask-ui/flaskr/static/style.css index a53a85ffbbae..b5749b217055 100644 --- a/flask-ui/flaskr/static/style.css +++ b/flask-ui/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Orchid; } nav { - background: AliceBlue; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem;