From 6b201de03a61d8ee2beaa38b0e45d6c202d97dde Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 11 Feb 2022 08:36:52 -0500 Subject: [PATCH 0001/3211] KPT-18: Enable new features in ctrlr logic --- ctrlr/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ctrlr/Dockerfile b/ctrlr/Dockerfile index e00670b532a5..cf0d5d0aad25 100644 --- a/ctrlr/Dockerfile +++ b/ctrlr/Dockerfile @@ -6,6 +6,7 @@ LABEL cf_account="salesdemo" \ # ENV ENV FLASK_APP=flaskr ENV FLASK_ENV=development +ENV ENABLE_IMPORTANT_FEATURE=true COPY . /app From 388f41dc35e8eb01378740a29fbb39d8a6e59a06 Mon Sep 17 00:00:00 2001 From: jcantosz Date: Tue, 1 Mar 2022 16:45:44 +0000 Subject: [PATCH 0002/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8f286a42049829b1593c4aae08cb191e6165454f Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 19:03:36 +0000 Subject: [PATCH 0003/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Navy; } nav { - background: DarkGoldenRod; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From a7c43bcfbc11418c48db5b6e124d645729ded5a8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 19:48:36 +0000 Subject: [PATCH 0004/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fb1399167b3a71e2adb52e045bcb978a6e315cb5 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 1 Mar 2022 21:18:37 +0000 Subject: [PATCH 0005/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Gray; } nav { - background: SeaShell; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 4fa26631db01e3626589345e62db29bd3862b4a8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 01:03:37 +0000 Subject: [PATCH 0006/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid GoldenRod; } nav { - background: Gray; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 631066f6c4a42a88e2f3541b097d1e2c3b26c049 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 03:18:36 +0000 Subject: [PATCH 0007/3211] KPT-22: Modals with YellowGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid YellowGreen; } nav { - background: GoldenRod; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 74312d52f77bb47e7fff7de34487931bfb6de31c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 05:33:37 +0000 Subject: [PATCH 0008/3211] KPT-24: Update background color to DarkTurquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DarkTurquoise; } nav { - background: YellowGreen; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 1fdc8696d49dbd7f71e067cc5d83376833dbf5a8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 12:18:37 +0000 Subject: [PATCH 0009/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid FireBrick; } nav { - background: DarkTurquoise; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 5732d99d251801b63ade04e5c0f12e307010a832 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 13:03:36 +0000 Subject: [PATCH 0010/3211] KPT-24: Update background color to WhiteSmoke --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid WhiteSmoke; } nav { - background: FireBrick; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 125d4a328c77f630c09bc37e2a88e11038790a37 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 14:33:36 +0000 Subject: [PATCH 0011/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Beige; } nav { - background: WhiteSmoke; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From ab9f749e48085c8013ff05330db145d4cacb587a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 15:18:38 +0000 Subject: [PATCH 0012/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid IndianRed; } nav { - background: Beige; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From a08af4ddcfea21edf9034678aba39cd62b497a00 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 16:48:37 +0000 Subject: [PATCH 0013/3211] KPT-22: Modals with DodgerBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid DodgerBlue; } nav { - background: IndianRed; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c53f0676e508f561086a5d4b2e92df9c085fc1e6 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Wed, 2 Mar 2022 22:48:36 +0000 Subject: [PATCH 0014/3211] KPT-24: Update background color to Green --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Green; } nav { - background: DodgerBlue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 51b1620db071374c23c2ec2bf1958be6f74f25b3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 01:03:37 +0000 Subject: [PATCH 0015/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid SeaGreen; } nav { - background: Green; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3ccba3c40db85d10b445b1ffc70f438cf06f49eb Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 07:48:37 +0000 Subject: [PATCH 0016/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e2704befc1e58279d2e836a30f25d65cd589f7de Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 11:33:37 +0000 Subject: [PATCH 0017/3211] KPT-24: Update background color to Lime --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Lime; } nav { - background: SlateGrey; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From f3798529d657eadcf3108ee9994078c0dc8656e7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 16:03:37 +0000 Subject: [PATCH 0018/3211] KPT-22: Modals with AntiqueWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid AntiqueWhite; } nav { - background: Lime; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From f94c1a50283a4d4a06d565aa143df722a61603be Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 18:18:37 +0000 Subject: [PATCH 0019/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkViolet; } nav { - background: AntiqueWhite; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 20ff2b030ff9f6b1dda4fefce6ce8081a32425ab Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Thu, 3 Mar 2022 20:33:37 +0000 Subject: [PATCH 0020/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkViolet; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 93ca2a19eccc7abb8b8db30a3a94a3a8d8a6359c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 03:18:38 +0000 Subject: [PATCH 0021/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Silver; } nav { - background: MediumSlateBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From ec0d4bf7bd20dbf65ee97e265a4681d88be034d8 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 06:18:37 +0000 Subject: [PATCH 0022/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkViolet; } nav { - background: Silver; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 764c59d0467bc9545cdf6991596c737e988f9447 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 07:03:37 +0000 Subject: [PATCH 0023/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d899d56e1bac05bddb752626019c3ee205ad5c3a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 13:03:37 +0000 Subject: [PATCH 0024/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid RoyalBlue; } nav { - background: Navy; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6944d3deab15f19dc9771254e16d4bc557fef7b0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 16:48:36 +0000 Subject: [PATCH 0025/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid LightGreen; } nav { - background: RoyalBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9f66388c4b2edb0d824b3fc032b877217b5fdfcb Mon Sep 17 00:00:00 2001 From: Jesse Antoszyk Date: Fri, 4 Mar 2022 13:40:17 -0500 Subject: [PATCH 0026/3211] KPT-18: New features in ctrlr --- ctrlr/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ctrlr/Dockerfile b/ctrlr/Dockerfile index cf0d5d0aad25..2b1aeffc4de5 100644 --- a/ctrlr/Dockerfile +++ b/ctrlr/Dockerfile @@ -13,7 +13,6 @@ COPY . /app WORKDIR /app RUN pip install --editable . - RUN flask init-db EXPOSE 5000 From d726fae6ec813c4360aec914df9489ec70d476cf Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:17:51 +0000 Subject: [PATCH 0027/3211] KPT-22: Modals with LemonChiffon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LemonChiffon; } nav { - background: LightGreen; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 46a1d7df5f96bb331fba8f13b2fb1d2636315d36 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 20:27:51 +0000 Subject: [PATCH 0028/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Navy; } nav { - background: LemonChiffon; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 8f98f251e06675fd48cd0040dcae783ade5f591b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:02:51 +0000 Subject: [PATCH 0029/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightBlue; } nav { - background: Navy; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9b89b5c9b984feb5c57d31bb320064b46225a426 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:12:51 +0000 Subject: [PATCH 0030/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumSeaGreen; } nav { - background: LightBlue; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4d6be5e963727dd1ce76c3e2a5e6d73828297233 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:17:50 +0000 Subject: [PATCH 0031/3211] KPT-24: Update background color to DarkOliveGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: MediumSeaGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 156926c59aeb7e5ba56d1fd497d22ce26f5a0168 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:27:49 +0000 Subject: [PATCH 0032/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightGreen; } nav { - background: DarkOliveGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8d2887c26cb6263ccd1e15443219c4673e94eed7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:32:50 +0000 Subject: [PATCH 0033/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid OrangeRed; } nav { - background: LightGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 23502762db95eaad4c55f58abdfbc7cf71969b14 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:47:52 +0000 Subject: [PATCH 0034/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid PaleGoldenRod; } nav { - background: OrangeRed; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 93b47fed42fe1b0cec9043559ceaeb9786ad17ec Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 21:52:49 +0000 Subject: [PATCH 0035/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid CornflowerBlue; } nav { - background: PaleGoldenRod; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f2f1ef9679f5bbb98f488c190571a35a7d86a1b7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:22:50 +0000 Subject: [PATCH 0036/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: CornflowerBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 9440f19ef61eaa61179465d7123d96d0107ffe91 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:27:49 +0000 Subject: [PATCH 0037/3211] KPT-24: Update background color to Violet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Violet; } nav { - background: PaleGoldenRod; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 1b21a539ca75be85284a5ea4dfb4b8475ebff5c2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:47:52 +0000 Subject: [PATCH 0038/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DarkOrchid; } nav { - background: Violet; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From e3954a6e85e6bdb441065a330209046a47776966 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 22:52:50 +0000 Subject: [PATCH 0039/3211] KPT-24: Update background color to LightSlateGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkOrchid; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 32ef8fb3e597c1779d5b5750e0734733bdc7eef4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:12:51 +0000 Subject: [PATCH 0040/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid MediumPurple; } nav { - background: LightSlateGrey; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From ad2761f309be34d55280633b7199bd517036641d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:17:51 +0000 Subject: [PATCH 0041/3211] KPT-22: Modals with SeaShell accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid SeaShell; } nav { - background: MediumPurple; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 1c221baa6c488d2ab1a2be3c2a49a2a908892863 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Fri, 4 Mar 2022 23:28:01 +0000 Subject: [PATCH 0042/3211] KPT-22: Modals with PaleVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid PaleVioletRed; } nav { - background: SeaShell; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 938310da60bdad3f59d488dea70d7be2cbb6256d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:02:51 +0000 Subject: [PATCH 0043/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MidnightBlue; } nav { - background: PaleVioletRed; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8fd9545a827e49ffddb35bc4b8ddb4bd90d5423c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:42:50 +0000 Subject: [PATCH 0044/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid LightSalmon; } nav { - background: MidnightBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From bdd19cffa82ec235f608a1bd8be96dac8d941d17 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 00:57:50 +0000 Subject: [PATCH 0045/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d20d98756a8c5552c6c4af9370f89103e04494ac Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:22:50 +0000 Subject: [PATCH 0046/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkOliveGreen; } nav { - background: PapayaWhip; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From b339ac2044fec9233a8e7706f852bd649f6c8041 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:27:52 +0000 Subject: [PATCH 0047/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid SkyBlue; } nav { - background: DarkOliveGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4f9e206441fb32f84093c029e4c1511a58ff4c8e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 01:33:18 +0000 Subject: [PATCH 0048/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Thistle; } nav { - background: SkyBlue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 3d400aa06a9fa2fa9a24f98bf45190c0bb6fd439 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 04:03:03 +0000 Subject: [PATCH 0049/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid MidnightBlue; } nav { - background: Thistle; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b64a1c661b796aac7813db23856a302590edce86 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 09:17:51 +0000 Subject: [PATCH 0050/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Turquoise; } nav { - background: MidnightBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From bb11299f44c3d9f3d7d577c44ad463f935a95c3e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 10:47:50 +0000 Subject: [PATCH 0051/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Bisque; } nav { - background: Turquoise; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From cfda39afa597b36f182f47bc6114c3eaa7856099 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 12:18:02 +0000 Subject: [PATCH 0052/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Plum; } nav { - background: Bisque; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 87323881b9a60aa009b7cc975ae900334fadf80c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 16:03:00 +0000 Subject: [PATCH 0053/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LimeGreen; } nav { - background: Plum; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From b4965b90c65d06ed6d04fd402f119027a79c4b7c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Sat, 5 Mar 2022 16:47:50 +0000 Subject: [PATCH 0054/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f9b448722111babe833bc44f4798146a1f4700de Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:05:19 +0000 Subject: [PATCH 0055/3211] KPT-22: Modals with Beige accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 53f64e0cc2bc1f8b5d364087f2ceaca0ddb34e2c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:13:17 +0000 Subject: [PATCH 0056/3211] KPT-22: Modals with DarkTurquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkTurquoise; } nav { - background: Beige; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6e7a6d817044b9d7a5b0ef3c7618ca5d2d7abe27 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 14:43:56 +0000 Subject: [PATCH 0057/3211] KPT-24: Update background color to Turquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Turquoise; } nav { - background: DarkTurquoise; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From f4af3075c28e724fc0bcf432e147430aac62d72b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 15:20:24 +0000 Subject: [PATCH 0058/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Coral; } nav { - background: Turquoise; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1e72af98b5dfdfb6c284dc6cadca5678484e8b9b Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 18:30:25 +0000 Subject: [PATCH 0059/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LightGray; } nav { - background: Coral; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From ae96a19196723dc4d54f9e4134627fdfb6aaac77 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 18:40:25 +0000 Subject: [PATCH 0060/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c809e6b1d921b89f053ad07b1caae7d7834d9640 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 19:40:25 +0000 Subject: [PATCH 0061/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid LightGreen; } nav { - background: SaddleBrown; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 309e92b1acec82f040bd24673722b4e000012960 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 19:50:24 +0000 Subject: [PATCH 0062/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid OrangeRed; } nav { - background: LightGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From a183b60d416aa8bf30405c57d8c655b2158c5d6a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 20:00:24 +0000 Subject: [PATCH 0063/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Salmon; } nav { - background: OrangeRed; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 0ab09a215726218d879ce4b2f0a7986debfe1058 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 22:20:24 +0000 Subject: [PATCH 0064/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid PapayaWhip; } nav { - background: Salmon; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 45033b57353fc7369b4c399319e9593c93713b57 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 22:30:25 +0000 Subject: [PATCH 0065/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Azure; } nav { - background: PapayaWhip; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 0853d36838f83acf003a10e36496c629e8cb026e Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 23:00:24 +0000 Subject: [PATCH 0066/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Maroon; } nav { - background: Azure; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 62f012282bcf5bc4475d47947c89098a3d3417b4 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Mon, 7 Mar 2022 23:20:24 +0000 Subject: [PATCH 0067/3211] KPT-24: Update background color to DarkSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkSlateBlue; } nav { - background: Maroon; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 429b11eaef9d1a1d67785711f949ffdce134a094 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 00:50:26 +0000 Subject: [PATCH 0068/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid SkyBlue; } nav { - background: DarkSlateBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7656a3636bfc2e8d2e76d4a3bf66fabf5a7bed58 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 02:10:26 +0000 Subject: [PATCH 0069/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid OrangeRed; } nav { - background: SkyBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From d23f0e9ff8a9665b98f00f73e8b46db1463e4a1d Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 04:30:24 +0000 Subject: [PATCH 0070/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid LavenderBlush; } nav { - background: OrangeRed; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 56fd6cf3f0e36180eff6733993e9cf45cb8aaa34 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 06:00:24 +0000 Subject: [PATCH 0071/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Orchid; } nav { - background: LavenderBlush; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 50537f6e0c6b9acd3ed079640d707786464a4b19 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 06:10:24 +0000 Subject: [PATCH 0072/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid FloralWhite; } nav { - background: Orchid; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 98e71ad08184d931275f9c45bd6c78bd734597e0 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 06:50:24 +0000 Subject: [PATCH 0073/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid DarkOrange; } nav { - background: FloralWhite; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 1b998e2f1d3331fa196f34eed89c7ae9269f47a3 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 07:20:25 +0000 Subject: [PATCH 0074/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Magenta; } nav { - background: DarkOrange; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 4935ae1fc79aff9dd33e68dd5242da7cd502b72c Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 08:00:24 +0000 Subject: [PATCH 0075/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid WhiteSmoke; } nav { - background: Magenta; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 588fafea98fa8f0fe9254b36af46c5c864cf8401 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 09:00:24 +0000 Subject: [PATCH 0076/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid SkyBlue; } nav { - background: WhiteSmoke; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From cf332706ed3ad1c6efdb02f09a2094845a5f2cf1 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 09:30:24 +0000 Subject: [PATCH 0077/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0662d85d7e16568614234c31f74e55b165c3c1c2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 10:30:25 +0000 Subject: [PATCH 0078/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Wheat; } nav { - background: SeaShell; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 50982cce829f1172cedd6fa2bb46097424a750f2 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 11:50:24 +0000 Subject: [PATCH 0079/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Moccasin; } nav { - background: Wheat; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 4b233e278e4d36308d276b6e3d535e01503ebbdc Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 12:40:24 +0000 Subject: [PATCH 0080/3211] KPT-22: Modals with MediumAquaMarine accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid MediumAquaMarine; } nav { - background: Moccasin; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From ce8fed4a523b9674531722bc18d0fb5aafeab2f7 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 15:20:24 +0000 Subject: [PATCH 0081/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4bef3d04846f64d92a7c4d6bf1ad12032f4fc496 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 15:30:24 +0000 Subject: [PATCH 0082/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid YellowGreen; } nav { - background: Fuchsia; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8f0599995702bd8ea7f9d9b41801c80586da074a Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 16:40:24 +0000 Subject: [PATCH 0083/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid FireBrick; } nav { - background: YellowGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 782d2d2240220b0c7ea5730fc3b1b7607637e5bf Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 16:50:25 +0000 Subject: [PATCH 0084/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkGreen; } nav { - background: FireBrick; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1b0c04bd2732d0e04ba9b8a1297f3c588e9bd6fd Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 17:10:27 +0000 Subject: [PATCH 0085/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 36bda2b17edca31c80180b3607dc446fe473e031 Mon Sep 17 00:00:00 2001 From: jesse-cf Date: Tue, 8 Mar 2022 17:30:25 +0000 Subject: [PATCH 0086/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightSalmon; } nav { - background: MediumVioletRed; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 0a10e0def18989b800653591349a7c90c394e455 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 19:57:04 +0000 Subject: [PATCH 0087/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Orange; } nav { - background: LightSalmon; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 94ef44a3eb468bd26ee190660d1d2b7fd822b24b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 20:08:23 +0000 Subject: [PATCH 0088/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid MediumVioletRed; } nav { - background: Orange; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From bb826c20479306d6245e206b4345f67a92a7b1b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 20:28:24 +0000 Subject: [PATCH 0089/3211] KPT-24: Update background color to Ivory --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Ivory; } nav { - background: MediumVioletRed; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From b68d2a56693ec8b49c94d90f11c53c0be33da6e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 21:38:24 +0000 Subject: [PATCH 0090/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid MediumSpringGreen; } nav { - background: Ivory; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8a400e387c171743c4d36f972acbd1ac98f67835 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 21:58:25 +0000 Subject: [PATCH 0091/3211] KPT-22: Modals with DarkSlateBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkSlateBlue; } nav { - background: MediumSpringGreen; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5c086751423e1f4b4b63e8247324fc14e991e86b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 22:58:25 +0000 Subject: [PATCH 0092/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Pink; } nav { - background: DarkSlateBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 098e4f16ff4e5d2b35f29ecd379438f0ba90cb29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 23:18:24 +0000 Subject: [PATCH 0093/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid MintCream; } nav { - background: Pink; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From ca0a9d12aaea2d7eb98dd9b8f919ae05d025d62a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 23:38:25 +0000 Subject: [PATCH 0094/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5004c37fa898bf89a6b6e4654a768a265d664c1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 23:48:24 +0000 Subject: [PATCH 0095/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Lavender; } nav { - background: DarkMagenta; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 5f69408554da13677abe43e68d12a71833ffde19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Mar 2022 23:58:24 +0000 Subject: [PATCH 0096/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid LightSlateGrey; } nav { - background: Lavender; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8519e5b035e3c6c7033be78bfa459376c86b81af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 00:18:24 +0000 Subject: [PATCH 0097/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DarkTurquoise; } nav { - background: LightSlateGrey; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 22504e33064dedb17fc16f2e8903687c60371c74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 00:58:24 +0000 Subject: [PATCH 0098/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkTurquoise; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From fc9c2430c501e267e5802ed790cdc533a686831d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 03:28:24 +0000 Subject: [PATCH 0099/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Gainsboro; } nav { - background: CornflowerBlue; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 34e58729966de239156a3503e65009dbf23900f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 03:38:24 +0000 Subject: [PATCH 0100/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid LightBlue; } nav { - background: Gainsboro; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 04e768717992a55d983108d8c234153879e34715 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 03:58:24 +0000 Subject: [PATCH 0101/3211] KPT-24: Update background color to MediumSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 84daddb637791f8e4f647a5d073482507d07a1a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 04:08:24 +0000 Subject: [PATCH 0102/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid PaleGreen; } nav { - background: MediumSlateBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 083c9ff6442fba5455c4f897e88ccb7b3d5ffa27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 04:18:24 +0000 Subject: [PATCH 0103/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: PaleGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 311d5516ef058ae733fe9c237025e76266947f82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 04:58:25 +0000 Subject: [PATCH 0104/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid FireBrick; } nav { - background: LightSteelBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 5fcb4d95046e33489206103665efe77cd61f6b04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 05:08:25 +0000 Subject: [PATCH 0105/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid MediumSpringGreen; } nav { - background: FireBrick; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 753ac6bb931e6d620854b0b16984b80b7b772caf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 05:28:24 +0000 Subject: [PATCH 0106/3211] KPT-24: Update background color to DarkGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkGrey; } nav { - background: MediumSpringGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 86d8104d667fb420951041eb27c92c4447d4c651 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 08:18:27 +0000 Subject: [PATCH 0107/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid SteelBlue; } nav { - background: DarkGrey; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From a8a7e136ba09c1d9e42773f4c217cbe5aa2bdc7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 08:38:26 +0000 Subject: [PATCH 0108/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3f8a6310ccd41955c9ea5ef4ea4eadbbc426d7d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 08:48:26 +0000 Subject: [PATCH 0109/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Aquamarine; } nav { - background: MistyRose; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From e586f722cc1b767c78d44d7ad0bc97ee1223c3af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 10:18:24 +0000 Subject: [PATCH 0110/3211] KPT-22: Modals with FireBrick accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid FireBrick; } nav { - background: Aquamarine; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 0a4e2b4a56821527e612d3fef499b99d131dceaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 10:58:24 +0000 Subject: [PATCH 0111/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid PeachPuff; } nav { - background: FireBrick; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ca61d5771f5c49cc039d93ca2c25f879750f0fc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 11:48:24 +0000 Subject: [PATCH 0112/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 aae6c6050079fe77a7044a1981d3cba82f611f9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 12:58:23 +0000 Subject: [PATCH 0113/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid White; } nav { - background: MediumSeaGreen; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From b8ef298e0ea06ba0e590e32d311c013dbe5e1b13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 13:18:24 +0000 Subject: [PATCH 0114/3211] KPT-22: Modals with Grey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Grey; } nav { - background: White; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 315e8b9cc73644d905e1668b5ef612b08e71fb1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 13:48:23 +0000 Subject: [PATCH 0115/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Red; } nav { - background: Grey; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From d2568b8996de781cba05c9a0c67375b90061549c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:28:24 +0000 Subject: [PATCH 0116/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid WhiteSmoke; } nav { - background: Red; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From d3f092e5da7a4a38411c8b7f63cf7e9c3460b557 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 14:53:16 +0000 Subject: [PATCH 0117/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LemonChiffon; } nav { - background: WhiteSmoke; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From c76c8f21c5f51ddfae54a0f4e6017533584967ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:22:48 +0000 Subject: [PATCH 0118/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Bisque; } nav { - background: LemonChiffon; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 016fc14f3aa31693ee5789faa74ebea6f6aece56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:27:58 +0000 Subject: [PATCH 0119/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Cornsilk; } nav { - background: Bisque; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From f973e534cf1264ddd22862011698b388985bfe21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:28:24 +0000 Subject: [PATCH 0120/3211] KPT-24: Update background color to DarkSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5c4ddffc5d2340acaab6fa51c0032d805a25af83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 16:38:26 +0000 Subject: [PATCH 0121/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Blue; } nav { - background: DarkSlateBlue; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 582c4ff9b213a286ca9cfe46b44b649e68d35113 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 18:48:26 +0000 Subject: [PATCH 0122/3211] KPT-22: Modals with Brown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 db1572d8b44b72c8b0cc907876491d4fd3c1f25f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 18:58:26 +0000 Subject: [PATCH 0123/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Coral; } nav { - background: Brown; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 23143de90a64ed025c86b82890671c8c5a83012d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 19:48:25 +0000 Subject: [PATCH 0124/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PaleGoldenRod; } nav { - background: Coral; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f56fc4e5cafce592f1ecc7ebc259bfa0cd3c2714 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 20:48:26 +0000 Subject: [PATCH 0125/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 56ed8658774ea1218f3fa282ee598a420f8f68a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 21:08:26 +0000 Subject: [PATCH 0126/3211] KPT-24: Update background color to MediumOrchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid MediumOrchid; } nav { - background: LightSlateGrey; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 88a2dcdff64e383ea401c0570996e6413d7c0fe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 21:38:26 +0000 Subject: [PATCH 0127/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Chartreuse; } nav { - background: MediumOrchid; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 9f24c2809cd524faa20cb00baad0a165f9f5771b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 22:08:26 +0000 Subject: [PATCH 0128/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid ForestGreen; } nav { - background: Chartreuse; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 02491d0a149536390beb333d7d6f0fbf00e26ac6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 22:28:37 +0000 Subject: [PATCH 0129/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Orange; } nav { - background: ForestGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 49c352d4b63cb881ea1f39ce33e1f552bfb6bb7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Mar 2022 23:28:28 +0000 Subject: [PATCH 0130/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Peru; } nav { - background: Orange; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From f87579d03536c362acd258afd58d5224f6932f03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 00:08:27 +0000 Subject: [PATCH 0131/3211] KPT-24: Update background color to Ivory --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Ivory; } nav { - background: Peru; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From ebea1653e52c1313f86daab1e6fc497697c4b5ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 00:28:37 +0000 Subject: [PATCH 0132/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LawnGreen; } nav { - background: Ivory; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 98e8873c2b66eb33e75e602623e915b05845894c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 00:48:27 +0000 Subject: [PATCH 0133/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Navy; } nav { - background: LawnGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 2b24eb198b239f8b61bd00734d883d9bb8739ff6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 01:28:37 +0000 Subject: [PATCH 0134/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightSlateGrey; } nav { - background: Navy; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From fd43ab7ab3fc090c07b337250bb87e881326e799 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 01:38:27 +0000 Subject: [PATCH 0135/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid DeepPink; } nav { - background: LightSlateGrey; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 641f4aa1bca33786ad972e47ccd12efc9fd395a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 02:08:26 +0000 Subject: [PATCH 0136/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid PeachPuff; } nav { - background: DeepPink; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 38220e15c7ed5c2fdc930a0c6764c23eaef65dc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 02:18:27 +0000 Subject: [PATCH 0137/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid PaleGoldenRod; } nav { - background: PeachPuff; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 0834a88ba12f67da42a431ec8273a9ddb98422ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 03:08:39 +0000 Subject: [PATCH 0138/3211] KPT-24: Update background color to Crimson --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Crimson; } nav { - background: PaleGoldenRod; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From d4f5ce1b85b118c8d0f47db19b75884429fb85f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 03:38:29 +0000 Subject: [PATCH 0139/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightSkyBlue; } nav { - background: Crimson; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 55c24e31a522b3fdbd1fa4cf796ea6826a10a11f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 03:48:27 +0000 Subject: [PATCH 0140/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightSlateGrey; } nav { - background: LightSkyBlue; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5410e48556f3f5db8ead8f33700fc634c7063f62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 04:28:25 +0000 Subject: [PATCH 0141/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Purple; } nav { - background: LightSlateGrey; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 06e2014894ec72afc0737c843c462b448fa1ae4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 05:08:25 +0000 Subject: [PATCH 0142/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Tomato; } nav { - background: Purple; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 1e44d0c47939f62b130da286e092e179c2fd6cb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 05:48:25 +0000 Subject: [PATCH 0143/3211] KPT-22: Modals with MediumOrchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 08a4f909e5ca5912d03be152d20d3da9c098d8d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 06:58:17 +0000 Subject: [PATCH 0144/3211] KPT-24: Update background color to LightGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LightGrey; } nav { - background: MediumOrchid; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 337e91dbec66247a47498d0e40d4b1f3e43e4442 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 07:08:17 +0000 Subject: [PATCH 0145/3211] KPT-24: Update background color to Ivory --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bcf69930471f7ed7e9605148b124a54ed13bc3c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 07:38:17 +0000 Subject: [PATCH 0146/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightSeaGreen; } nav { - background: Ivory; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 52466408ddab5061e6e009bfabc2d9e8c4df7ef8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 07:48:18 +0000 Subject: [PATCH 0147/3211] KPT-22: Modals with Yellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Yellow; } nav { - background: LightSeaGreen; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 98f5cc16062b9b4e1a20762e534ce1d4578b857a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 07:58:17 +0000 Subject: [PATCH 0148/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Turquoise; } nav { - background: Yellow; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 14769d4797c46d185c17de241fc045d5f5ca0664 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 08:28:17 +0000 Subject: [PATCH 0149/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Green; } nav { - background: Turquoise; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 699eeb694203c0fccc69236bdfa9d5035658d5cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 08:48:17 +0000 Subject: [PATCH 0150/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Crimson; } nav { - background: Green; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From b0466ce6bcd5e7af8fda9ce144551f7ebcec70bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 09:18:18 +0000 Subject: [PATCH 0151/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a378338fba794ae243340bcc711af67b8d2940a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 10:48:18 +0000 Subject: [PATCH 0152/3211] KPT-22: Modals with DarkOrchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkOrchid; } nav { - background: Grey; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From bd5f803fa325a55b84b4747dc8c7f8250e2aac7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 11:48:18 +0000 Subject: [PATCH 0153/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid PowderBlue; } nav { - background: DarkOrchid; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From f399a036306f9488419d7b67f3043e6ebcbc91f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 13:18:17 +0000 Subject: [PATCH 0154/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: PowderBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From db2a628383b400b20d432d2084d83067ca8f9ccf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 14:38:17 +0000 Subject: [PATCH 0155/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3c82df05d28557b13a4c875c2e25725e3d0a5224 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 14:58:19 +0000 Subject: [PATCH 0156/3211] KPT-22: Modals with Brown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Brown; } nav { - background: GoldenRod; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 20d0270ace5d42cfc7a5118f07baff043081af13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 15:28:17 +0000 Subject: [PATCH 0157/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSlateGrey; } nav { - background: Brown; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 49af9af3d903144584044e243edc0622932af5e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 15:38:17 +0000 Subject: [PATCH 0158/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid PaleGreen; } nav { - background: DarkSlateGrey; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From a99cdb511adc83e4010930dc36e7afc66d7c07bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 15:48:18 +0000 Subject: [PATCH 0159/3211] KPT-22: Modals with LightSeaGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: PaleGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a63962573205183574e87e2febee4493cfb99afc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 16:08:19 +0000 Subject: [PATCH 0160/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid SandyBrown; } nav { - background: LightSeaGreen; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From d93c2f8e1d6d4c872225090b94a51e0200f64860 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 17:58:18 +0000 Subject: [PATCH 0161/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Cyan; } nav { - background: SandyBrown; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 20bd89a8b39e0dad7c12e5d6f5165d57f9dbdc17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 18:08:19 +0000 Subject: [PATCH 0162/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid GreenYellow; } nav { - background: Cyan; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3e586b842c430bbf68617a00d266179ec138508b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 19:38:18 +0000 Subject: [PATCH 0163/3211] KPT-24: Update background color to WhiteSmoke --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid WhiteSmoke; } nav { - background: GreenYellow; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From e7c7b982a1eea6759b870ab35d523f69077693ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:17:32 +0000 Subject: [PATCH 0164/3211] KPT-24: Update background color to GoldenRod --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid GoldenRod; } nav { - background: WhiteSmoke; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From caa9c8f282094687e0678a16027be205a9773df8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:19:07 +0000 Subject: [PATCH 0165/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bd9c3f4ecda74573a7e63a5a9a2fb5e8238550b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 20:21:01 +0000 Subject: [PATCH 0166/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b7efac2b6c4480de114e422ac8d76c2e78808ea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Mar 2022 23:58:20 +0000 Subject: [PATCH 0167/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Crimson; } nav { - background: Cornsilk; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From cf151fb38feafc6d875c25fb7444510980e3f4f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 06:43:19 +0000 Subject: [PATCH 0168/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid MediumSlateBlue; } nav { - background: Crimson; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 72e275c60a85bd4115d938209ff514917ec2dbf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 09:43:19 +0000 Subject: [PATCH 0169/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid LightYellow; } nav { - background: MediumSlateBlue; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 225cec32e346afb45b59c5895505437609e92936 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 11:13:21 +0000 Subject: [PATCH 0170/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightYellow; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e8fe3134ff5dfcb27ddae4b12452cf39a6856f10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Mar 2022 23:13:17 +0000 Subject: [PATCH 0171/3211] KPT-24: Update background color to Salmon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Salmon; } nav { - background: DeepSkyBlue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From e91fd2f35573b41aaa85fa4fd27c08cdb1e9c6f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 01:28:17 +0000 Subject: [PATCH 0172/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid FireBrick; } nav { - background: Salmon; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 67d74fbfa13da6498fc531ff9912339b84f7d162 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 02:58:17 +0000 Subject: [PATCH 0173/3211] KPT-22: Modals with PaleTurquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid PaleTurquoise; } nav { - background: FireBrick; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 29b181708412a0a03a4d6a630126385eb4374046 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 06:43:18 +0000 Subject: [PATCH 0174/3211] KPT-24: Update background color to DimGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 309f2926323b9a68488077954c91ed821664b2d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 08:13:17 +0000 Subject: [PATCH 0175/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Tan; } nav { - background: DimGray; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 2c0623e9735462b44ebacd442603f4fb370c746e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 09:43:18 +0000 Subject: [PATCH 0176/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7176799825f9fd3f7e749b9ad8897e38f6bbaf4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 11:13:18 +0000 Subject: [PATCH 0177/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid FloralWhite; } nav { - background: Khaki; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 747df6836ef28d0fccb0c807805aaba9053d609e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 11:58:17 +0000 Subject: [PATCH 0178/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid SlateGray; } nav { - background: FloralWhite; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ec7ab5f0b86b740bd534c88b0cbec2f30883cdd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 12:43:17 +0000 Subject: [PATCH 0179/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8860e73018425e0db42cc7c96920a8bc04f8df7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 19:28:17 +0000 Subject: [PATCH 0180/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkSalmon; } nav { - background: ForestGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 6ca93ec802a02b885c65017e72e34f330182f998 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Mar 2022 20:58:18 +0000 Subject: [PATCH 0181/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Bisque; } nav { - background: DarkSalmon; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 35209304c313a8a18079ff9951a8cf32841fc600 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 02:13:17 +0000 Subject: [PATCH 0182/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid MediumAquaMarine; } nav { - background: Bisque; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 585d7ab630622c714a7248661650b088365dbf7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 02:58:19 +0000 Subject: [PATCH 0183/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightSeaGreen; } nav { - background: MediumAquaMarine; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From d502ea47f301cede54470eab109bd87180086589 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 04:28:17 +0000 Subject: [PATCH 0184/3211] KPT-24: Update background color to MediumVioletRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: LightSeaGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From fb7c01f128794eccda56920e29ee0adc3e27dbb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 08:13:18 +0000 Subject: [PATCH 0185/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid PeachPuff; } nav { - background: MediumVioletRed; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 19166ee0a0c776783cc85446dd4923f92956c44f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 09:43:19 +0000 Subject: [PATCH 0186/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Fuchsia; } nav { - background: PeachPuff; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From a63587c0417891762a42416faf694c74addbb52f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 11:58:18 +0000 Subject: [PATCH 0187/3211] KPT-22: Modals with DarkRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 55fba5ec7c854e7a3d695bf65537812ed55ba09d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 17:58:18 +0000 Subject: [PATCH 0188/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid OldLace; } nav { - background: DarkRed; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 1866349dfc6fa2b4ef8cb29a7c6a435c2b839068 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 18:43:18 +0000 Subject: [PATCH 0189/3211] KPT-22: Modals with SkyBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid SkyBlue; } nav { - background: OldLace; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3769044f5979aa81c3ecf528671b23f4e33faf1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Mar 2022 23:13:18 +0000 Subject: [PATCH 0190/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f326fce3e0b0b28f64a9e1b2383f78e8dceeb421 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 04:28:19 +0000 Subject: [PATCH 0191/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid PeachPuff; } nav { - background: GhostWhite; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From b031f5c19f90e4b3190576bdb7dde17213c8fc83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 11:13:19 +0000 Subject: [PATCH 0192/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Green; } nav { - background: PeachPuff; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From f276894577f004c82beec04193904b8487b915ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Mar 2022 20:13:23 +0000 Subject: [PATCH 0193/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Cornsilk; } nav { - background: Green; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 856b764b01a9432fbe3fb9f4c80c63807874c79d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 02:58:28 +0000 Subject: [PATCH 0194/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid MintCream; } nav { - background: Cornsilk; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 528dc34b9564e1edce21fce297f3fadefc7af753 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 03:43:18 +0000 Subject: [PATCH 0195/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid SlateBlue; } nav { - background: MintCream; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 24dfd1abd53142fcf204d55a80d1600be395e3d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 12:43:18 +0000 Subject: [PATCH 0196/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Grey; } nav { - background: SlateBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From dc865a89264e7c7deb3567df8828aefd889f3fab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 16:28:18 +0000 Subject: [PATCH 0197/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid GreenYellow; } nav { - background: Grey; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 9ab9fb811298005947c6b25b65bf06c6dc4ed764 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Mar 2022 17:13:18 +0000 Subject: [PATCH 0198/3211] KPT-24: Update background color to LightCyan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LightCyan; } nav { - background: GreenYellow; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 543348b5cbb07a5662841a117229cfedefdead89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 03:43:18 +0000 Subject: [PATCH 0199/3211] KPT-22: Modals with HoneyDew accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c8a4602ff6d865f2c36a42710f3ee9b08a9d79d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 09:43:18 +0000 Subject: [PATCH 0200/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Sienna; } nav { - background: HoneyDew; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From ccb8323da82e7b01a309e70ddeee1a20ffb854f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Mar 2022 18:43:18 +0000 Subject: [PATCH 0201/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightSalmon; } nav { - background: Sienna; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From faf622f177de5fbb78cb19611bf259d48d64c899 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 02:13:18 +0000 Subject: [PATCH 0202/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Fuchsia; } nav { - background: LightSalmon; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From b2df3652f8ca83755cf48768b5713765a37f9829 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 04:28:18 +0000 Subject: [PATCH 0203/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Gold; } nav { - background: Fuchsia; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 67c5d4a8110f3415afb1f5f493483ed3e967bbb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 08:13:20 +0000 Subject: [PATCH 0204/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkSlateGray; } nav { - background: Gold; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 65cc7acf88d1af0448cb2b745bd232a13ff36fd0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 11:13:19 +0000 Subject: [PATCH 0205/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Coral; } nav { - background: DarkSlateGray; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 4e5b59f42c1029d8d4f8903b9fef953761a9a2b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 12:43:19 +0000 Subject: [PATCH 0206/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 62b0e746c5045cc8b47f97aab7c3328d2a2158dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 13:28:19 +0000 Subject: [PATCH 0207/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5994987e5f876b71fa856bd2cbe5ef2a8736c6ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 17:13:19 +0000 Subject: [PATCH 0208/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid LightCyan; } nav { - background: PowderBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From a7d7f90cc25e6c616bd8c11c5624fedf7efe55b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 17:58:19 +0000 Subject: [PATCH 0209/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Teal; } nav { - background: LightCyan; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From fbbe57d12c9abdfd8a55626a3dad32780921582d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 18:43:19 +0000 Subject: [PATCH 0210/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumSpringGreen; } nav { - background: Teal; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9892af2f5247b32d8300e63db433c81de4d13701 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 23:13:30 +0000 Subject: [PATCH 0211/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid PowderBlue; } nav { - background: MediumSpringGreen; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From fb6d54bcf0835e5168b69605e07d296dd040a6ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Mar 2022 23:58:31 +0000 Subject: [PATCH 0212/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid MintCream; } nav { - background: PowderBlue; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From bf3af06c7118e84621ee21833b568c4b46745654 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 04:28:43 +0000 Subject: [PATCH 0213/3211] KPT-24: Update background color to DarkGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkGreen; } nav { - background: MintCream; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9bd91cc67a3480084734ccb5fe028b0c61178600 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 05:58:29 +0000 Subject: [PATCH 0214/3211] KPT-24: Update background color to AliceBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid AliceBlue; } nav { - background: DarkGreen; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From ab947d77c761453eb8b8c52733a29789f7ddd4c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 07:28:44 +0000 Subject: [PATCH 0215/3211] KPT-22: Modals with OliveDrab accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid OliveDrab; } nav { - background: AliceBlue; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 65c5f36c4c519e2ef4feef06624da9e549a85b86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 08:58:45 +0000 Subject: [PATCH 0216/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Black; } nav { - background: OliveDrab; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 67440c8fae111e8059c6509eac64f34a435e5497 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 12:43:42 +0000 Subject: [PATCH 0217/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid FloralWhite; } nav { - background: Black; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From c20a2815a5f7da6e98ae5f0aa0e8564f1370f50b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 14:13:56 +0000 Subject: [PATCH 0218/3211] KPT-22: Modals with Chocolate accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Chocolate; } nav { - background: FloralWhite; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From b5d22f3bbc9dc08df7092026f22c2bc11a2860ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 19:28:18 +0000 Subject: [PATCH 0219/3211] KPT-22: Modals with DarkRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkRed; } nav { - background: Chocolate; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From da7eb5c4b4b39f160063ddcb6a0bb662acd393b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Mar 2022 20:58:30 +0000 Subject: [PATCH 0220/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkViolet; } nav { - background: DarkRed; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 044c17f3c4f75f858293705dd1422a0f690b032c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 02:58:18 +0000 Subject: [PATCH 0221/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid White; } nav { - background: DarkViolet; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 845faa82d6ea506299c5c31e5484a1350960c49a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 04:28:18 +0000 Subject: [PATCH 0222/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid FloralWhite; } nav { - background: White; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 2bc37f998dd487d9996112bf53caed9317349ce7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 06:43:18 +0000 Subject: [PATCH 0223/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid SteelBlue; } nav { - background: FloralWhite; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5321d98ebe99ae80e55c653d3f7312a6c8c47c55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 11:58:17 +0000 Subject: [PATCH 0224/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Thistle; } nav { - background: SteelBlue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 57ecc9c7cc6ebadbcf21762adedfeec1e215397c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 17:13:17 +0000 Subject: [PATCH 0225/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid HoneyDew; } nav { - background: Thistle; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 21d88ef573a3e741814a7b0adbcd6656ddc1873a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 22:28:19 +0000 Subject: [PATCH 0226/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3b5d2475401c964590888fec61312d029e0c9d90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Mar 2022 23:58:18 +0000 Subject: [PATCH 0227/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid GreenYellow; } nav { - background: DarkSlateGray; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From f5132cc85828d7cea8f213a5cba7c12f20bf0021 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 04:28:17 +0000 Subject: [PATCH 0228/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid ForestGreen; } nav { - background: GreenYellow; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6a4312e90da5e3bfa2874a838e95aa9a47846b59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 06:43:18 +0000 Subject: [PATCH 0229/3211] KPT-24: Update background color to LightGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightGray; } nav { - background: ForestGreen; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 1a815ad33806ce8306dacf3edcf7542366b49226 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 09:43:17 +0000 Subject: [PATCH 0230/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Fuchsia; } nav { - background: LightGray; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From d9bd823115e3d930a49c6199f623d112614d26ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 11:58:20 +0000 Subject: [PATCH 0231/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Lime; } nav { - background: Fuchsia; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 0917d3c6308d398d7abe077bf23f78af5b1b9708 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 13:28:18 +0000 Subject: [PATCH 0232/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Moccasin; } nav { - background: Lime; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 8e8150f7775ef1b63c6270fd003eabf998599b94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 14:13:17 +0000 Subject: [PATCH 0233/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Bisque; } nav { - background: Moccasin; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 64518b426cd8efcd0735b8ff2a6c3a0e28ed1fe3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 16:28:17 +0000 Subject: [PATCH 0234/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SandyBrown; } nav { - background: Bisque; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 62e1f78ac675ba3bca169196209b0ddfac9fe84f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 20:58:21 +0000 Subject: [PATCH 0235/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid White; } nav { - background: SandyBrown; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 449f385cfba57f203787b585ab93ba21044e1b53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Mar 2022 21:43:28 +0000 Subject: [PATCH 0236/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 19fc4a6f9d5483f8083d6ee51796b0d8ed3cb918 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 00:43:21 +0000 Subject: [PATCH 0237/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Purple; } nav { - background: Violet; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 9b7ad35cd852b34907e9d326ef4ec011d9245633 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 02:13:18 +0000 Subject: [PATCH 0238/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DarkSlateGray; } nav { - background: Purple; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 70735f7cc8000a130239bb88d06de6692814d7bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 08:58:29 +0000 Subject: [PATCH 0239/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkSlateGray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 87c06e46b72c6125d5fcab6aa801867c7592532b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 10:28:21 +0000 Subject: [PATCH 0240/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MediumTurquoise; } nav { - background: PaleVioletRed; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From cd8d19c2e01b323dff645838395f1c1a36e83de2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 17:58:43 +0000 Subject: [PATCH 0241/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fbc98495a029f996d5a9b95aeaa10c2d49950f28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Mar 2022 23:13:17 +0000 Subject: [PATCH 0242/3211] KPT-24: Update background color to LightGoldenRodYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Cyan; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 7f1a9f4895fcf1c4a7424df4fdb6c4986309cc17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 02:13:18 +0000 Subject: [PATCH 0243/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightSlateGrey; } nav { - background: LightGoldenRodYellow; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6885f101d9e6fb305b9843e9baf5ec331b52b5ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 02:58:18 +0000 Subject: [PATCH 0244/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Linen; } nav { - background: LightSlateGrey; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From d82f84351273c14d9aee7be65163935282d6f0d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 03:43:18 +0000 Subject: [PATCH 0245/3211] KPT-24: Update background color to DarkKhaki --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkKhaki; } nav { - background: Linen; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 6ddf742fc44e42b072dbc2dc5051dcc1c94ae771 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 04:28:17 +0000 Subject: [PATCH 0246/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 03a20fac3a0b74526ffd64e97712a21b51fc2e98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 08:13:17 +0000 Subject: [PATCH 0247/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkOrchid; } nav { - background: Aquamarine; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From fff8f8bb58f821f95f6e6b615afb44b10fab14ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 11:58:18 +0000 Subject: [PATCH 0248/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MediumBlue; } nav { - background: DarkOrchid; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From e52a72e2a016e2500d00203c5a73827a2dcb8a10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 14:58:17 +0000 Subject: [PATCH 0249/3211] KPT-22: Modals with DimGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid DimGrey; } nav { - background: MediumBlue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From c13ef6c0eab2092914d4eec53e6c524395eaa859 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 15:43:18 +0000 Subject: [PATCH 0250/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkGrey; } nav { - background: DimGrey; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From eab44a2e84245b4c9a2c3b1c534bac97994f534e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 16:28:19 +0000 Subject: [PATCH 0251/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Grey; } nav { - background: DarkGrey; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 06b5b6e918fb734a79e36bc744685f31715c866d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 17:13:19 +0000 Subject: [PATCH 0252/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e195678fc2bc4022f7621dcab2e9aa95fabb403d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 20:58:18 +0000 Subject: [PATCH 0253/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Moccasin; } nav { - background: DarkGoldenRod; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 525c26f79a268319b15630f9eee14ff506ca500d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Mar 2022 22:28:18 +0000 Subject: [PATCH 0254/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid PeachPuff; } nav { - background: Moccasin; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 484eac95d1539358170e31224fbf35aac7b0fd37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 01:28:19 +0000 Subject: [PATCH 0255/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MediumOrchid; } nav { - background: PeachPuff; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 39aafdd1fb1b030e04a491006398afdf44e5fa2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 06:43:18 +0000 Subject: [PATCH 0256/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Snow; } nav { - background: MediumOrchid; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 7c608a94cb376ee071bc3a6cbadf8cda210e422c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 12:43:18 +0000 Subject: [PATCH 0257/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid DodgerBlue; } nav { - background: Snow; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6b7076187b38560d7985157a869276140061ec30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 14:13:17 +0000 Subject: [PATCH 0258/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkSlateGray; } nav { - background: DodgerBlue; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 7b1599e35c3f348ecad2fc6c15d9ca61af1ae095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 15:43:18 +0000 Subject: [PATCH 0259/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 88141fd8ff5fe365feb20848bedacc431d323f9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 17:13:18 +0000 Subject: [PATCH 0260/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f255818bc4ea6cf70a2714f185eef03035ccd4b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 19:28:18 +0000 Subject: [PATCH 0261/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DarkSlateGrey; } nav { - background: SaddleBrown; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 475c03a2170430c3a59985eda8a74dce73b4c911 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 20:13:17 +0000 Subject: [PATCH 0262/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Chocolate; } nav { - background: DarkSlateGrey; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 8ba5bb95d5af31d60bb822cf66aa542191832c52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Mar 2022 23:13:18 +0000 Subject: [PATCH 0263/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid SeaGreen; } nav { - background: Chocolate; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7ce6a267b7140b3413c3222f07064c755a05826c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 01:28:18 +0000 Subject: [PATCH 0264/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: SeaGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3a89a7688501a82c0de2985bcf152db5ecdea12a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 07:28:18 +0000 Subject: [PATCH 0265/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LawnGreen; } nav { - background: PaleGoldenRod; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3de399f3b84bb44bfce13d48a96b4f3d9295cc28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 13:28:18 +0000 Subject: [PATCH 0266/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 99c272426a9c23e0f802716f88ef94823ab2835a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 19:38:18 +0000 Subject: [PATCH 0267/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e798aa05f634621dc26a736b6c86161da7153f93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Mar 2022 23:23:17 +0000 Subject: [PATCH 0268/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid PaleGoldenRod; } nav { - background: FloralWhite; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 7b82505a2c641f9ebfa8bdd2ec47bb9f0cd16e50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 03:08:18 +0000 Subject: [PATCH 0269/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid GreenYellow; } nav { - background: PaleGoldenRod; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From d3eaebf3aeeaa36625c4a25c05d6f90128c81e2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 06:53:18 +0000 Subject: [PATCH 0270/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Orchid; } nav { - background: GreenYellow; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 98c575c585b358ad8d4d92f2ac1e896ff926e22f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 08:23:17 +0000 Subject: [PATCH 0271/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid MistyRose; } nav { - background: Orchid; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 84f460392e4fc9b0076da4eccc0ca11e7a48d7d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 18:53:18 +0000 Subject: [PATCH 0272/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkGray; } nav { - background: MistyRose; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From f15324bbb1bb44fd3ebaf540e24f18a2f117eb3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 21:53:17 +0000 Subject: [PATCH 0273/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightSalmon; } nav { - background: DarkGray; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 94c0b63aaa7c5d5ad6c623aa3fdb96c9e2b33b30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Mar 2022 23:23:17 +0000 Subject: [PATCH 0274/3211] KPT-22: Modals with Silver accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Silver; } nav { - background: LightSalmon; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 93bde21b6d863a1f872f7bb4f5a64f24e72a715c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 03:53:17 +0000 Subject: [PATCH 0275/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Plum; } nav { - background: Silver; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 86834557bf84b1ac1a7badf0b8fe236a963df8de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 06:08:17 +0000 Subject: [PATCH 0276/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LimeGreen; } nav { - background: Plum; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2a6762aaa69682dabd6a198a57c3f86d00ae811b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 07:38:17 +0000 Subject: [PATCH 0277/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Teal; } nav { - background: LimeGreen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From edf53d89d26f5c0d9e983a567da9b0e4f94f2897 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 08:23:17 +0000 Subject: [PATCH 0278/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid LightSkyBlue; } nav { - background: Teal; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 84616ee880bf7efa76708a3fc762c4df87315643 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 12:08:18 +0000 Subject: [PATCH 0279/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Thistle; } nav { - background: LightSkyBlue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 8cdd9b7225aabdbb1e7b7146febfb9a7c648735c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 12:53:17 +0000 Subject: [PATCH 0280/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkGray; } nav { - background: Thistle; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From a9414d5273865a9be5400d73102b3da3f563d3eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 13:38:18 +0000 Subject: [PATCH 0281/3211] KPT-24: Update background color to MediumSpringGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkGray; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From d140e1e557d4d1b273663272236e98938407e4ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 15:53:19 +0000 Subject: [PATCH 0282/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Linen; } nav { - background: MediumSpringGreen; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From a57ced60fe07db5d752de0393e1ba6827bbd7d31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 18:08:18 +0000 Subject: [PATCH 0283/3211] KPT-24: Update background color to LightCyan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid LightCyan; } nav { - background: Linen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From fbe0eaa06d805ebc23c2df4316cd1f6ba61e2ac6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 21:53:17 +0000 Subject: [PATCH 0284/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 888c7adfe4a88c233053ce62e9c5ebef22d1b12a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Mar 2022 23:23:17 +0000 Subject: [PATCH 0285/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid MediumPurple; } nav { - background: SkyBlue; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From b1832cab28a32a8071d704a8ba27e69d50e4927c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 00:08:17 +0000 Subject: [PATCH 0286/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid MediumSpringGreen; } nav { - background: MediumPurple; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1e42f90edea53918f4f71d2bf5684cb4e508120c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 05:23:18 +0000 Subject: [PATCH 0287/3211] KPT-22: Modals with SlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SlateGrey; } nav { - background: MediumSpringGreen; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5548edc7becbcb3b86d2af75e3782ae38bb3010f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 09:53:18 +0000 Subject: [PATCH 0288/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkViolet; } nav { - background: SlateGrey; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 471dee3c7a9ad195852debb230a2ec93dcf00fc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 15:53:17 +0000 Subject: [PATCH 0289/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LawnGreen; } nav { - background: DarkViolet; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0a8f3aff4210bc21c5f4b365a43bee176578b7f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 16:38:18 +0000 Subject: [PATCH 0290/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkCyan; } nav { - background: LawnGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 4ec8ae3ad4fd10bac647196e0ca8e101f8621227 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 18:53:18 +0000 Subject: [PATCH 0291/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Chartreuse; } nav { - background: DarkCyan; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 0000c0868e4d48a3b727a35e91309cb28d45859e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 19:38:17 +0000 Subject: [PATCH 0292/3211] KPT-22: Modals with Navy accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Navy; } nav { - background: Chartreuse; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 9f64b82613b0853ee782211f37308598367d2a58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 20:23:17 +0000 Subject: [PATCH 0293/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 01f3328f86fb0708c60ec43b7a81e678a1134e0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Mar 2022 22:38:17 +0000 Subject: [PATCH 0294/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightSlateGray; } nav { - background: Salmon; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From c465999405020b2335027c40a1072925ed986be3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 00:53:18 +0000 Subject: [PATCH 0295/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkGrey; } nav { - background: LightSlateGray; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 78bfb6f4c8f9a71c1959960bdb1bf0dc6a378b39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 04:38:21 +0000 Subject: [PATCH 0296/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Red; } nav { - background: DarkGrey; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 6e3f5ee1b416b52e1d98b2153901df8a0e99ed3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 06:53:18 +0000 Subject: [PATCH 0297/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid SteelBlue; } nav { - background: Red; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From e8780a9c3520ca085fc8867a137621a9e7b003b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 09:53:17 +0000 Subject: [PATCH 0298/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DarkSeaGreen; } nav { - background: SteelBlue; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3847ed6bdbcfa1abb746dfefaddd8c762fc7356d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 15:08:17 +0000 Subject: [PATCH 0299/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid MistyRose; } nav { - background: DarkSeaGreen; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From a788f47325665ebc3c505e2304d308b1f7ba1faa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Mar 2022 18:53:18 +0000 Subject: [PATCH 0300/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid MediumSpringGreen; } nav { - background: MistyRose; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7bda9f86860955a48bc5b833d6d808a5f78809ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 02:23:17 +0000 Subject: [PATCH 0301/3211] KPT-24: Update background color to SeaShell --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SeaShell; } nav { - background: MediumSpringGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 992ca638a0718a2da0997b16567c9506ae5cb432 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 03:53:17 +0000 Subject: [PATCH 0302/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 27ba625012b8481c73a8d7a460ea6ef230eee754 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 07:38:17 +0000 Subject: [PATCH 0303/3211] KPT-24: Update background color to LawnGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid LawnGreen; } nav { - background: Beige; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9e1b62b99c1b3fb5915b3482940c72de05b57f8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 10:38:18 +0000 Subject: [PATCH 0304/3211] KPT-22: Modals with DarkSlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: LawnGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From a79fd1f858b85fe1828a091aa9c8ab80ccacf019 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 12:08:18 +0000 Subject: [PATCH 0305/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightCoral; } nav { - background: DarkSlateGrey; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 4c25c1cf7d4a1eed354ec433a45e879a8df7f0be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 19:38:17 +0000 Subject: [PATCH 0306/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Maroon; } nav { - background: LightCoral; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 767024a464ad7551b376e28acbfd412306a05280 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Mar 2022 23:23:18 +0000 Subject: [PATCH 0307/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkOrchid; } nav { - background: Maroon; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f93bb0f70e5f19fc0bd64bb870d224fcbf9a1434 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 02:23:17 +0000 Subject: [PATCH 0308/3211] KPT-24: Update background color to Yellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a22a74b45204f0bee05bc8036611ad1d0d3df994 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 04:38:18 +0000 Subject: [PATCH 0309/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid YellowGreen; } nav { - background: Yellow; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 68018390313f5ed87c7d4fcddebe3f5bce1e82e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 05:23:17 +0000 Subject: [PATCH 0310/3211] KPT-24: Update background color to SeaGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid SeaGreen; } nav { - background: YellowGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b43df82e197f6d19746d2fd543314bfeb141040b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 08:23:17 +0000 Subject: [PATCH 0311/3211] KPT-22: Modals with LightSteelBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: SeaGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1756bd3ccd190910d047d16d6a61f283e98e0b22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 09:53:17 +0000 Subject: [PATCH 0312/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid FireBrick; } nav { - background: LightSteelBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From bcaa12d20dd20c44bfef27e1abf3097b79cf7a2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 11:23:18 +0000 Subject: [PATCH 0313/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DodgerBlue; } nav { - background: FireBrick; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3e231c901780d462062a832d97278325825a5d60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 12:53:17 +0000 Subject: [PATCH 0314/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: DodgerBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From d65678397e91bf1d24426f1f84b99da1aad9ae8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 13:38:17 +0000 Subject: [PATCH 0315/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4f242905213f325a72c6d6be242b6c6e6b3c0166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 15:53:17 +0000 Subject: [PATCH 0316/3211] KPT-24: Update background color to Indigo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Indigo; } nav { - background: Red; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 7145268beb559497e64b0be06f4a50e4acd90b90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 17:23:18 +0000 Subject: [PATCH 0317/3211] KPT-24: Update background color to MediumOrchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid MediumOrchid; } nav { - background: Indigo; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d0a4873da8bd7b0facc7c9f45a8388db101602c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Mar 2022 22:38:18 +0000 Subject: [PATCH 0318/3211] KPT-22: Modals with DarkOliveGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkOliveGreen; } nav { - background: MediumOrchid; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5a99ca5e0158984a3a52a56dd0f1b88b6ec32148 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 00:08:17 +0000 Subject: [PATCH 0319/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkViolet; } nav { - background: DarkOliveGreen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From df1afa62473784b56c328a96933aeb6db4dc08fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 00:53:17 +0000 Subject: [PATCH 0320/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkViolet; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 49e304db043e30acdd5693446e8cde18eec7104c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 01:38:17 +0000 Subject: [PATCH 0321/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkKhaki; } nav { - background: DarkTurquoise; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 32b0eaca089708e5847cbd5b3f86854f595eca1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 04:38:17 +0000 Subject: [PATCH 0322/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumPurple; } nav { - background: DarkKhaki; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 0efa817a03edc26b9fe2a999d7d5a063c8138ece Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 06:08:17 +0000 Subject: [PATCH 0323/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid SkyBlue; } nav { - background: MediumPurple; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e55c62dfa33dbfc1962c81c86bc00030df4ac068 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 11:23:18 +0000 Subject: [PATCH 0324/3211] KPT-24: Update background color to LightYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightYellow; } nav { - background: SkyBlue; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From e263d967787ca1d698627bacfdc3406e86366d48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 13:38:17 +0000 Subject: [PATCH 0325/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Magenta; } nav { - background: LightYellow; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 77dbc0a80f035bc16afa718c9aab7efae027ed5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 15:53:18 +0000 Subject: [PATCH 0326/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Thistle; } nav { - background: Magenta; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 49ff7754e9363573bc3a1cb19dff62c00882983e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 31 Mar 2022 16:38:17 +0000 Subject: [PATCH 0327/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0d0bef02d7c8719f8071d9e3018ccf4b627adda0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 00:53:18 +0000 Subject: [PATCH 0328/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8a18e15aa432f70b7a4fbee4b25574e53f677353 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 06:53:17 +0000 Subject: [PATCH 0329/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkBlue; } nav { - background: PapayaWhip; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9e0295949e6e3334eccdd5418c245627bc362591 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 14:23:19 +0000 Subject: [PATCH 0330/3211] KPT-24: Update background color to Cyan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Cyan; } nav { - background: DarkBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 8ebe7c4f5fe471de50a43acfe6b5d80c0ebabc80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 19:38:17 +0000 Subject: [PATCH 0331/3211] KPT-22: Modals with DarkBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkBlue; } nav { - background: Cyan; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0b074a100955536c4cb999568296521a930ff1b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 21:08:18 +0000 Subject: [PATCH 0332/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Navy; } nav { - background: DarkBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 56ab50b03bfe9d2cee47c853d467ed8f9f2fd29c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Apr 2022 22:38:17 +0000 Subject: [PATCH 0333/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Bisque; } nav { - background: Navy; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From c4eed22c5280cbb4cc6cf8d55b0d70c02a0e1037 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 03:08:17 +0000 Subject: [PATCH 0334/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid DarkSlateGray; } nav { - background: Bisque; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 796b937f033b3bfb8f5402f40c247fe796b61e5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 06:53:17 +0000 Subject: [PATCH 0335/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7bd14f19d158dac1e4fc30e8a61d507f1ba603d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 13:38:17 +0000 Subject: [PATCH 0336/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid SkyBlue; } nav { - background: Brown; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 23617651ef5eb9477603e983e66b1ba73a62da15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 14:23:17 +0000 Subject: [PATCH 0337/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightYellow; } nav { - background: SkyBlue; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3ed95f4971c9b48cd35c437a6b905b4bfb62a976 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 18:53:19 +0000 Subject: [PATCH 0338/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Turquoise; } nav { - background: LightYellow; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d247d86536f19463b7c601e1eb79187aac050080 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 19:38:18 +0000 Subject: [PATCH 0339/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightSeaGreen; } nav { - background: Turquoise; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 23fd8ddbabf2b41e9e326e71499f6a854a6bc1ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Apr 2022 20:23:18 +0000 Subject: [PATCH 0340/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightSlateGray; } nav { - background: LightSeaGreen; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From b70ac71d5608a65217eeb2248b5c58e678711ba9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 02:23:17 +0000 Subject: [PATCH 0341/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid PaleGoldenRod; } nav { - background: LightSlateGray; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 65829296dd6abe9eacb808e41a6dc9fa9cbd224f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 03:08:18 +0000 Subject: [PATCH 0342/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Olive; } nav { - background: PaleGoldenRod; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 5efc1f7db5fc7b3fa27690b0842cf8748a21e736 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 04:38:17 +0000 Subject: [PATCH 0343/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Gold; } nav { - background: Olive; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 999f771f2bdf3b317a6b0e186dbafa4213428f1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 07:38:17 +0000 Subject: [PATCH 0344/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c9cddeacbb184f1f16f86ec305413b7cb25c61a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 08:23:17 +0000 Subject: [PATCH 0345/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid MediumSpringGreen; } nav { - background: SaddleBrown; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a853bfc65fe21c1adfa2f0323a01b1fa16adeb05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 10:38:17 +0000 Subject: [PATCH 0346/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Cornsilk; } nav { - background: MediumSpringGreen; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 3240c9107511199af60024fbc515038587dc9338 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 15:53:18 +0000 Subject: [PATCH 0347/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid OldLace; } nav { - background: Cornsilk; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From f2eb8ecb16db69a8e90bb8fe2adf7c7332349331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 17:23:17 +0000 Subject: [PATCH 0348/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Yellow; } nav { - background: OldLace; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From bebde003e0f9bc51759db3d3c29a0034aa1a1885 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 19:38:18 +0000 Subject: [PATCH 0349/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LightGreen; } nav { - background: Yellow; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From ee038c52b798ecc385de72bec13e7ae910a67bc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Apr 2022 22:38:18 +0000 Subject: [PATCH 0350/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid BlueViolet; } nav { - background: LightGreen; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 42cf2a0407e8243513db55183ff919ff90515f94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 03:47:46 +0000 Subject: [PATCH 0351/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Lime; } nav { - background: BlueViolet; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 9e463cb0dcb5528ba2eb7b0ee62484ade9ac01e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 08:17:46 +0000 Subject: [PATCH 0352/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid DarkOrange; } nav { - background: Lime; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From ba28f5cd83c43fae2960e49318ae83503cee4a7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 10:32:46 +0000 Subject: [PATCH 0353/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2f65a50a261858ac7f4a52f348f96dadceeac9b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 12:47:46 +0000 Subject: [PATCH 0354/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Bisque; } nav { - background: DarkSalmon; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 6b571be57f1b6fa9de44bf2a500abc91234f3f0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 13:32:46 +0000 Subject: [PATCH 0355/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid FloralWhite; } nav { - background: Bisque; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 27960af393bffa8eea4da7d132082bb148820eae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 15:02:45 +0000 Subject: [PATCH 0356/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c674c0bbedd90ceae4a6b59ed1bff62bd26b0d02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 20:17:45 +0000 Subject: [PATCH 0357/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Grey; } nav { - background: LawnGreen; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 63484f581f364528893c742262df598278d94695 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 21:02:45 +0000 Subject: [PATCH 0358/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid MediumOrchid; } nav { - background: Grey; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 2fbd03ace293f77f0a8203e655ba8eb0361291a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Apr 2022 22:32:46 +0000 Subject: [PATCH 0359/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Brown; } nav { - background: MediumOrchid; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 5575a66a2c9961cfd869164674e304608f186c87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 06:02:46 +0000 Subject: [PATCH 0360/3211] KPT-24: Update background color to FireBrick --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid FireBrick; } nav { - background: Brown; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 4b7c0ccf152189b3fe5ac267f1593aab2807dd37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 09:47:46 +0000 Subject: [PATCH 0361/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid AliceBlue; } nav { - background: FireBrick; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3141cd02bf98ab9d4dfa150b191df4076b9b723b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 11:17:46 +0000 Subject: [PATCH 0362/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DarkKhaki; } nav { - background: AliceBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 94fe66a0b655c28df04f2a2dfe8f169b03a0c285 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 12:47:45 +0000 Subject: [PATCH 0363/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Ivory; } nav { - background: DarkKhaki; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From b0b0ed2a613ec049b9dc47dbb942ee64273676f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 16:32:45 +0000 Subject: [PATCH 0364/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid MediumPurple; } nav { - background: Ivory; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From bc464dfab0bff707f555da3098774d3bdc9ebe6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Apr 2022 22:32:46 +0000 Subject: [PATCH 0365/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumPurple; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From aa3d36657f94fa87d850c32e7131ce9c19a107e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 00:02:46 +0000 Subject: [PATCH 0366/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e99a54d3c02f59fdddcc3c88c02810b22b05a597 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 01:32:45 +0000 Subject: [PATCH 0367/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Tan; } nav { - background: Grey; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From de52ef90cb311dabd7643b27f3fa6312a7c847fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 03:47:45 +0000 Subject: [PATCH 0368/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MidnightBlue; } nav { - background: Tan; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2289ada7580127840c18ad7337c35e640159ec77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 11:17:46 +0000 Subject: [PATCH 0369/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid SeaShell; } nav { - background: MidnightBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 41b152b0fd1e02b4d7a15be7331866406cac21bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 12:02:47 +0000 Subject: [PATCH 0370/3211] KPT-22: Modals with LightCoral accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LightCoral; } nav { - background: SeaShell; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 324bdb11e5b12105e7d626fc286e9040c3b8a2a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 15:02:46 +0000 Subject: [PATCH 0371/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DarkSlateGray; } nav { - background: LightCoral; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From a57f65b8bf498163de934e73c2b64c1e3fcb4344 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 19:32:45 +0000 Subject: [PATCH 0372/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkSlateGray; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From f72955fd581014322190a1b0db070175893398ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 20:17:46 +0000 Subject: [PATCH 0373/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightGoldenRodYellow; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 0801278971f4d71969cad26557502a4392de3c25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Apr 2022 22:32:45 +0000 Subject: [PATCH 0374/3211] KPT-24: Update background color to BlanchedAlmond --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid BlanchedAlmond; } nav { - background: MediumAquaMarine; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 7f32c6da5de6c719e784f25537ecb66f691d64ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 00:02:46 +0000 Subject: [PATCH 0375/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid PaleTurquoise; } nav { - background: BlanchedAlmond; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 3fe183004a84637099cc116492e78035210dd838 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 01:32:46 +0000 Subject: [PATCH 0376/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DodgerBlue; } nav { - background: PaleTurquoise; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From d21b1fce77d2ce771a67cdbc15589049a08fdfb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 07:32:45 +0000 Subject: [PATCH 0377/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid OldLace; } nav { - background: DodgerBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 09cc0c8bbfd75f39939af69a870b5fea2f4d5d04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 08:17:47 +0000 Subject: [PATCH 0378/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d765f042bd59d5aa2c6e3764eb5efbf80911faf7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 09:47:59 +0000 Subject: [PATCH 0379/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2c955de8798de8245c3d5a4f030cd135ab8977ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 12:02:46 +0000 Subject: [PATCH 0380/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid PapayaWhip; } nav { - background: MintCream; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 54598947d84cd62aa3287bc8b40930f8e371d9a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 12:47:46 +0000 Subject: [PATCH 0381/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid MediumSpringGreen; } nav { - background: PapayaWhip; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From bfa3e06e064b9ceb335ffd9d1b6a6b033225bf2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 15:02:45 +0000 Subject: [PATCH 0382/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkSeaGreen; } nav { - background: MediumSpringGreen; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 078c5115552376c8ff1f5ba6e7f0bc399105310e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 16:32:46 +0000 Subject: [PATCH 0383/3211] KPT-22: Modals with HotPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid HotPink; } nav { - background: DarkSeaGreen; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 709526dc1c8f2585fd7dfbf64167737cae3f3566 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 18:02:45 +0000 Subject: [PATCH 0384/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid SeaGreen; } nav { - background: HotPink; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1bb08097688ee8d6db940057affa03626f6f8be1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 21:02:46 +0000 Subject: [PATCH 0385/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5e81a2568776bcebb3c86b58fe25452c566e26f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 21:47:46 +0000 Subject: [PATCH 0386/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 45637b5a3d8f4ad5662f72994e4d3eb079c4e867 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 22:32:45 +0000 Subject: [PATCH 0387/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Wheat; } nav { - background: LightPink; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From f909b1bdb10950091edac23c6ecebaf5e40282f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Apr 2022 23:17:45 +0000 Subject: [PATCH 0388/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid SkyBlue; } nav { - background: Wheat; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 18687754c4f5241da50855a7de5513fe21908036 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 06:47:46 +0000 Subject: [PATCH 0389/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkRed; } nav { - background: SkyBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From fd0ff76d370cc19bba1833d5a5d91eb7451cd97c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 07:32:46 +0000 Subject: [PATCH 0390/3211] KPT-22: Modals with SeaShell accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SeaShell; } nav { - background: DarkRed; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From d357fd79d446a6076ed7c1a18a4922c17a230f74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 10:32:57 +0000 Subject: [PATCH 0391/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkKhaki; } nav { - background: SeaShell; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 7e0dc776c5e577b13a248768671615a40fffe278 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 14:17:46 +0000 Subject: [PATCH 0392/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkOrchid; } nav { - background: DarkKhaki; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1e86f78e4d35d7ab5b87dee0f77f6c65f7862a2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 17:17:46 +0000 Subject: [PATCH 0393/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Moccasin; } nav { - background: DarkOrchid; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 80cebc92ba97de717c686af3f23381177dd72772 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 18:02:46 +0000 Subject: [PATCH 0394/3211] KPT-22: Modals with RoyalBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid RoyalBlue; } nav { - background: Moccasin; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 287c0fa4a019ed0b9abdc3eecc029380ec9be2fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Apr 2022 21:47:47 +0000 Subject: [PATCH 0395/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Tan; } nav { - background: RoyalBlue; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 14ac9bdd99f6f5f8f08a903ae360d21cf7c232a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 18:02:46 +0000 Subject: [PATCH 0396/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid DarkGray; } nav { - background: Tan; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 37ed145a44afca0521a931e0cce2948c0b7195ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 18:47:46 +0000 Subject: [PATCH 0397/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LavenderBlush; } nav { - background: DarkGray; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 7acc9b033c7c35aa1fb56caa6c1202b709a63832 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 20:17:46 +0000 Subject: [PATCH 0398/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid YellowGreen; } nav { - background: LavenderBlush; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From ae5e449b598af935fbcac0873d4a6aa0b5a2e1b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Apr 2022 21:02:46 +0000 Subject: [PATCH 0399/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid RoyalBlue; } nav { - background: YellowGreen; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 54312e17184d819595d0d6074c9800b56b9074f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 01:32:46 +0000 Subject: [PATCH 0400/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Purple; } nav { - background: RoyalBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 1b0778102ba127f8bbc1816d3239b35ebccf1f02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 09:47:47 +0000 Subject: [PATCH 0401/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid WhiteSmoke; } nav { - background: Purple; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From ffbd1c3513b291f8c8f47d93a805e49a9e11bbdc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 13:32:46 +0000 Subject: [PATCH 0402/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkGreen; } nav { - background: WhiteSmoke; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1015dd4c86eeca2a5f29f643d5aacbca9a6e843e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 14:17:46 +0000 Subject: [PATCH 0403/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightGreen; } nav { - background: DarkGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2fd6abd46a0d06fcae74c276a9a9e85d98f763cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 15:47:48 +0000 Subject: [PATCH 0404/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkGreen; } nav { - background: LightGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9e2a3fe552f169d305b5e04533d0d3f6be5a6522 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 18:47:46 +0000 Subject: [PATCH 0405/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Fuchsia; } nav { - background: DarkGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From a4da656b7843c0160e82c8864a111e9903b82437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 21:02:46 +0000 Subject: [PATCH 0406/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid MediumOrchid; } nav { - background: Fuchsia; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1adc94d01e32bc135ea5020a3252b8ce0636ec82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Apr 2022 23:17:45 +0000 Subject: [PATCH 0407/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Turquoise; } nav { - background: MediumOrchid; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From c7969ecf3ce66f21c431b280fac46c90f3056f2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 06:47:46 +0000 Subject: [PATCH 0408/3211] KPT-22: Modals with DarkOrchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkOrchid; } nav { - background: Turquoise; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 38e6eac4db5a3b2199cb72717f4c546e95a88d3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 09:47:46 +0000 Subject: [PATCH 0409/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LightSlateGray; } nav { - background: DarkOrchid; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6c989a55b2f0d64e09c8e96fc35e6bc17144eafb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 14:17:46 +0000 Subject: [PATCH 0410/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid LemonChiffon; } nav { - background: LightSlateGray; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 002351050ac1ce5283c39a70d9dff1e5463bee0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 15:02:46 +0000 Subject: [PATCH 0411/3211] KPT-22: Modals with HotPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid HotPink; } nav { - background: LemonChiffon; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From d3db55cc59e2574a29dee118c37f06c55ab7a1af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 19:32:45 +0000 Subject: [PATCH 0412/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid SteelBlue; } nav { - background: HotPink; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 715d2671425275e1b3e8c27be2564966705a8c80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Apr 2022 23:17:46 +0000 Subject: [PATCH 0413/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: SteelBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From a29a23aa8a34c3d31461b5f44584825d034a53b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 01:32:49 +0000 Subject: [PATCH 0414/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Tomato; } nav { - background: RebeccaPurple; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 0f231c071142a0341e4d78f25dc1806bfc1ea4ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 06:02:48 +0000 Subject: [PATCH 0415/3211] KPT-22: Modals with Chartreuse accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Chartreuse; } nav { - background: Tomato; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 4a54ae784ab224c350e157448970613e42e4d64f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 15:47:48 +0000 Subject: [PATCH 0416/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid RosyBrown; } nav { - background: Chartreuse; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 6196e2b97c020759bc6219f5b939e7a9b4c6f431 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 20:17:46 +0000 Subject: [PATCH 0417/3211] KPT-24: Update background color to DimGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DimGrey; } nav { - background: RosyBrown; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9f3904e16a309d4033647261b04db6552927628a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Apr 2022 21:47:45 +0000 Subject: [PATCH 0418/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Red; } nav { - background: DimGrey; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 56337d771b1fdff3a31505e61b5fe7212aaca74f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 01:32:46 +0000 Subject: [PATCH 0419/3211] KPT-24: Update background color to Aquamarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 49269105952891bc2ef30773fb1581a669dc5fbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 03:47:46 +0000 Subject: [PATCH 0420/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fcc95f85a0d5372fc5c59722b2117b15b7e506b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 05:17:45 +0000 Subject: [PATCH 0421/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkGreen; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 684380caa9851c5a42df911055c9b19dbd843583 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 06:47:45 +0000 Subject: [PATCH 0422/3211] KPT-24: Update background color to PaleGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid PaleGreen; } nav { - background: LightGoldenRodYellow; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From e0c34b6852a7ce4a1620006465ad0ceb0aed7536 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 09:02:45 +0000 Subject: [PATCH 0423/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkCyan; } nav { - background: PaleGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From d94869df5faec0b972ae8f1db831d06eada20725 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 15:02:46 +0000 Subject: [PATCH 0424/3211] KPT-22: Modals with Snow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Snow; } nav { - background: DarkCyan; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 1e8595c0736b6f56a10e38cc4f088edc102fac45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 18:02:46 +0000 Subject: [PATCH 0425/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Salmon; } nav { - background: Snow; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From d265d86790c4ac1878b25a762254db6eb210f9bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Apr 2022 19:32:45 +0000 Subject: [PATCH 0426/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightSteelBlue; } nav { - background: Salmon; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From f0ee908eb13fd19a7ff11b646b47a32c5bf0fce4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 00:02:45 +0000 Subject: [PATCH 0427/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Gainsboro; } nav { - background: LightSteelBlue; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 76ec50ff977b931c4b6ad3f6532c2eeba7642f1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 01:32:47 +0000 Subject: [PATCH 0428/3211] KPT-22: Modals with Beige accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Beige; } nav { - background: Gainsboro; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From b5c0e6c24460ab64dc5187f019ed6494a294c62d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 07:59:44 +0000 Subject: [PATCH 0429/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkMagenta; } nav { - background: Beige; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From fcbdfd973b2c8e937855e8cad3b31ab481732825 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 10:14:45 +0000 Subject: [PATCH 0430/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightBlue; } nav { - background: DarkMagenta; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 689c9209e755ae62bbb54873f26626a7ccf5319d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 18:29:45 +0000 Subject: [PATCH 0431/3211] KPT-24: Update background color to MediumAquaMarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 19d90706d369d46ce24684c7ebba3b1f90c00450 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Apr 2022 19:59:45 +0000 Subject: [PATCH 0432/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Lime; } nav { - background: MediumAquaMarine; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 2dd36f81f21fa9f9765202c6df3b1010cd6c91a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 01:14:44 +0000 Subject: [PATCH 0433/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid FireBrick; } nav { - background: Lime; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 6b0563a4e8e1121efa149f6148082071bada0e8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 04:59:44 +0000 Subject: [PATCH 0434/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Aqua; } nav { - background: FireBrick; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 2ee33fd6212e36396ed9e5d756ccda9670c5efe2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 05:44:44 +0000 Subject: [PATCH 0435/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DodgerBlue; } nav { - background: Aqua; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From c194f2d2b7af8a765e797c1ddfd32cecb526c8af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 10:14:55 +0000 Subject: [PATCH 0436/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 117ff0d49a6cc146fb886783f58d1d81d6433404 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 13:14:46 +0000 Subject: [PATCH 0437/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid SlateGray; } nav { - background: DeepPink; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From fa09717b25066ca67e636a50b31e6553ce9bedf7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 15:29:48 +0000 Subject: [PATCH 0438/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c9397f0fbdbdb179f6b8cc895c808d774c766858 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 17:44:51 +0000 Subject: [PATCH 0439/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LightYellow; } nav { - background: LightGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From e7cbd77221017aabc758c94bed4b23316e53e440 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 21:29:45 +0000 Subject: [PATCH 0440/3211] KPT-22: Modals with RosyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid RosyBrown; } nav { - background: LightYellow; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7d4e58fafcac325e88ad6b0d2479702f3b79c171 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Apr 2022 23:44:44 +0000 Subject: [PATCH 0441/3211] KPT-24: Update background color to Red --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Red; } nav { - background: RosyBrown; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 2b4fb1090e60265a3a4003c40f8fe673e3e56cf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 02:44:45 +0000 Subject: [PATCH 0442/3211] KPT-24: Update background color to LavenderBlush --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LavenderBlush; } nav { - background: Red; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From c8dbe80dc58022fff5f6b0f954b6c21ada116e1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 03:29:50 +0000 Subject: [PATCH 0443/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 07f926dbefe939b9b4ff065cdb66c6089c63df7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 04:14:45 +0000 Subject: [PATCH 0444/3211] KPT-24: Update background color to OrangeRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid OrangeRed; } nav { - background: PaleGoldenRod; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 26772e82718e156f970381e0dd42b50ecc86e4c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 07:14:45 +0000 Subject: [PATCH 0445/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MintCream; } nav { - background: OrangeRed; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From dbc3a1c56fce669c74d94a0264f6995c1a298bc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 07:59:45 +0000 Subject: [PATCH 0446/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid LavenderBlush; } nav { - background: MintCream; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 7bc17bbdbf13224785acba2e38378a7ef0a4298b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Apr 2022 19:14:44 +0000 Subject: [PATCH 0447/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightPink; } nav { - background: LavenderBlush; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From ddc879b517ba26abc5be4bfa4053851292c7b1ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 02:44:44 +0000 Subject: [PATCH 0448/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkTurquoise; } nav { - background: LightPink; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From fde302dd7026b608a6c0e5438bdf71488ad3f68b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 07:14:46 +0000 Subject: [PATCH 0449/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ace1a5be60148ceb057eb8a3e198c79fe6de39bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 10:14:46 +0000 Subject: [PATCH 0450/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid RoyalBlue; } nav { - background: Fuchsia; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From dcb2fc9cd985711d4e99a89e2d00977379b0e5d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 16:14:49 +0000 Subject: [PATCH 0451/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 872ed11bc5540b925a696305c493084a7c2d66a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 19:14:46 +0000 Subject: [PATCH 0452/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Blue; } nav { - background: Red; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 5632bf58d16473f648b9d9a64e69c8dd2823a5b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 19:59:46 +0000 Subject: [PATCH 0453/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 416ef69f64bc884f292d3ca7abcafb4e2941888a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 20:44:58 +0000 Subject: [PATCH 0454/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SandyBrown; } nav { - background: LightBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 600d5207bbf8826929f6e3bed4b87117c8c19298 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 21:29:46 +0000 Subject: [PATCH 0455/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Thistle; } nav { - background: SandyBrown; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 17807199b86feb52c2a16b5d3c1c2a9d43f71487 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 22:14:45 +0000 Subject: [PATCH 0456/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightGrey; } nav { - background: Thistle; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 52b81606150438d64bffd43c60da7b77fbf7bed2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Apr 2022 22:59:45 +0000 Subject: [PATCH 0457/3211] KPT-24: Update background color to White --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid White; } nav { - background: LightGrey; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 9e6fb745a25b9aa1e53f894cfd0c49f9fcc63e08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 03:29:45 +0000 Subject: [PATCH 0458/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Snow; } nav { - background: White; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From ee79a5db36f53eb468c2130f6e0b98157bea0a34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 04:14:47 +0000 Subject: [PATCH 0459/3211] KPT-24: Update background color to SteelBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid SteelBlue; } nav { - background: Snow; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From a5e59ec6bca5cdfc6e868e0c00192515b0c114a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 07:14:45 +0000 Subject: [PATCH 0460/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Azure; } nav { - background: SteelBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From e8d11f797d0e1daee4063cc5ed6d00fefb313cf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 09:29:46 +0000 Subject: [PATCH 0461/3211] KPT-24: Update background color to Red --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 12ff8f8801df413a17ecfb03936b6f6ac05e0168 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 10:59:46 +0000 Subject: [PATCH 0462/3211] KPT-24: Update background color to Salmon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Salmon; } nav { - background: Red; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From bdcc6dc03b4bc49bf89f4d1c3976d79afd861cb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 13:59:45 +0000 Subject: [PATCH 0463/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Orange; } nav { - background: Salmon; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From ed5dadcba159294e8e902bc002b78b50d07ed623 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 15:29:45 +0000 Subject: [PATCH 0464/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1a249750d566ff5310d735557fd9c7f683d2f096 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 16:14:44 +0000 Subject: [PATCH 0465/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightSlateGray; } nav { - background: Turquoise; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From dea76361d21539b55b217cb6a54580867a1fab23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 19:14:55 +0000 Subject: [PATCH 0466/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkKhaki; } nav { - background: LightSlateGray; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 9a96e6f75e484448ddde9ca2abe1d28013f45b0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 19:59:44 +0000 Subject: [PATCH 0467/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid SteelBlue; } nav { - background: DarkKhaki; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From d15a5f5a1996474ec2c516f9af5e738526a9d048 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 20:44:44 +0000 Subject: [PATCH 0468/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: SteelBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From ad02a66bd000ac47ee6e99a966411c28a2747ef8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Apr 2022 22:59:44 +0000 Subject: [PATCH 0469/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Purple; } nav { - background: MediumSlateBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From ad1386b3efe6cc84758e0b9da4357f9e9b3ee95f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 01:59:45 +0000 Subject: [PATCH 0470/3211] KPT-24: Update background color to HoneyDew --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid HoneyDew; } nav { - background: Purple; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 9b0a8a56de9fd82d00f0686896e868d828206cfb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 02:44:44 +0000 Subject: [PATCH 0471/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DarkOrchid; } nav { - background: HoneyDew; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From b55cfa498f5f4e71012c17526f0aa8532103c77b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 04:59:44 +0000 Subject: [PATCH 0472/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid MistyRose; } nav { - background: DarkOrchid; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 8ae58b572acb3a263e89f0fb64ceb48b76d98ec9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 07:14:45 +0000 Subject: [PATCH 0473/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Linen; } nav { - background: MistyRose; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From b4278b0fc6d40981d81f9c84ea2d296c5d50de92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 09:29:45 +0000 Subject: [PATCH 0474/3211] KPT-24: Update background color to DarkViolet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkViolet; } nav { - background: Linen; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From fa8762cd322fee0d3d2e22354cfb5aa4f637fa37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 10:14:45 +0000 Subject: [PATCH 0475/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid BlueViolet; } nav { - background: DarkViolet; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 4c92232901d9de0595a8b316a4fa987c1a4c8460 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 11:44:45 +0000 Subject: [PATCH 0476/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Coral; } nav { - background: BlueViolet; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 8ba740eb037c01eb0659a22d365a82069baa6e52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 13:14:44 +0000 Subject: [PATCH 0477/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid RosyBrown; } nav { - background: Coral; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From b2a9ff7012a7fe07bf039db9359677c8f08620a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 15:52:33 +0000 Subject: [PATCH 0478/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid MediumSlateBlue; } nav { - background: RosyBrown; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5511194db18fd8ab39c0fd9daf2e494cf97c1929 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 18:07:32 +0000 Subject: [PATCH 0479/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Indigo; } nav { - background: MediumSlateBlue; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 2d42957ee3d062324042f1e26e038c575219b2f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 18:52:32 +0000 Subject: [PATCH 0480/3211] KPT-22: Modals with LightSalmon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LightSalmon; } nav { - background: Indigo; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From b65178978868111825000f6b77e0054d62bc3db7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 19:37:32 +0000 Subject: [PATCH 0481/3211] KPT-24: Update background color to LightCoral --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid LightCoral; } nav { - background: LightSalmon; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 1644c135c1eacea645158ba419b579f8db017707 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 20:22:33 +0000 Subject: [PATCH 0482/3211] KPT-24: Update background color to Plum --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Plum; } nav { - background: LightCoral; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From c695ee6d28b61d8dfb80e73d6ee7e3eb117257e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 21:07:32 +0000 Subject: [PATCH 0483/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Navy; } nav { - background: Plum; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 6d1894ba154123814222290e20c7407bba18bc54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Apr 2022 23:22:32 +0000 Subject: [PATCH 0484/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid GoldenRod; } nav { - background: Navy; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 5f6e7eacee2661eda491ac02ebafa01677514f89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 03:07:32 +0000 Subject: [PATCH 0485/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Grey; } nav { - background: GoldenRod; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 910fd9aa5ac556bdef66da3c09be1a02b58e284c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 05:22:46 +0000 Subject: [PATCH 0486/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e2ba033a76abea31c772ff03f47e63b15be7b281 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 06:07:33 +0000 Subject: [PATCH 0487/3211] KPT-22: Modals with DarkMagenta accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 124ba06eb804e521d2e870dd7fc343000181d2d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 07:37:32 +0000 Subject: [PATCH 0488/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid PaleGreen; } nav { - background: DarkMagenta; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 735a7b847e2db8d88f6b25c3b193838371f83c1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 11:22:33 +0000 Subject: [PATCH 0489/3211] KPT-22: Modals with OrangeRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid OrangeRed; } nav { - background: PaleGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 7d32cab1de322850891b09595dd1962fe18eb472 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Apr 2022 17:22:33 +0000 Subject: [PATCH 0490/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid DimGray; } nav { - background: OrangeRed; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 9ebd8a0a7c16c123838abdaa08b2958ea4cd0140 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 01:37:33 +0000 Subject: [PATCH 0491/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Gray; } nav { - background: DimGray; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 35cc34140dac857d8495feb7d3bd7dcc6698a8e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 06:07:34 +0000 Subject: [PATCH 0492/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a8596f2ca51e6b4d7384bc2205bbbe2605c2047a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 06:52:34 +0000 Subject: [PATCH 0493/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkSlateGray; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 6693137b8833b32b4a418df8f6ab2201a1dab801 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 07:37:34 +0000 Subject: [PATCH 0494/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MintCream; } nav { - background: AntiqueWhite; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 9b307c4f80e74b9ae36ab4fbb12ae5b9237dd42d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 10:37:32 +0000 Subject: [PATCH 0495/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Orange; } nav { - background: MintCream; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From b51c9c9d6c97e5b185272e4f5f67112193254a2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 16:37:34 +0000 Subject: [PATCH 0496/3211] KPT-24: Update background color to LavenderBlush --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid LavenderBlush; } nav { - background: Orange; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 8d1aa9db434fadf009f40627693fee5899a215be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 18:52:33 +0000 Subject: [PATCH 0497/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid SlateBlue; } nav { - background: LavenderBlush; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 61a89a09e938b1e68c97c38c13f9e3ed28c4b813 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 19:37:33 +0000 Subject: [PATCH 0498/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Grey; } nav { - background: SlateBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From e543280868d4e2cf9390b3dbf9aa317948206df7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Apr 2022 21:07:32 +0000 Subject: [PATCH 0499/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Beige; } nav { - background: Grey; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From ecea683d93ff671fcd04e13b446e640a8d4d78fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 03:52:33 +0000 Subject: [PATCH 0500/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkOliveGreen; } nav { - background: Beige; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 532f6398f921aea47ee1adeb92c576c3d2b37029 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 05:22:34 +0000 Subject: [PATCH 0501/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Wheat; } nav { - background: DarkOliveGreen; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 86ffc2a1211a6aca878c78cce839e9ea8b94e8fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 08:22:32 +0000 Subject: [PATCH 0502/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid RebeccaPurple; } nav { - background: Wheat; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 097d61adeb12d395f43800f000ad710dae79cc09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 09:52:32 +0000 Subject: [PATCH 0503/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid SlateBlue; } nav { - background: RebeccaPurple; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2ffe21c77833209f42233b242d89049fe7be39fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 16:37:32 +0000 Subject: [PATCH 0504/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Plum; } nav { - background: SlateBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 7a60c6b315035b2c0b3a803b3f9abb505a87f345 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 18:52:33 +0000 Subject: [PATCH 0505/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Snow; } nav { - background: Plum; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From efafadae645ad43202483c2e9bce5c1f94bbdb05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Apr 2022 20:22:33 +0000 Subject: [PATCH 0506/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Tan; } nav { - background: Snow; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From ec8f1fc87801391921b699c14713a78e2b108ddf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 00:07:32 +0000 Subject: [PATCH 0507/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f7fa16f3e3f06aa09ae88ccbb9d9d023e70c850c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 04:37:32 +0000 Subject: [PATCH 0508/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Ivory; } nav { - background: DarkSalmon; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From c3327dece5895778b667602056575572e70f6c9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 05:22:32 +0000 Subject: [PATCH 0509/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid LightCyan; } nav { - background: Ivory; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 3b52f6b4665d0050e5812e8a97363d7e85f90f15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 09:52:32 +0000 Subject: [PATCH 0510/3211] KPT-22: Modals with MediumVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid MediumVioletRed; } nav { - background: LightCyan; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 02ac72316acae26d16feedc7e77aed1344b093a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Apr 2022 22:37:32 +0000 Subject: [PATCH 0511/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Blue; } nav { - background: MediumVioletRed; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 3e3c3fd3726d27b6709d8796adcd29ab027b9744 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 00:52:32 +0000 Subject: [PATCH 0512/3211] KPT-24: Update background color to OldLace --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid OldLace; } nav { - background: Blue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From a35078d68070bfc2da340b17894a190c48c88ae1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 05:22:32 +0000 Subject: [PATCH 0513/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Gold; } nav { - background: OldLace; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From db2cd90f2ad401e4babe64e27d6fde569d6da720 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 06:52:33 +0000 Subject: [PATCH 0514/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Tan; } nav { - background: Gold; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From eece044d8d5a0114214ad1b15f601b6ff50c5d4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 08:22:33 +0000 Subject: [PATCH 0515/3211] KPT-22: Modals with DarkMagenta accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid DarkMagenta; } nav { - background: Tan; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From d6f086c19c28b99d7e4bc19a2fa2dc6eed4f3911 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 09:07:32 +0000 Subject: [PATCH 0516/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Ivory; } nav { - background: DarkMagenta; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From e20eec5561233bf51366d258d02cbac3fabfccb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 10:37:33 +0000 Subject: [PATCH 0517/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Grey; } nav { - background: Ivory; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From fe9556f00005a4eb265bfa15cfdb92d63ed7a100 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 11:22:44 +0000 Subject: [PATCH 0518/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Yellow; } nav { - background: Grey; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c3cd4af9fbc16810ea436b5595cd7264159a875e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 13:37:32 +0000 Subject: [PATCH 0519/3211] KPT-22: Modals with Violet accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Violet; } nav { - background: Yellow; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From ba50a063f0d7e4a2d54d0e83bab28e65ae7f2f3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 15:52:32 +0000 Subject: [PATCH 0520/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DarkOrange; } nav { - background: Violet; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 7e02011c564c2e88b292c8b91cb75962219f1e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 16:37:32 +0000 Subject: [PATCH 0521/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid OldLace; } nav { - background: DarkOrange; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 486b54ac173a8d1a53058caf149f4e4db5ea57e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 18:07:32 +0000 Subject: [PATCH 0522/3211] KPT-22: Modals with LightGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid LightGreen; } nav { - background: OldLace; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7809c3113672c80d9de07939e95114dc9bd3f1e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 21:52:32 +0000 Subject: [PATCH 0523/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid SeaShell; } nav { - background: LightGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From deb7732deda0a29270028aee3589cefbd88c96fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Apr 2022 22:37:33 +0000 Subject: [PATCH 0524/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 16d90d91aaac223950ad4c6e6b6bb034638ffb75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 04:37:33 +0000 Subject: [PATCH 0525/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Maroon; } nav { - background: Pink; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 56e63d6875d8eb632776bed6ab77857e7ea8d637 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 06:07:32 +0000 Subject: [PATCH 0526/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Wheat; } nav { - background: Maroon; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 5b9fd941b6824d1c20699d87688756079e7b4b53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 12:52:33 +0000 Subject: [PATCH 0527/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Gold; } nav { - background: Wheat; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 667a9ba7807d0209ef617b5587d5d5aa4ce4de50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 14:22:33 +0000 Subject: [PATCH 0528/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Orange; } nav { - background: Gold; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 56190f215b8585e05af1d8d6e58b4aabc6d73d77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 16:37:33 +0000 Subject: [PATCH 0529/3211] KPT-24: Update background color to DarkGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkGray; } nav { - background: Orange; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 56b17b0ee0ecc4b7a88fbec024f55d84f92ef2ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Apr 2022 18:07:32 +0000 Subject: [PATCH 0530/3211] KPT-22: Modals with LightGoldenRodYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkGray; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3bae173e3873b5881ddb579230140461cae1f4ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 00:07:33 +0000 Subject: [PATCH 0531/3211] KPT-24: Update background color to DimGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DimGray; } nav { - background: LightGoldenRodYellow; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From bf55014eb65c9b1b32d82c55fad27b5cd20e1f0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 01:37:32 +0000 Subject: [PATCH 0532/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid MediumPurple; } nav { - background: DimGray; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 2f295d73fd78894db5b65c511fc13e41b87c795a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 06:52:33 +0000 Subject: [PATCH 0533/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkSalmon; } nav { - background: MediumPurple; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 0dd2b854fcc3695d9263011b8c9fa0c7368148c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 08:22:32 +0000 Subject: [PATCH 0534/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightCoral; } nav { - background: DarkSalmon; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 26acec47e7871176e7d074a6bc3733aa022fcf74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 09:52:32 +0000 Subject: [PATCH 0535/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightCyan; } nav { - background: LightCoral; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From fa4ef26d54a0d4be008f7e0c1915f5616cd9ee9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 10:37:32 +0000 Subject: [PATCH 0536/3211] KPT-22: Modals with LightGoldenRodYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LightCyan; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From c8497bddbb1b7ecbcc82743a0bb9ae358db65699 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 13:37:33 +0000 Subject: [PATCH 0537/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightGrey; } nav { - background: LightGoldenRodYellow; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9f3dbd4947333f56f0c6169b5cb0fd2676c4bf18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Apr 2022 16:37:33 +0000 Subject: [PATCH 0538/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SeaGreen; } nav { - background: LightGrey; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 59fb413f2daffe25f4e416590ddd1bfc485687b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 04:37:33 +0000 Subject: [PATCH 0539/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 db860643674e86c5c6befed30322a186a8b5ae31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 09:52:34 +0000 Subject: [PATCH 0540/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkSlateBlue; } nav { - background: CadetBlue; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 78199887d6df43c9c530c67cd83010cefc0b4ca2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 12:52:32 +0000 Subject: [PATCH 0541/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkSlateBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 8ede50a1991d49c524b78a2d9479f469929fb56a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 15:07:32 +0000 Subject: [PATCH 0542/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid GoldenRod; } nav { - background: BlanchedAlmond; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 41b97f29dbb3f6e68ae8409d17ee2ba9fdf93ee9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Apr 2022 19:19:43 +0000 Subject: [PATCH 0543/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid DarkMagenta; } nav { - background: GoldenRod; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From edce69f5731d700d84bb38959c906cc41bb56efc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 05:49:42 +0000 Subject: [PATCH 0544/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Orange; } nav { - background: DarkMagenta; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 41b16b973550722c9c0222f897ccce7b1b8ea8bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 06:34:42 +0000 Subject: [PATCH 0545/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid PeachPuff; } nav { - background: Orange; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 78b66041cb1d18a3b49b5f06939a619f00747479 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 09:34:42 +0000 Subject: [PATCH 0546/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkSeaGreen; } nav { - background: PeachPuff; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b0e9cc0b689f3266bda4fd15b8ed225439806a45 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 11:04:43 +0000 Subject: [PATCH 0547/3211] KPT-24: Update background color to OrangeRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 793d4939a9918d194e6b4a67b6358247a540636c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 11:49:42 +0000 Subject: [PATCH 0548/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Violet; } nav { - background: OrangeRed; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 8d30eeaafe497f46b0cf1d30a76cce7804ebb24f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 12:34:43 +0000 Subject: [PATCH 0549/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Grey; } nav { - background: Violet; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 52ed616b5f4e062a6b23eebfccb3b0313364a993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 13:19:42 +0000 Subject: [PATCH 0550/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 68a7377b80020b0721e7119a4c527caea76ac493 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 15:34:42 +0000 Subject: [PATCH 0551/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid DarkBlue; } nav { - background: LightSkyBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 22b6ae21e2462e64413833b70a63798c631abc35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 17:49:43 +0000 Subject: [PATCH 0552/3211] KPT-24: Update background color to LightSkyBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 67b35eb2c0dca0b33dd02ef905f9323f7e4dcfe0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 20:04:43 +0000 Subject: [PATCH 0553/3211] KPT-24: Update background color to Cyan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Cyan; } nav { - background: LightSkyBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From e7d2c0a02a3ca485cbd0cd7fbf2cb92ecb7c1e64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Apr 2022 20:49:42 +0000 Subject: [PATCH 0554/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid WhiteSmoke; } nav { - background: Cyan; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 1f9e3da8680149fe77812af7c05f6349a35453fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 00:34:43 +0000 Subject: [PATCH 0555/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: WhiteSmoke; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3bf5fef1e834eb808fbf5bdb0d74d040951b657e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 02:04:43 +0000 Subject: [PATCH 0556/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Olive; } nav { - background: LightGoldenRodYellow; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From cbad3448b2e131e5ab58badb9109c681a34becfc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 04:19:42 +0000 Subject: [PATCH 0557/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightYellow; } nav { - background: Olive; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3ad020ae1f6af09d65e29ccb02dade5e5da7d11b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 05:04:42 +0000 Subject: [PATCH 0558/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d9ba2d6cc700a5e27dcea130333a94793c94cea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 09:34:42 +0000 Subject: [PATCH 0559/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkViolet; } nav { - background: Brown; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 17ece66443b7abb11bbefc7dcbb447b1f9a76519 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 10:19:42 +0000 Subject: [PATCH 0560/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Linen; } nav { - background: DarkViolet; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From e692dbae8250576320b66da3175a3b32fa71c4ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 18:41:07 +0000 Subject: [PATCH 0561/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Lime; } nav { - background: Linen; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 19497d5e1ff1340500d6bf2435af3725b200ea2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Apr 2022 20:04:43 +0000 Subject: [PATCH 0562/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid MediumOrchid; } nav { - background: Lime; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d096b62cdba3ac39f64ea1c2006312ce563ef5f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 04:32:12 +0000 Subject: [PATCH 0563/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Snow; } nav { - background: MediumOrchid; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 5e90441718abd0500926058d6c9e8543f7a69094 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 06:02:12 +0000 Subject: [PATCH 0564/3211] KPT-24: Update background color to Violet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Violet; } nav { - background: Snow; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 037ebd5c869141777645ad5cd713a38d8953bef3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 06:47:12 +0000 Subject: [PATCH 0565/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MistyRose; } nav { - background: Violet; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From c6ca4469dbf2440da233845d6307b155c272ed05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 10:32:12 +0000 Subject: [PATCH 0566/3211] KPT-22: Modals with HoneyDew accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid HoneyDew; } nav { - background: MistyRose; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From eea8ab1beb4baeff277637fd9479091921c65bc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Apr 2022 19:32:13 +0000 Subject: [PATCH 0567/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid MediumAquaMarine; } nav { - background: HoneyDew; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 422dae1e7a237bd5b51f737fc5d58a41b62a5152 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 00:02:12 +0000 Subject: [PATCH 0568/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Gold; } nav { - background: MediumAquaMarine; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From ba27dceb5bd25c7eec70fa32b5e472e6c2f8120d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 02:17:12 +0000 Subject: [PATCH 0569/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid SlateGrey; } nav { - background: Gold; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9cf3b23a9688c63c782005dc4c7f88f23caee8b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 04:32:12 +0000 Subject: [PATCH 0570/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid OrangeRed; } nav { - background: SlateGrey; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 01f250327bad3bb25b62a1458c4973c32d0b050c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 06:02:13 +0000 Subject: [PATCH 0571/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Snow; } nav { - background: OrangeRed; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 20412c7725e7e998f68de64d6a413bf42fde4d0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 06:47:13 +0000 Subject: [PATCH 0572/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid SeaGreen; } nav { - background: Snow; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 604f055c4d02d4b7c108e7307bd360cb8427a04b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 07:32:13 +0000 Subject: [PATCH 0573/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 308f529607d0712005c6fc0bb886d33b8bfed4f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 09:02:12 +0000 Subject: [PATCH 0574/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Salmon; } nav { - background: LightGreen; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 5ba29dbf490a0bbacc4317a6aec4fad8f3f5e185 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 10:32:13 +0000 Subject: [PATCH 0575/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid LightSlateGrey; } nav { - background: Salmon; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ee604ebd4c8ab44012374a12b83a936439d8fc2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 18:02:13 +0000 Subject: [PATCH 0576/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Thistle; } nav { - background: LightSlateGrey; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 20c90d7552b9532505b1114cfc28119df2d419c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 20:17:13 +0000 Subject: [PATCH 0577/3211] KPT-24: Update background color to RosyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0b5ec9563e9b2552e6c6c8d2ba831cb4e76bd120 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 21:02:12 +0000 Subject: [PATCH 0578/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightCoral; } nav { - background: RosyBrown; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From cd99a57b2b29daada6107e3f3b50cdc215d44ab6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 21:47:13 +0000 Subject: [PATCH 0579/3211] KPT-22: Modals with PaleVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid PaleVioletRed; } nav { - background: LightCoral; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From b60a57f45f65dd15c267280c29ea9ac2db05f47b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 May 2022 23:17:12 +0000 Subject: [PATCH 0580/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MediumSpringGreen; } nav { - background: PaleVioletRed; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 575976e64b40e2a977fbe030370f1c23390c56ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 03:02:13 +0000 Subject: [PATCH 0581/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Bisque; } nav { - background: MediumSpringGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From c5c2925e9af3835a67dbdfc331ee5db5c3a99c67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 08:17:13 +0000 Subject: [PATCH 0582/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f3809cd03ff764752d164abb3a3c8e57eadef4da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 09:02:13 +0000 Subject: [PATCH 0583/3211] KPT-22: Modals with OliveDrab accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid OliveDrab; } nav { - background: RebeccaPurple; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From a49be46486db1d1939fc384e5a11ccd67f3fcceb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 09:47:12 +0000 Subject: [PATCH 0584/3211] KPT-24: Update background color to MediumAquaMarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid MediumAquaMarine; } nav { - background: OliveDrab; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 6f5ec782beb3ab7765b349495e28499f29d9bdc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 15:02:14 +0000 Subject: [PATCH 0585/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumAquaMarine; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0092eefd42998bcbf18a400769f2238ae2431f4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 18:02:13 +0000 Subject: [PATCH 0586/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Beige; } nav { - background: WhiteSmoke; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 2cc2a158a0575a71f554e19b9246abf664aa8651 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 May 2022 22:32:12 +0000 Subject: [PATCH 0587/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Cornsilk; } nav { - background: Beige; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 329d3ee1f3222f3fa1f1453ba89d9f1481500008 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 00:47:12 +0000 Subject: [PATCH 0588/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0b9814a21918b85e3900036d258c3b8f35d522c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 04:32:12 +0000 Subject: [PATCH 0589/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkTurquoise; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 92fad5b0f5da98b4017c8affdaee190bb62ff548 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 06:02:13 +0000 Subject: [PATCH 0590/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkGrey; } nav { - background: WhiteSmoke; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 10626af5c74194cfd2786f3193fa5e9f28a296ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 06:47:12 +0000 Subject: [PATCH 0591/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Tan; } nav { - background: DarkGrey; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From bb25553e9df3f506d8e14e892320e187b1739db7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 09:02:13 +0000 Subject: [PATCH 0592/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid BlanchedAlmond; } nav { - background: Tan; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 8fb0cded5d1b2ecca7952c82241a37e48dd30076 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 12:47:13 +0000 Subject: [PATCH 0593/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DarkSlateGray; } nav { - background: BlanchedAlmond; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From b03fef4901fa3b3f5af1d2d6142cf55543140920 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 13:32:12 +0000 Subject: [PATCH 0594/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkSlateGray; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c50bf71be1b6dfdb65a7baf0e4529dee6465a9d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 May 2022 20:17:13 +0000 Subject: [PATCH 0595/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b059c334e224bae95c542908e4678ae9b1a3d0f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 07:32:12 +0000 Subject: [PATCH 0596/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Orange; } nav { - background: Orchid; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From cf5aa3a107fb6ed27dd239c8f470ec7d3fb16ac1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 09:47:12 +0000 Subject: [PATCH 0597/3211] KPT-24: Update background color to FloralWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid FloralWhite; } nav { - background: Orange; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 46c4d1801ae64b43d651c437120e9d795fea06b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 10:32:12 +0000 Subject: [PATCH 0598/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Salmon; } nav { - background: FloralWhite; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 2f7eb7c6e86183d16eafe4eaa2d7cbe74d09b338 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 12:47:13 +0000 Subject: [PATCH 0599/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkSlateBlue; } nav { - background: Salmon; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 65cfbe874958acdb0146011da17402c821fd6ce4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 16:32:12 +0000 Subject: [PATCH 0600/3211] KPT-22: Modals with LavenderBlush accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid LavenderBlush; } nav { - background: DarkSlateBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 39b963d16d6bdcffc83a1140f7daf71f6619bb18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 17:17:12 +0000 Subject: [PATCH 0601/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Cyan; } nav { - background: LavenderBlush; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 5c6dd4cd4cfe958bc6589c3e992c12df8f7ec506 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 19:32:12 +0000 Subject: [PATCH 0602/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkCyan; } nav { - background: Cyan; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 174e8cf6b2908db96abe71f00f426a23a4834226 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 20:17:12 +0000 Subject: [PATCH 0603/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkCyan; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ad20eb1edb9f321b576fd1a02972475fcef8ad44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 21:02:12 +0000 Subject: [PATCH 0604/3211] KPT-24: Update background color to FireBrick --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid FireBrick; } nav { - background: MediumSeaGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 1965074636cc22946987a918026dc8b22f11b29b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 22:32:12 +0000 Subject: [PATCH 0605/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid White; } nav { - background: FireBrick; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From eaa3ba1a18baa5fc68d523cdb100e57a4862c81c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 May 2022 23:17:13 +0000 Subject: [PATCH 0606/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid MediumOrchid; } nav { - background: White; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From f9b0961f1a510877553eb2c54cb88438180b78fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 01:32:13 +0000 Subject: [PATCH 0607/3211] KPT-22: Modals with Linen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Linen; } nav { - background: MediumOrchid; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 2a68e8ca8eb2450672acd2dfd448205d870de81e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 06:02:12 +0000 Subject: [PATCH 0608/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkKhaki; } nav { - background: Linen; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 4211e2453fe765c718e70c2d1d89e06145d03445 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 18:47:12 +0000 Subject: [PATCH 0609/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 56fe7e8ccf1f2fad7b6d15974487a1ded5ab3e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 May 2022 19:32:12 +0000 Subject: [PATCH 0610/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LightSalmon; } nav { - background: MediumOrchid; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3643e81d5e5cfdf03645bb3d234306a2a481045a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 02:17:14 +0000 Subject: [PATCH 0611/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Linen; } nav { - background: LightSalmon; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 148c8a50673a32c6879aa09bbe3c26958e7e7997 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 06:02:12 +0000 Subject: [PATCH 0612/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4447d57d96f22a47600d1352bcaa49ec8bac709d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 10:32:13 +0000 Subject: [PATCH 0613/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Yellow; } nav { - background: Green; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From f7fcf073d34ff18fa2576568ba8c4fa93868798b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 12:02:13 +0000 Subject: [PATCH 0614/3211] KPT-22: Modals with PaleGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid PaleGreen; } nav { - background: Yellow; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 484f05e24b1b350abe84a07637c0fccaffa7b467 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 12:47:13 +0000 Subject: [PATCH 0615/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Gainsboro; } nav { - background: PaleGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 17b9ee0a3c8bf3ed0e5a7181c2c74a833edce258 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 18:02:12 +0000 Subject: [PATCH 0616/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Cyan; } nav { - background: Gainsboro; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From bb21157336b18e5fbf4d2a6cc2fc8989fd6b2e3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 May 2022 20:17:13 +0000 Subject: [PATCH 0617/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid AliceBlue; } nav { - background: Cyan; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From f7292cd9c46689f28d30cef0673ddfacab9eaf6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 04:32:13 +0000 Subject: [PATCH 0618/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Khaki; } nav { - background: AliceBlue; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 20b8fde4e195dc2ecf85abce30ff118e6cd24d25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 06:47:13 +0000 Subject: [PATCH 0619/3211] KPT-24: Update background color to Aquamarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Aquamarine; } nav { - background: Khaki; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From d58718553498e2e23ff309b041a45466329fa6c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 07:32:12 +0000 Subject: [PATCH 0620/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Tomato; } nav { - background: Aquamarine; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From c6341f4da960ccddf3ce67c93a6189713e0ae04c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 09:47:12 +0000 Subject: [PATCH 0621/3211] KPT-22: Modals with MediumSpringGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumSpringGreen; } nav { - background: Tomato; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From b33bcd93510d1a053e565082dfe4116ac152ee2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 13:32:12 +0000 Subject: [PATCH 0622/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Thistle; } nav { - background: MediumSpringGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From fb09371fa04fb503f84481f183cade2f7e1e0046 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 15:02:12 +0000 Subject: [PATCH 0623/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Sienna; } nav { - background: Thistle; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 74a1b150434b18199bf19e7e9b52e622a4113d96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 16:32:12 +0000 Subject: [PATCH 0624/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 25423ba552fa066e63a8d1ca1d16f86a13937289 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 20:17:12 +0000 Subject: [PATCH 0625/3211] KPT-24: Update background color to YellowGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid YellowGreen; } nav { - background: Navy; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 445ef7960b95f96a18da705309a8c307f20b2443 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 21:02:13 +0000 Subject: [PATCH 0626/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid AliceBlue; } nav { - background: YellowGreen; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7ab14476d465486fe767cf183da8f04cd4cbb7d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 May 2022 23:17:13 +0000 Subject: [PATCH 0627/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid PeachPuff; } nav { - background: AliceBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From a95a3cbfe92fa6a15bdcad8feb88b57e68c59c48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 00:02:12 +0000 Subject: [PATCH 0628/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1ebdf56d0e259ee4a5c84397286a43e4d9cc0520 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 02:17:12 +0000 Subject: [PATCH 0629/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 751b90d87949e152403a0e5bca6bc19d02fbe983 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 03:47:12 +0000 Subject: [PATCH 0630/3211] KPT-24: Update background color to DarkGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkGray; } nav { - background: Brown; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From c2281f1c83dda361c6176bc3db16e253cf45435d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 11:17:12 +0000 Subject: [PATCH 0631/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkGray; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 30a021903cf6db4cf01a210b1c574566c050f5db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 13:32:13 +0000 Subject: [PATCH 0632/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 99458aca758872e56933ee773292afb980d56af3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 17:17:12 +0000 Subject: [PATCH 0633/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkRed; } nav { - background: GhostWhite; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 4dbff32ba6b28bb67c38c01e96a8d10234e29f61 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 May 2022 23:17:12 +0000 Subject: [PATCH 0634/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid HotPink; } nav { - background: DarkRed; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From ea0c82996f9d3f5b531cad3e33fca2eccccf314a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 04:32:12 +0000 Subject: [PATCH 0635/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid PeachPuff; } nav { - background: HotPink; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 01b93cf53e90f74ce389466ffa59c6292ac6c1cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 07:32:12 +0000 Subject: [PATCH 0636/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DodgerBlue; } nav { - background: PeachPuff; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6db0fcf7fdca322985bd8a1d12dea3c0a75c873d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 08:17:13 +0000 Subject: [PATCH 0637/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkGrey; } nav { - background: DodgerBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 722bce7ebc73dd5375f757297816ed65258eeb87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 11:17:12 +0000 Subject: [PATCH 0638/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkGrey; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 14a8cc103945b52f587deeea15744cb1d1adf590 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 14:17:12 +0000 Subject: [PATCH 0639/3211] KPT-24: Update background color to BlueViolet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 47de903be4f0c5ccc5102f24bc3ccc7183cb5ca7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 17:17:13 +0000 Subject: [PATCH 0640/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c3e963d43a37696e2ef5e96400a91970a470e4c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 May 2022 19:32:12 +0000 Subject: [PATCH 0641/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c14bc6f39cd658e172f7da38c8e34dc97aa1026a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 05:17:12 +0000 Subject: [PATCH 0642/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid MintCream; } nav { - background: Gray; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 778809e019cc89de420029a2f0eea977f67a317c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 06:47:12 +0000 Subject: [PATCH 0643/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3b58d73ac346df29ad6f66931f13f5428da939ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 09:47:13 +0000 Subject: [PATCH 0644/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SpringGreen; } nav { - background: DodgerBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 603207b8f2c6ee07d1ebe323cb40367f37985a73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 11:17:12 +0000 Subject: [PATCH 0645/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid PapayaWhip; } nav { - background: SpringGreen; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From b146037f035a6d15f15b9bc386c275c11245506e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 12:02:12 +0000 Subject: [PATCH 0646/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid White; } nav { - background: PapayaWhip; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From e0a6e57341d0930c5778582670a75317b393bd7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 13:32:12 +0000 Subject: [PATCH 0647/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkSalmon; } nav { - background: White; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 83740c02dc76f05e472e700d2f8bd35192af589e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 May 2022 14:17:13 +0000 Subject: [PATCH 0648/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 03fcec9aafc68e1dc5ae23f92d798b00110b9327 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 00:47:13 +0000 Subject: [PATCH 0649/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 23a9dcbac3e5c4f9722587da5ce7d9317579e868 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 01:32:13 +0000 Subject: [PATCH 0650/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Black; } nav { - background: LimeGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From ff92353d1b0ba78d2225f0810a365de3415a555e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 02:17:12 +0000 Subject: [PATCH 0651/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid CornflowerBlue; } nav { - background: Black; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From e02f439f7e07ef619e9f354cbb7ec6947f9636a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 09:47:12 +0000 Subject: [PATCH 0652/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Fuchsia; } nav { - background: CornflowerBlue; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 68301fe4d0853a441046d2af43cc04de79e71f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 10:32:12 +0000 Subject: [PATCH 0653/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid MediumSlateBlue; } nav { - background: Fuchsia; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f4ed2f360dcaa8ab667e338db28d57ae37ce31d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 12:24:59 +0000 Subject: [PATCH 0654/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid DarkOrchid; } nav { - background: MediumSlateBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1c9f0d1dd60724abe695775afde6730b3afa0a25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 13:32:13 +0000 Subject: [PATCH 0655/3211] KPT-24: Update background color to PaleVioletRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6db2f578c41936ef943738c0eee1efbe9f377fc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 14:17:12 +0000 Subject: [PATCH 0656/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightCyan; } nav { - background: PaleVioletRed; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 716b90502a6a47cf07e8e6652c13c74b5f793370 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 18:02:14 +0000 Subject: [PATCH 0657/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Green; } nav { - background: LightCyan; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From d2a520990a14ee4a1cf8f1a2913b11fbf461248b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 18:47:12 +0000 Subject: [PATCH 0658/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Grey; } nav { - background: Green; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 30124a5ecc49d711162147008e0990c3ce94d479 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 May 2022 23:17:13 +0000 Subject: [PATCH 0659/3211] KPT-24: Update background color to GreenYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid GreenYellow; } nav { - background: Grey; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 46e6b2a9de5e86acc03f4e3770ea313ccd8c5a92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 05:17:13 +0000 Subject: [PATCH 0660/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LawnGreen; } nav { - background: GreenYellow; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 36d94a810f94270300fec62457b9c3f8cfbb9beb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 06:47:12 +0000 Subject: [PATCH 0661/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Maroon; } nav { - background: LawnGreen; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 4000aedba0eaca53d076d3c3b9a940c8c2f7c869 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 10:32:13 +0000 Subject: [PATCH 0662/3211] KPT-24: Update background color to SeaShell --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid SeaShell; } nav { - background: Maroon; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From c1c0d4b4416cef4f2679328d90cb341af43594d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 18:47:12 +0000 Subject: [PATCH 0663/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid HoneyDew; } nav { - background: SeaShell; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 2ebb997311b884479fb394601e348d9d6c055da8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 20:17:13 +0000 Subject: [PATCH 0664/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid PaleGoldenRod; } nav { - background: HoneyDew; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 72e83586610cadc57f69288e043ccae38115e56e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 May 2022 23:17:13 +0000 Subject: [PATCH 0665/3211] KPT-24: Update background color to LightYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LightYellow; } nav { - background: PaleGoldenRod; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 0128aa814acb9a53b5573add1ecafdf5ede1390b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 00:02:14 +0000 Subject: [PATCH 0666/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid RebeccaPurple; } nav { - background: LightYellow; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 457cf47e1a713637ef362dec49d6bea1ea142acb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 03:02:12 +0000 Subject: [PATCH 0667/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Olive; } nav { - background: RebeccaPurple; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From e9035017497b86f4406a33460ba2425586ae2a18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 03:47:13 +0000 Subject: [PATCH 0668/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid GhostWhite; } nav { - background: Olive; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 45433c347af1c1c2daf0c69006fa77229eba51a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 10:32:13 +0000 Subject: [PATCH 0669/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: GhostWhite; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From fe768f8209b864da9a61661233d5063aa51214b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 14:17:13 +0000 Subject: [PATCH 0670/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Red; } nav { - background: LightGoldenRodYellow; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From b3b6ad218ab115634af4c3db6d89a14b7340275a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 16:32:14 +0000 Subject: [PATCH 0671/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Gold; } nav { - background: Red; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 0ca0073dd9626d26be8c848bac6ff620e319233c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 17:17:13 +0000 Subject: [PATCH 0672/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightPink; } nav { - background: Gold; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 3efb273a0b09952f5018f925fd200b10e90494c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 18:47:13 +0000 Subject: [PATCH 0673/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightPink; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 86819c4cd29badcf61103eb2b286cacbe36b2178 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 21:02:12 +0000 Subject: [PATCH 0674/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid MediumPurple; } nav { - background: DarkSlateBlue; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 54ffa94790dd40cf445d6392bc99a2c089928d28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 May 2022 21:47:13 +0000 Subject: [PATCH 0675/3211] KPT-22: Modals with Coral accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f54e1e883ba524c2d800b298c0c8b8166b88b569 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 03:47:13 +0000 Subject: [PATCH 0676/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Lime; } nav { - background: Coral; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 0eb9dd161a11b841cac85cd2853e42b8674632f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 04:32:12 +0000 Subject: [PATCH 0677/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid DarkGreen; } nav { - background: Lime; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From fa94c2a688afa4dee9d8eca3c30be6f56e910a8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 06:02:14 +0000 Subject: [PATCH 0678/3211] KPT-22: Modals with DarkSlateBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 10566ce8261a39bdde7d7cb561a000130758c207 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 09:02:13 +0000 Subject: [PATCH 0679/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Ivory; } nav { - background: DarkSlateBlue; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From bbdc5d537b59c54ab6fa112c45b53d7460e77e7c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 13:32:12 +0000 Subject: [PATCH 0680/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Yellow; } nav { - background: Ivory; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From b9a34027e3975d769c6c9563e0d0ac428cab26db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 18:47:12 +0000 Subject: [PATCH 0681/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid FireBrick; } nav { - background: Yellow; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From d450f920986873f73e26c7642455db0942f1b27e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 19:32:13 +0000 Subject: [PATCH 0682/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid MidnightBlue; } nav { - background: FireBrick; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3f37068cf267848dcb13e730e8ffa0617401de7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 May 2022 20:17:13 +0000 Subject: [PATCH 0683/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid RoyalBlue; } nav { - background: MidnightBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From e95d0c8e4e47173aa3c04b59881072e1d744dbe5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 00:02:12 +0000 Subject: [PATCH 0684/3211] KPT-22: Modals with Olive accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Olive; } nav { - background: RoyalBlue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From b11cafb0f60d2b689230c31818518a436e112aa4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 06:02:13 +0000 Subject: [PATCH 0685/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Blue; } nav { - background: Olive; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 33185437de4f7593e49ea06277d40b198a7083f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 13:32:13 +0000 Subject: [PATCH 0686/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid MediumAquaMarine; } nav { - background: Blue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From ad3a15d7e24637ca53fe72ee7d891aeaf3058e77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 18:02:13 +0000 Subject: [PATCH 0687/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightSkyBlue; } nav { - background: MediumAquaMarine; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6c3b6c9a7bb8952420e56d0e888ada8ec45e014a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 May 2022 18:47:13 +0000 Subject: [PATCH 0688/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid DarkSlateGray; } nav { - background: LightSkyBlue; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f4ff82049dce688a286be7347413af3c74060c15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 01:32:12 +0000 Subject: [PATCH 0689/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid MediumVioletRed; } nav { - background: DarkSlateGray; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 98fa9a56b2b3182ed1c0e60f2782fbd230beb5fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 03:47:13 +0000 Subject: [PATCH 0690/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid PeachPuff; } nav { - background: MediumVioletRed; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 71ea28b0a9dc5c4bfc348a87482db4a44d592932 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 08:17:13 +0000 Subject: [PATCH 0691/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Chocolate; } nav { - background: PeachPuff; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From c25951f7468e352db19145a4847a5aa8d0c07f3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 09:47:13 +0000 Subject: [PATCH 0692/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid HotPink; } nav { - background: Chocolate; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From c8854d0e2fc4a2dbbcced4a2567d45d1c79e2f6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 10:32:12 +0000 Subject: [PATCH 0693/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid BlueViolet; } nav { - background: HotPink; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 582c90310b385b80d917846cf108bb5662a64bb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 14:17:12 +0000 Subject: [PATCH 0694/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid HotPink; } nav { - background: BlueViolet; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 04f981ce41b28933355365d594a5ab2528fcbe5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 16:32:13 +0000 Subject: [PATCH 0695/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 cd69e4ef69b6194a81e7e24e8ba88743647e1443 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 18:02:12 +0000 Subject: [PATCH 0696/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid GoldenRod; } nav { - background: White; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 4901fb2bd1a1e3e9c9c65df533e553d53a9bbc89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 18:47:14 +0000 Subject: [PATCH 0697/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid OldLace; } nav { - background: GoldenRod; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From d0568d55d0ccb1f3d2d7b8963c7cbc89a596e51d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 21:47:12 +0000 Subject: [PATCH 0698/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid PaleVioletRed; } nav { - background: OldLace; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 91f85159cfa2abad3366f5b4fb685bedd0f029be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 May 2022 22:32:13 +0000 Subject: [PATCH 0699/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: PaleVioletRed; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From aa21adacee05d41f24028bf048901b0e2aba8790 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 02:17:12 +0000 Subject: [PATCH 0700/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid RosyBrown; } nav { - background: LightGoldenRodYellow; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From a392919ebc31bb9b0f3cb64792b2e68e834a1671 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 03:47:12 +0000 Subject: [PATCH 0701/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Thistle; } nav { - background: RosyBrown; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From d3209563643f7760086bd3bf11d956fe107dc4dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 05:17:13 +0000 Subject: [PATCH 0702/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 09749f29ac3efa0fed8b415cd701766a1a2e863a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 06:02:12 +0000 Subject: [PATCH 0703/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid IndianRed; } nav { - background: BurlyWood; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 2824c292f463894661389784d5294c7d3827a998 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 08:17:13 +0000 Subject: [PATCH 0704/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: IndianRed; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From e5782c801ed7e05c432a4865598f9ddbbd2f93ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 09:47:12 +0000 Subject: [PATCH 0705/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid MediumBlue; } nav { - background: LightGoldenRodYellow; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3ac9af940af3b31cdd4feedd20c0bcd05a1ef3db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 16:32:14 +0000 Subject: [PATCH 0706/3211] KPT-22: Modals with SlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid SlateGrey; } nav { - background: MediumBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 690b54d728d522a435b8e44185146fda4a2051bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 May 2022 23:17:13 +0000 Subject: [PATCH 0707/3211] KPT-24: Update background color to FloralWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 586b3a8b4b6800288d56374fa31257c353e44d63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 05:17:12 +0000 Subject: [PATCH 0708/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid LimeGreen; } nav { - background: FloralWhite; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From a0c19da2f67de0eb76c26e68abb44eb65a2523f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 09:02:12 +0000 Subject: [PATCH 0709/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Olive; } nav { - background: LimeGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 2b9d40928a45fbe2d62a2f01adb4e6e105978e3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 09:47:12 +0000 Subject: [PATCH 0710/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid RosyBrown; } nav { - background: Olive; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From cb2dd3f5370e6de887aef5a3dd5363704889af6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 11:17:13 +0000 Subject: [PATCH 0711/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LavenderBlush; } nav { - background: RosyBrown; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 1dc2f2b5d193cd4028a3289482bcb1dd78d3fd1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 14:17:12 +0000 Subject: [PATCH 0712/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Red; } nav { - background: LavenderBlush; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 04eb82b23288c0ca9925f084d49286374ab2da15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 18:47:12 +0000 Subject: [PATCH 0713/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid OliveDrab; } nav { - background: Red; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 60c813d40525bdd9993d705643cdaedc2d5fb866 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 May 2022 21:47:13 +0000 Subject: [PATCH 0714/3211] KPT-24: Update background color to Blue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f7573d50533e37f45c69a19d86019b2e00b8e23e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 03:02:13 +0000 Subject: [PATCH 0715/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkViolet; } nav { - background: Blue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From a29e431362a8296fe0d79fca14cef67f65a05bf7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 03:47:12 +0000 Subject: [PATCH 0716/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Lavender; } nav { - background: DarkViolet; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 7310090f31f936279fb0f0be837cf5a7c888e5d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 06:02:13 +0000 Subject: [PATCH 0717/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid SeaGreen; } nav { - background: Lavender; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c1e7b6a9224802bcb56cb1b93e2d6fb730d5439e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 10:32:13 +0000 Subject: [PATCH 0718/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: SeaGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 6b43aaaa17783952af50506154d120c94fc7ddfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 15:02:12 +0000 Subject: [PATCH 0719/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Lime; } nav { - background: MediumVioletRed; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 0e9903561f871460e15ed2fda10fd3874ddb9979 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 17:17:13 +0000 Subject: [PATCH 0720/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid SandyBrown; } nav { - background: Lime; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From b7028180ed24d886019d5201d5af7658533fcf80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 22:32:12 +0000 Subject: [PATCH 0721/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid SeaShell; } nav { - background: SandyBrown; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 2ef707fef4f0dde66df6eab1a24bf13a1a02ce52 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 May 2022 23:17:12 +0000 Subject: [PATCH 0722/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Yellow; } nav { - background: SeaShell; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c8d4d896c879a460870ba8d240c131f723dbfeec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 00:02:13 +0000 Subject: [PATCH 0723/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Azure; } nav { - background: Yellow; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 0be66f9973158f8e7bc0fe47138b3e6e5d33e7ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 02:17:13 +0000 Subject: [PATCH 0724/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid PaleGreen; } nav { - background: Azure; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 85878f6b74276285f4a80d8a9c67a48c3dc6eac6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 03:47:13 +0000 Subject: [PATCH 0725/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: PaleGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 7fa77a343c2c44b4d4a271487255d77bd776d6c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 05:17:13 +0000 Subject: [PATCH 0726/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid IndianRed; } nav { - background: BlanchedAlmond; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From a74d8eb6447df1809a485d7f896709ee352eb8b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 06:02:12 +0000 Subject: [PATCH 0727/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid PaleVioletRed; } nav { - background: IndianRed; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 0603de769013cbaa786428478d46d884ca10e6d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 09:02:13 +0000 Subject: [PATCH 0728/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkSlateGray; } nav { - background: PaleVioletRed; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From aea1c2fe4ba96602dade7028aa871c7d335780bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 11:17:12 +0000 Subject: [PATCH 0729/3211] KPT-22: Modals with LemonChiffon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid LemonChiffon; } nav { - background: DarkSlateGray; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 34571b6391841861ccd870d092de6bd2a98d19f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 15:02:12 +0000 Subject: [PATCH 0730/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 df10484da8026d0baa407c459bd60247a4e2cf9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 May 2022 15:47:12 +0000 Subject: [PATCH 0731/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DodgerBlue; } nav { - background: Coral; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2503f0cc58f1f9b7cde3b7fd9b7ed898f8cac619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 01:32:13 +0000 Subject: [PATCH 0732/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Violet; } nav { - background: DodgerBlue; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 166d89395ec6fb0cf4dba6bde891ae85e5732367 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 02:17:12 +0000 Subject: [PATCH 0733/3211] KPT-22: Modals with SaddleBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid SaddleBrown; } nav { - background: Violet; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1d7b9543ff572720d0acfc25392138672ab22cd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 03:47:12 +0000 Subject: [PATCH 0734/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 50d7753c8ac3040bab9af71bb9e3c95241ac4611 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 10:32:12 +0000 Subject: [PATCH 0735/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Chartreuse; } nav { - background: LightGrey; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From d1cccab20cf614c77a88a058bf6a6c7258280bdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 11:17:13 +0000 Subject: [PATCH 0736/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid SpringGreen; } nav { - background: Chartreuse; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a2cf2ab0c04c94163e369e3a49d228aa2dfea5b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 13:32:12 +0000 Subject: [PATCH 0737/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkMagenta; } nav { - background: SpringGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From adaf33e19214a6c9653b08efea53ebd93a5fcd3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 14:17:12 +0000 Subject: [PATCH 0738/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightSalmon; } nav { - background: DarkMagenta; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3126109b75f26602da83181b8ce6a1cde5c7e997 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 17:17:13 +0000 Subject: [PATCH 0739/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Lavender; } nav { - background: LightSalmon; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 7846c2d377a919f0185b8487f04c4830df96a41b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 18:47:13 +0000 Subject: [PATCH 0740/3211] KPT-24: Update background color to MediumPurple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid MediumPurple; } nav { - background: Lavender; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From c77ae6956facaad6ffd70521aad4269dc9954a10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 21:02:13 +0000 Subject: [PATCH 0741/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Gray; } nav { - background: MediumPurple; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From bd164bc90fc57b8403cdb8c56feab7c77d6b1d1a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 22:32:13 +0000 Subject: [PATCH 0742/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Cyan; } nav { - background: Gray; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ab1fb916fa8e4672040c0ebe48fd5c589ed5ed3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 May 2022 23:17:13 +0000 Subject: [PATCH 0743/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Salmon; } nav { - background: Cyan; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From be8945400be51aa5a15794cafdad686ebdc23c68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 00:47:12 +0000 Subject: [PATCH 0744/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Fuchsia; } nav { - background: Salmon; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 6cc446706e2c7f9c74fb4ae3de5975b412123b41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 06:02:13 +0000 Subject: [PATCH 0745/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Lime; } nav { - background: Fuchsia; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From bb9db5f402675242d99155119a31963a403e0e71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 07:32:12 +0000 Subject: [PATCH 0746/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Crimson; } nav { - background: Lime; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 43f01cf4591db2406493b264e75e114fd78e5cf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 11:17:12 +0000 Subject: [PATCH 0747/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid SaddleBrown; } nav { - background: Crimson; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 847be6c76d2e8ec166e375b5f790859aa0badc76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 12:02:13 +0000 Subject: [PATCH 0748/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ef1a74552833321be55fd75344ce6ced455f9617 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 15:47:13 +0000 Subject: [PATCH 0749/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 703953fb5d3e4ae22d3e70ef709bfac371d3c71c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 18:47:12 +0000 Subject: [PATCH 0750/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Indigo; } nav { - background: PaleVioletRed; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From a815fce1ef2f622a973b33ddfb911f2bd869890e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 May 2022 21:47:13 +0000 Subject: [PATCH 0751/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LightSeaGreen; } nav { - background: Indigo; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 703e0d806c509592a4a00ceaf16cac12bc886a54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 03:02:12 +0000 Subject: [PATCH 0752/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LimeGreen; } nav { - background: LightSeaGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From e007d473697cf769cbd542cbc44f783cf08e82ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 06:47:12 +0000 Subject: [PATCH 0753/3211] KPT-22: Modals with DodgerBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DodgerBlue; } nav { - background: LimeGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 463e6d79dfd8816ed07e1aa3ac850bf90750dd44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 09:02:13 +0000 Subject: [PATCH 0754/3211] KPT-22: Modals with Linen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Linen; } nav { - background: DodgerBlue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From d9389003deb6d63213663d2b3025f8253e091dfb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 12:02:13 +0000 Subject: [PATCH 0755/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkGrey; } nav { - background: Linen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3191b91982b62533f3aa0610aec595a444843127 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 12:47:12 +0000 Subject: [PATCH 0756/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LemonChiffon; } nav { - background: DarkGrey; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 7319eb27fe8e30d34c9aad37da1f371d7544f64e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 13:32:12 +0000 Subject: [PATCH 0757/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid MidnightBlue; } nav { - background: LemonChiffon; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From c0c52379d9988b9e0610400e592d3d2e41e71637 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 14:17:13 +0000 Subject: [PATCH 0758/3211] KPT-22: Modals with DarkBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid DarkBlue; } nav { - background: MidnightBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4517d14092da7c1e6f633d95affb424424f9f43d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 15:47:12 +0000 Subject: [PATCH 0759/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid FireBrick; } nav { - background: DarkBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 5a4b258968918baf93c95c7911b4b489be141933 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 May 2022 18:02:13 +0000 Subject: [PATCH 0760/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e6c7ac790c8c08b626418eeb36f9c2579dcfb05e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 12:02:13 +0000 Subject: [PATCH 0761/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkSeaGreen; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1dbe2ec276f1179440e09d223d4912ca29bfa47a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 15:47:12 +0000 Subject: [PATCH 0762/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid LightSeaGreen; } nav { - background: MediumSlateBlue; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 660007c21ba0f36c7a104a5cadc1b78a2e093db5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 17:17:12 +0000 Subject: [PATCH 0763/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c3394d45d1fdae7c96c73dc04df2b211cb206564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 May 2022 18:02:12 +0000 Subject: [PATCH 0764/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightYellow; } nav { - background: LightCoral; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6a5e9a11bbdb1b9d5669e20811c876259ac3a762 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 02:17:12 +0000 Subject: [PATCH 0765/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid SlateBlue; } nav { - background: LightYellow; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d902642a388e06964f33cedf5a6aee9bf64671e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 06:02:13 +0000 Subject: [PATCH 0766/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Cyan; } nav { - background: SlateBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From a02f723884a298856aadccd641b7636b4b03e3cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 06:47:12 +0000 Subject: [PATCH 0767/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2a09e086dc8a3d33a1572b1744650bb6fe6a38f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 12:02:13 +0000 Subject: [PATCH 0768/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Beige; } nav { - background: LightCyan; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From ceff524b3f6b9bf5d4758e388c6c9f71b85545a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 18:47:12 +0000 Subject: [PATCH 0769/3211] KPT-24: Update background color to SlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid SlateBlue; } nav { - background: Beige; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From a21db55d627f4cb78b693b356c0850b632cda8e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 May 2022 21:02:12 +0000 Subject: [PATCH 0770/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid DarkKhaki; } nav { - background: SlateBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From fcca153d960337be5ce9f9f9ee570791d26c4f27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 01:32:12 +0000 Subject: [PATCH 0771/3211] KPT-22: Modals with Orchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f961f1fbae06f5d6d44ff51ee6478cc1d52e4fbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 02:17:12 +0000 Subject: [PATCH 0772/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Linen; } nav { - background: Orchid; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From c8f7dc7e45125c38d37a682d2ea05d73d48746a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 06:47:12 +0000 Subject: [PATCH 0773/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid NavajoWhite; } nav { - background: Linen; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From b8a21f9ad5c04ad30f469eacf4e1aa41d309eb8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 09:47:13 +0000 Subject: [PATCH 0774/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LightBlue; } nav { - background: NavajoWhite; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4110ff85bef54bfaa1f1e5b9c086b51c24b94133 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 11:17:12 +0000 Subject: [PATCH 0775/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SeaShell; } nav { - background: LightBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 34513c02f880bf06d29c6aa1f1b53de20ca0857b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 16:32:12 +0000 Subject: [PATCH 0776/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LightCoral; } nav { - background: SeaShell; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 3792742ed0d75d9ed63784eb981f5f44960ab4ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 18:47:13 +0000 Subject: [PATCH 0777/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DarkRed; } nav { - background: LightCoral; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From ecb1856920ff707c7978f1532b61acd8025fb449 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 19:32:12 +0000 Subject: [PATCH 0778/3211] KPT-24: Update background color to MediumBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5345c59eff7bbde4823902a70522ef69df9faee2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 May 2022 22:32:12 +0000 Subject: [PATCH 0779/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid GoldenRod; } nav { - background: MediumBlue; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 71a060e83bdff30f5f990d876617a7426038c820 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 03:02:13 +0000 Subject: [PATCH 0780/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid AntiqueWhite; } nav { - background: GoldenRod; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 88fd9bb532d5088720fdd4102bda8ce1ec37b9b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 04:32:13 +0000 Subject: [PATCH 0781/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 aa97855a9fcb62633ab021311928bb993667cc93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 10:32:13 +0000 Subject: [PATCH 0782/3211] KPT-24: Update background color to Thistle --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Thistle; } nav { - background: HoneyDew; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 0e5bfa5355a24f04688c8f0ad2ca71924f13c37c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 14:17:12 +0000 Subject: [PATCH 0783/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Green; } nav { - background: Thistle; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From e9051fcae35653f1582e1c807c727f478d4b64a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 15:02:13 +0000 Subject: [PATCH 0784/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Lime; } nav { - background: Green; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From ecbc5ded8c3c421a31e175466ac04e8ddf7f4baa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 15:47:12 +0000 Subject: [PATCH 0785/3211] KPT-22: Modals with DarkGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ae70204dd032ec0aa116e7d699e62a86ea6e63df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 17:17:12 +0000 Subject: [PATCH 0786/3211] KPT-22: Modals with CornflowerBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 164d08fdf283d8c61f5a5b0e21bdfea7edae650e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 20:17:12 +0000 Subject: [PATCH 0787/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c6cb7f72ceb12dca35474dbd242029d28debe4ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 May 2022 22:32:13 +0000 Subject: [PATCH 0788/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Chartreuse; } nav { - background: SteelBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 58456a089e7f5be66eae97b0c9b33d8e1a9515ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 12:47:12 +0000 Subject: [PATCH 0789/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f9be7bc285487f321ab86512d10fd07e04a3ed25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 13:32:12 +0000 Subject: [PATCH 0790/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Chocolate; } nav { - background: Tomato; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 06aeafb5b227a87038aff0c53549aeac298d5ce1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 15:02:12 +0000 Subject: [PATCH 0791/3211] KPT-22: Modals with DarkViolet accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkViolet; } nav { - background: Chocolate; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 863959815577d5122ec23286f4943d869ccbcfeb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 May 2022 16:32:13 +0000 Subject: [PATCH 0792/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid HotPink; } nav { - background: DarkViolet; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 562bea26649e0e7c770df51a31e5b65cffafd7e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 00:47:12 +0000 Subject: [PATCH 0793/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Sienna; } nav { - background: HotPink; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 020fcba5d76e0084471f1ee233a2e0fa7877678a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 05:17:13 +0000 Subject: [PATCH 0794/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid RoyalBlue; } nav { - background: Sienna; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4e4385a47b067ae7ed790fd769db5410d9174877 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 12:47:12 +0000 Subject: [PATCH 0795/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid RosyBrown; } nav { - background: RoyalBlue; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1cc5b8ad6dfa1a2e132bb8d3359d4c577b518ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 14:17:12 +0000 Subject: [PATCH 0796/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DarkRed; } nav { - background: RosyBrown; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From c8cdc74a41604d8acccc9a219abe7d1082ea015f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 May 2022 21:47:13 +0000 Subject: [PATCH 0797/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkSalmon; } nav { - background: DarkRed; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 9f88a3990ea83fe2fb33f1ba3451481f61593177 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 02:17:12 +0000 Subject: [PATCH 0798/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Khaki; } nav { - background: DarkSalmon; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From dc61516ee86539c38954a164b0dede84c0c60ffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 07:32:13 +0000 Subject: [PATCH 0799/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid DarkBlue; } nav { - background: Khaki; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From a71f5f2417a518fa9e7590f2e845b63f080b43e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 10:32:13 +0000 Subject: [PATCH 0800/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkBlue; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5688ca5b0e14fdd63a448167355ca28c0eb562c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 13:32:13 +0000 Subject: [PATCH 0801/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkViolet; } nav { - background: DarkSlateGrey; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 5c60851aa4157ea9abdf4e748c4219d6244a4c8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 15:47:12 +0000 Subject: [PATCH 0802/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LightSteelBlue; } nav { - background: DarkViolet; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2e3305b8f21e738da0d54c6519ac01752956eb9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 18:47:12 +0000 Subject: [PATCH 0803/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid BlueViolet; } nav { - background: LightSteelBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 931216040ac351900cc95c103ad7b1397fd200dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 May 2022 23:17:12 +0000 Subject: [PATCH 0804/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid LimeGreen; } nav { - background: BlueViolet; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9835656c0a87c09f5300d6afb734f51f64fd4c63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 03:02:12 +0000 Subject: [PATCH 0805/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: LimeGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From a03490f3e8753012ee5238abe6cfe61402f3c297 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 03:47:12 +0000 Subject: [PATCH 0806/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkOliveGreen; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From cd601c172ac5cd61d1355e749b7abe28f46574e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 07:32:12 +0000 Subject: [PATCH 0807/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid DarkViolet; } nav { - background: LightSkyBlue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 76d0d8701629bad59f69de9d853e7e29be094832 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 09:02:13 +0000 Subject: [PATCH 0808/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid YellowGreen; } nav { - background: DarkViolet; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 89bd087cfe58781fde7592c0c76f6f38a7ef5fc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 09:47:13 +0000 Subject: [PATCH 0809/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LightSalmon; } nav { - background: YellowGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 238591692670daa4526c4c9fdc9557fe258cd25c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 10:32:13 +0000 Subject: [PATCH 0810/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7cb61c94d9d902321422dd68e45c814fa3870e56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 11:17:12 +0000 Subject: [PATCH 0811/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid RosyBrown; } nav { - background: MediumTurquoise; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 7576d30a163c15304a433b4de1136851c05a625a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 13:32:12 +0000 Subject: [PATCH 0812/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DarkSeaGreen; } nav { - background: RosyBrown; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0630d25a1d681ce9ea0ada1d91229c3227bbe199 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 14:17:12 +0000 Subject: [PATCH 0813/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7b0d7e2c0f622465a7efd57bb3523f52b0e5643f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 15:02:12 +0000 Subject: [PATCH 0814/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 42ffa29d187ea16b590ab41ea32dafdaea68f164 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 19:32:13 +0000 Subject: [PATCH 0815/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid DarkTurquoise; } nav { - background: FireBrick; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 09e656b485490a06326a6a29137ca2abf23493ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 May 2022 20:17:12 +0000 Subject: [PATCH 0816/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DarkOliveGreen; } nav { - background: DarkTurquoise; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From f752a658c1798902b9a61db2a8e5459b2ce8362a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 00:02:12 +0000 Subject: [PATCH 0817/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid SkyBlue; } nav { - background: DarkOliveGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From bdcd5fb294bbd02f151ae6341e4e2b8a13f2fc1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 07:32:27 +0000 Subject: [PATCH 0818/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Turquoise; } nav { - background: SkyBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From ed9b5137692cc0f192f180c65521cfdbd315d526 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 10:32:13 +0000 Subject: [PATCH 0819/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightGreen; } nav { - background: Turquoise; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 196091fd1601cc05c16982840774308c3b6692b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 13:32:12 +0000 Subject: [PATCH 0820/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LawnGreen; } nav { - background: LightGreen; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From ef1133e9aecdf4cbfcc76714f68b6548e6f656ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Jun 2022 17:17:13 +0000 Subject: [PATCH 0821/3211] KPT-24: Update background color to Lavender --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fe8c4fc4490158528d8e772a3953a600a18bfa0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 07:32:13 +0000 Subject: [PATCH 0822/3211] KPT-22: Modals with MidnightBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid MidnightBlue; } nav { - background: Lavender; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5d0b36d09708a658ffec00e37af47d921157bf10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 08:17:12 +0000 Subject: [PATCH 0823/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: MidnightBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From d2e54ca256c1ca8fd30d4b97b94f95234f0b2c4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 10:32:13 +0000 Subject: [PATCH 0824/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6e76eddc0b8dcacdb1af2fd14120d77ccbb1b957 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 14:17:12 +0000 Subject: [PATCH 0825/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid OldLace; } nav { - background: MediumSpringGreen; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 33728be98849e70dd7d6061bb313787332d7c208 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 15:02:12 +0000 Subject: [PATCH 0826/3211] KPT-24: Update background color to Green --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Green; } nav { - background: OldLace; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 51547d8d8538527b024b7f8317a51dfad95e9d94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 16:32:13 +0000 Subject: [PATCH 0827/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Pink; } nav { - background: Green; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From def5b22aeede650f53bd7b41998f445dcae7f680 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 19:32:13 +0000 Subject: [PATCH 0828/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkOliveGreen; } nav { - background: Pink; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 978f1094b4bfca38fa35980776abba765fbfc105 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 20:17:12 +0000 Subject: [PATCH 0829/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkOliveGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 3cc091dc6f46dab6da5394317bbefc157015d1ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Jun 2022 21:02:13 +0000 Subject: [PATCH 0830/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid RoyalBlue; } nav { - background: BlanchedAlmond; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From fef68d31ef45d9e528c5bcba84d5444b978b594b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 00:47:12 +0000 Subject: [PATCH 0831/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2cbda46e25d04c0cf333ef5afbdc710216bd9975 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 05:17:12 +0000 Subject: [PATCH 0832/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid SeaGreen; } nav { - background: ForestGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f134734ebd3330da1b2e960b726923971ac9fdbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 09:02:12 +0000 Subject: [PATCH 0833/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid YellowGreen; } nav { - background: SeaGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 40428bd65403e043fc92afa8c1f60c7ae0d0a4ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 10:32:13 +0000 Subject: [PATCH 0834/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid MediumTurquoise; } nav { - background: YellowGreen; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d26a2184667d1a0fa7f606aa8b2de663f38c4a69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 11:17:13 +0000 Subject: [PATCH 0835/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LemonChiffon; } nav { - background: MediumTurquoise; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 40b64ec7eac74afdebc7511893efc797310627d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 12:02:12 +0000 Subject: [PATCH 0836/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid White; } nav { - background: LemonChiffon; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 854d68d478017ff59ae49a9f4f76eaf1578d7bca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 14:17:12 +0000 Subject: [PATCH 0837/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid MediumVioletRed; } nav { - background: White; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 951386fb024389750d6a0fd6f4f33c5c17790723 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 18:47:14 +0000 Subject: [PATCH 0838/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid SandyBrown; } nav { - background: MediumVioletRed; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 78ffd7373997d4bf782c3ed3680e7e3030ce60cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Jun 2022 23:17:13 +0000 Subject: [PATCH 0839/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: SandyBrown; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8dff8905a1b73d3f745d1eb6a1847dadab336d5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 00:02:14 +0000 Subject: [PATCH 0840/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 53f38493aa488cfa5feaa447e41dd742ec77314d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 02:17:13 +0000 Subject: [PATCH 0841/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkKhaki; } nav { - background: Fuchsia; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 8d97782e0f74b8cf8f6ff212f2bbf47c79020019 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 06:02:13 +0000 Subject: [PATCH 0842/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DarkViolet; } nav { - background: DarkKhaki; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 479ff0f665a7836167a334e674f532f1272bcb08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 08:17:13 +0000 Subject: [PATCH 0843/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid DarkSalmon; } nav { - background: DarkViolet; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 1dd76e109750c36ac74e015af6aa5b6b3d81577d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 11:17:12 +0000 Subject: [PATCH 0844/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Aquamarine; } nav { - background: DarkSalmon; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 244e796ef09edfc25509ce1f47b5e5c1d21e81e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 18:02:12 +0000 Subject: [PATCH 0845/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Brown; } nav { - background: Aquamarine; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 55221e7b995f73b668d59fd357f938816a03bf1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 18:47:12 +0000 Subject: [PATCH 0846/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid MediumSlateBlue; } nav { - background: Brown; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0c1ac27c771d7c4d49729556fd5db440b220ed98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 19:32:12 +0000 Subject: [PATCH 0847/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Aqua; } nav { - background: MediumSlateBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From ba144a96f5337a28ac4dcc6ebff30c709ea68b3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Jun 2022 22:32:12 +0000 Subject: [PATCH 0848/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkRed; } nav { - background: Aqua; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From f2e080faa972b17e392b20ff73a74897ee0a32ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 02:17:12 +0000 Subject: [PATCH 0849/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkRed; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 730545d69eefc0da161a125841de8b34bc76aa24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 06:47:12 +0000 Subject: [PATCH 0850/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a1d2eabfe045ff0f221b2e6ddda998e8b25bc6d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 07:32:13 +0000 Subject: [PATCH 0851/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Orchid; } nav { - background: SeaShell; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 981bcdb666c4476c6d71948ec22da36d90b10d6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 09:02:12 +0000 Subject: [PATCH 0852/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SandyBrown; } nav { - background: Orchid; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 92ecf284f372af638a6791da232cfee6994cf4f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 11:17:12 +0000 Subject: [PATCH 0853/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Moccasin; } nav { - background: SandyBrown; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 7ffec5e73a3128ab545d8565d727294e53f81c9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 13:32:13 +0000 Subject: [PATCH 0854/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid DarkGreen; } nav { - background: Moccasin; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3da80d876bae61b36c611e437e5090af2a545d23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 15:47:12 +0000 Subject: [PATCH 0855/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1c6410b916002b4a7673ffebffe57fcd62a3647f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 16:32:13 +0000 Subject: [PATCH 0856/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid MediumSlateBlue; } nav { - background: RoyalBlue; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7b32248e2b87eaaeabfedc4ddd201b8d32d61015 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 17:17:12 +0000 Subject: [PATCH 0857/3211] KPT-24: Update background color to Cornsilk --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Cornsilk; } nav { - background: MediumSlateBlue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ebf4e0e590dfd92f35fa17c8fe5dd8ac846a14dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Jun 2022 23:17:13 +0000 Subject: [PATCH 0858/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid DarkSalmon; } nav { - background: Cornsilk; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From f0dc7aa99f10df6094268b84dc4f5e4de27bb0b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 00:47:13 +0000 Subject: [PATCH 0859/3211] KPT-22: Modals with Tomato accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Tomato; } nav { - background: DarkSalmon; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From dbb7bf060d038b9f923374ae022bbd107915e2c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 01:32:12 +0000 Subject: [PATCH 0860/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid SkyBlue; } nav { - background: Tomato; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9b84fac47a6e7e6873e31e0b6ca6080568d224d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 02:17:12 +0000 Subject: [PATCH 0861/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkSlateGray; } nav { - background: SkyBlue; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 355874d5df80d26e2d3f0af2eae0db0f7c60f181 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 03:47:12 +0000 Subject: [PATCH 0862/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid RoyalBlue; } nav { - background: DarkSlateGray; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From a66f9dc3518b7d0935d890879ce62ccf5fc7d670 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 07:32:12 +0000 Subject: [PATCH 0863/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Brown; } nav { - background: RoyalBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 463ee2994a7b8e83fa56597bf5a99c8ed72c13f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 08:17:12 +0000 Subject: [PATCH 0864/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid MintCream; } nav { - background: Brown; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 5b0994d442d56731c84a7b8752d2bab7122dc18b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 10:32:12 +0000 Subject: [PATCH 0865/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Maroon; } nav { - background: MintCream; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From dab00fd38e33e833b086bd72c364c734503d82d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 13:32:12 +0000 Subject: [PATCH 0866/3211] KPT-24: Update background color to RosyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 40c685db016d9f18baacf756e04d9a3018e264e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 15:47:12 +0000 Subject: [PATCH 0867/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Gold; } nav { - background: RosyBrown; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 3da64f6d5bce3563e019a6643fef1e24bb95adc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 17:17:12 +0000 Subject: [PATCH 0868/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid OldLace; } nav { - background: Gold; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 84cea1c7ee926cf7c402915b5793a01886286e98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 18:02:13 +0000 Subject: [PATCH 0869/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid GhostWhite; } nav { - background: OldLace; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From e9e56459430029ddba17176763ea7b62a3e1fec9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 18:47:13 +0000 Subject: [PATCH 0870/3211] KPT-22: Modals with DarkRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkRed; } nav { - background: GhostWhite; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 27dd343d03857a6f6de04acaa30d8cce0af3c428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 19:32:12 +0000 Subject: [PATCH 0871/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DodgerBlue; } nav { - background: DarkRed; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From eed0f81a7129074ce570c0d4d2cbd6ecf52af9fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Jun 2022 21:47:13 +0000 Subject: [PATCH 0872/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 832c7facb07af2df027ad5e4f1ec68dfa6fe68ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 00:47:13 +0000 Subject: [PATCH 0873/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 73a3b71b39bf3ee8c5d2a6146cc8c945d537693d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 03:02:13 +0000 Subject: [PATCH 0874/3211] KPT-24: Update background color to LavenderBlush --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LavenderBlush; } nav { - background: Cyan; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From f5bdb2e890e75c2db02c8b9eb4ca25d87bf07d97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 06:02:14 +0000 Subject: [PATCH 0875/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Peru; } nav { - background: LavenderBlush; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 098169688f09bc920598725a36e25d2c2dcd6a9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 07:32:14 +0000 Subject: [PATCH 0876/3211] KPT-22: Modals with DarkSlateGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkSlateGray; } nav { - background: Peru; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 71fcdf7d2452c70314a4cfd730f642cfc69540fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 12:47:12 +0000 Subject: [PATCH 0877/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ad201902df5aa4ecd2074aa7bb9686db2a7cebff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 14:17:12 +0000 Subject: [PATCH 0878/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Cornsilk; } nav { - background: PaleTurquoise; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From fe9db9b47d67e2b2f62875e75588ea6729e897ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Jun 2022 15:02:13 +0000 Subject: [PATCH 0879/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Aqua; } nav { - background: Cornsilk; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 9269882bd6bac2a5432c3485f450eb87a3b74c9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 00:47:13 +0000 Subject: [PATCH 0880/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid PeachPuff; } nav { - background: Aqua; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 14245da6c22e5f153738822ae168da9c42df06c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 03:47:13 +0000 Subject: [PATCH 0881/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid MediumVioletRed; } nav { - background: PeachPuff; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 36a85bf3610a7347218f51dc2944d6a05bc6ab54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 04:32:12 +0000 Subject: [PATCH 0882/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4fceba4d16fba066857cebb1d30c3b44595f9b76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 05:17:13 +0000 Subject: [PATCH 0883/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fec14b7c966c83172d200c72010540b4103d720f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 09:02:12 +0000 Subject: [PATCH 0884/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 065774f32744c1011af29b76bb6303533280e158 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 14:17:12 +0000 Subject: [PATCH 0885/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid MidnightBlue; } nav { - background: Olive; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From c519803b06acd72d76d8287dfce35abf16742947 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 15:47:12 +0000 Subject: [PATCH 0886/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e19133fb5b6d62ee777c2fb4569b5e607daf4cf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 18:02:13 +0000 Subject: [PATCH 0887/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SaddleBrown; } nav { - background: LightGrey; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 16f3200647759dc33c21a0436cb55f275c83b84e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 18:47:13 +0000 Subject: [PATCH 0888/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid MediumSpringGreen; } nav { - background: SaddleBrown; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From bcad4c65f6d471020fbba8faaac5e60b14d812eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 19:32:12 +0000 Subject: [PATCH 0889/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Coral; } nav { - background: MediumSpringGreen; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From eda498a72607cb5debb422dd37ee4c9b1e29a4b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Jun 2022 21:02:13 +0000 Subject: [PATCH 0890/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a3c37f7fdb9a12bf39c29ba19a8f787311305107 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 01:32:12 +0000 Subject: [PATCH 0891/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightSlateGrey; } nav { - background: BlanchedAlmond; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b88a52506dd0b7ef24898673a458beea8a20e0e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 03:02:14 +0000 Subject: [PATCH 0892/3211] KPT-24: Update background color to IndianRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid IndianRed; } nav { - background: LightSlateGrey; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 9f52ede5e017f4fa0fe31f50cf6b6b11a972e53e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 13:32:13 +0000 Subject: [PATCH 0893/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid MediumBlue; } nav { - background: IndianRed; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From a24c6141a6a4958a4859de0585797cea7f8b1cc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 16:32:13 +0000 Subject: [PATCH 0894/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid SandyBrown; } nav { - background: MediumBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 05d6893819595d567f0616a356d33ee327c6b4fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 17:17:13 +0000 Subject: [PATCH 0895/3211] KPT-24: Update background color to Navy --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Navy; } nav { - background: SandyBrown; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 2a30ab44b12760fa8e041aa989d4df93ab340fc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 18:02:13 +0000 Subject: [PATCH 0896/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightCoral; } nav { - background: Navy; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 2abf7ae9df17165f8923fc71f93e7bf972cc32ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 18:47:12 +0000 Subject: [PATCH 0897/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightYellow; } nav { - background: LightCoral; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 38e4baecc632e4a90e78809e060e83a7f765ba43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 20:17:12 +0000 Subject: [PATCH 0898/3211] KPT-22: Modals with LightGoldenRodYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LightYellow; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 27e32c0b420d3c1a6290f09b26a8a20eff7c6b97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Jun 2022 21:47:13 +0000 Subject: [PATCH 0899/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 23861e88ccb655e389a5caf849ca48e1c895d7dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 00:47:12 +0000 Subject: [PATCH 0900/3211] KPT-24: Update background color to BlueViolet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 72096f9e2d63782952faf5b01b71eb196e3f50b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 01:32:13 +0000 Subject: [PATCH 0901/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Lavender; } nav { - background: BlueViolet; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 8ed1089165c2df24aa7bd5c9531d5408973b3561 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 06:47:12 +0000 Subject: [PATCH 0902/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid DodgerBlue; } nav { - background: Lavender; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4146edab8f6b5992e5e8fa5c9c64f99e66335edc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 11:17:12 +0000 Subject: [PATCH 0903/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid PeachPuff; } nav { - background: DodgerBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 628f6a394c5cfd198f8c60ca2d38786f2008f1d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 12:47:12 +0000 Subject: [PATCH 0904/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c5660043be7c1fd53731249185df85c5cbae0918 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 16:32:13 +0000 Subject: [PATCH 0905/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Linen; } nav { - background: MediumSeaGreen; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 300c796fbde5d723706d64c3530007f692e6f8e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 17:17:12 +0000 Subject: [PATCH 0906/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid YellowGreen; } nav { - background: Linen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From e9108ad7f2b3f7155e2776103baddc8947381f1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Jun 2022 18:47:12 +0000 Subject: [PATCH 0907/3211] KPT-24: Update background color to LightSeaGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: YellowGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1dda557e8026a84a93e06a0d2702c2997d3531ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 05:17:12 +0000 Subject: [PATCH 0908/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Bisque; } nav { - background: LightSeaGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 50c59bc500bf3923924a20807a49ca9ae9ad2ceb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 06:02:13 +0000 Subject: [PATCH 0909/3211] KPT-22: Modals with LightGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LightGray; } nav { - background: Bisque; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From ad7c272f76487a4b0892c70ec8c61977c4b7786b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 14:17:12 +0000 Subject: [PATCH 0910/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Azure; } nav { - background: LightGray; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 28213b1b085b3aea72291147fca921f19302127a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 16:32:12 +0000 Subject: [PATCH 0911/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid HotPink; } nav { - background: Azure; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 5420edaa306cf25424dd195e20272642da815ad8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 17:17:13 +0000 Subject: [PATCH 0912/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkOrchid; } nav { - background: HotPink; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 8fa284c621d684d5000d27573b0ec4d5d0cff0d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 18:47:12 +0000 Subject: [PATCH 0913/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Linen; } nav { - background: DarkOrchid; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 0ee469a2a4763f7da2fe0933a1373745df53975c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Jun 2022 21:47:12 +0000 Subject: [PATCH 0914/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c1288859d861c84eb732e9769cf4218a3efcdd25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 01:32:12 +0000 Subject: [PATCH 0915/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid SteelBlue; } nav { - background: LightPink; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8b51c60c2e404efc9a4f6e3a33d60aa281c527f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 03:47:13 +0000 Subject: [PATCH 0916/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DarkGreen; } nav { - background: SteelBlue; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From d7fc0cb7fbad3f180e98f5fc10e92d42fc8ffe63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 05:17:12 +0000 Subject: [PATCH 0917/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid CadetBlue; } nav { - background: DarkGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4ebd83bb0b13f71007db5dbd8c3c4ffe6b775536 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 08:17:12 +0000 Subject: [PATCH 0918/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid SpringGreen; } nav { - background: CadetBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5d2070090274d93832a41ed49176fd3cbd0141aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 09:02:13 +0000 Subject: [PATCH 0919/3211] KPT-24: Update background color to DarkOrchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkOrchid; } nav { - background: SpringGreen; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 0c82a5fc269f7876f408f8326a7f35bb04817124 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 19:32:12 +0000 Subject: [PATCH 0920/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5e357dce1acf1bdf65514f4a567673f924f8cf19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Jun 2022 21:02:13 +0000 Subject: [PATCH 0921/3211] KPT-24: Update background color to AntiqueWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid AntiqueWhite; } nav { - background: PaleVioletRed; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 19252135578f8b10f056bcd054ac28a5e5ee0451 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 02:17:12 +0000 Subject: [PATCH 0922/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 54a2a847202587f4098a6068ca2fff64b86df453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 06:02:12 +0000 Subject: [PATCH 0923/3211] KPT-24: Update background color to DeepSkyBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightSteelBlue; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d0ab12037ac798f96c8b3efff48f8c4c16ff2eec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 15:47:13 +0000 Subject: [PATCH 0924/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: DeepSkyBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6b73d4f0f55e38965d848eac9d69e9353e29949c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 19:32:13 +0000 Subject: [PATCH 0925/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkOliveGreen; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From e5d6dee3e2a282c5e881cf21206e4d196e266005 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Jun 2022 23:17:12 +0000 Subject: [PATCH 0926/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid OldLace; } nav { - background: DarkTurquoise; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 6a6a2316dbb59d25b5002e8d4b10081435982a4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 01:32:13 +0000 Subject: [PATCH 0927/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid GhostWhite; } nav { - background: OldLace; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From d1020a2d1012199eb2233560356b1dcdcc3689dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 05:17:12 +0000 Subject: [PATCH 0928/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Cornsilk; } nav { - background: GhostWhite; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 397c3f6de3dcec04d944daa61117ebdef79ce5d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 09:47:12 +0000 Subject: [PATCH 0929/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Gray; } nav { - background: Cornsilk; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 2eda3ea894fbc31a5aefcc207d517582dc5c1cce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 12:47:12 +0000 Subject: [PATCH 0930/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LightPink; } nav { - background: Gray; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 2e4921a6ba30203a3a95b979c18aef9921db495a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 18:47:12 +0000 Subject: [PATCH 0931/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Indigo; } nav { - background: LightPink; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 1b2b999fa70b4011656b65e2bd07c13b80a23aa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 21:02:13 +0000 Subject: [PATCH 0932/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Coral; } nav { - background: Indigo; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 33ac416f06989e17c0face290516f0b4350da2ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Jun 2022 23:17:12 +0000 Subject: [PATCH 0933/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Gray; } nav { - background: Coral; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 5b73c5e0063c9f31538cc53cef78fffa8c25fab0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 01:32:13 +0000 Subject: [PATCH 0934/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8b0cbd55d020ee7a12b58751daefd5740e4b8d0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 05:17:13 +0000 Subject: [PATCH 0935/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid ForestGreen; } nav { - background: Black; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From ed13b5d8bb822a605f9edaa919c94fadc4a84012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 06:02:13 +0000 Subject: [PATCH 0936/3211] KPT-24: Update background color to Turquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 294dbda9f9a7f8a0977b9a6b796d7275a378320f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 09:02:13 +0000 Subject: [PATCH 0937/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkOrchid; } nav { - background: Turquoise; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From bf223b00650c12a22ac20597be386f101dfc8fd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 09:47:13 +0000 Subject: [PATCH 0938/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkOrchid; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From c52405f50f434479988f45487cc33e3e72416d0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 10:32:12 +0000 Subject: [PATCH 0939/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid MediumVioletRed; } nav { - background: LightSlateGrey; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e35dba0423e8e6dde558118d7d28ba548bd7301c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 14:17:13 +0000 Subject: [PATCH 0940/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid DarkViolet; } nav { - background: MediumVioletRed; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 7f7cc0587beadc0a2011f9021bd10ba8cbdfd70a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 15:02:13 +0000 Subject: [PATCH 0941/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid SpringGreen; } nav { - background: DarkViolet; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 29f9359bfeb63fd601ff02ed058daed991424f33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 17:17:13 +0000 Subject: [PATCH 0942/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: SpringGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 32d642a66682933ad2350895f82e36162a5f1cb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Jun 2022 20:17:13 +0000 Subject: [PATCH 0943/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Brown; } nav { - background: LightSteelBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From d4f11744f2bceb1cf839c0c06214a477b0e9d894 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 01:32:12 +0000 Subject: [PATCH 0944/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid LightSeaGreen; } nav { - background: Brown; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From edb677d83910f61ab4f7312214bd7ad5299ac002 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 02:17:12 +0000 Subject: [PATCH 0945/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightSeaGreen; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9c327ddf1da663b7710b6bea352e2bb131a1e024 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 03:47:13 +0000 Subject: [PATCH 0946/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Yellow; } nav { - background: MediumSlateBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 1717103a01e6215f4e6718901571ea6f921fdbe8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 04:32:12 +0000 Subject: [PATCH 0947/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid CadetBlue; } nav { - background: Yellow; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From ed89bab0bdf8b748f25999959a943abc2387221a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 09:02:12 +0000 Subject: [PATCH 0948/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Silver; } nav { - background: CadetBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 1052d4c244f2ba3d6a9d644591b0e8a18c910a24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 11:17:13 +0000 Subject: [PATCH 0949/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ef3fd17a09164e847076887fcae864fd958bc7ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 14:17:12 +0000 Subject: [PATCH 0950/3211] KPT-24: Update background color to Lime --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Lime; } nav { - background: MediumSeaGreen; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 6942a59e763648ffdb073fa4bb07601fcde886d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 21:02:13 +0000 Subject: [PATCH 0951/3211] KPT-22: Modals with CadetBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d75c182c31a1313e3c3722207d6f1e426651a342 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Jun 2022 22:32:12 +0000 Subject: [PATCH 0952/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkTurquoise; } nav { - background: CadetBlue; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From f331d06a6c76c5705bc61e458226f8445e4e4d6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 00:47:12 +0000 Subject: [PATCH 0953/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Salmon; } nav { - background: DarkTurquoise; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 805b83e5666bb82d7930d2a0b6ba949c66a32671 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 02:17:13 +0000 Subject: [PATCH 0954/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Cyan; } nav { - background: Salmon; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From f3252aaddd6accec9e667fdf774f54b2d2245cb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 06:02:12 +0000 Subject: [PATCH 0955/3211] KPT-24: Update background color to Navy --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Navy; } nav { - background: Cyan; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From e4836c8351ec6dbd9598f16b56bcf0f4df4db743 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 09:47:13 +0000 Subject: [PATCH 0956/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DodgerBlue; } nav { - background: Navy; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6017c68b96273f5b7015878ea5b7f93e43f0f072 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 15:02:13 +0000 Subject: [PATCH 0957/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SeaGreen; } nav { - background: DodgerBlue; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b89a87c8bfa4b113d6fa6752370c2d6d29fa3fba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 18:47:13 +0000 Subject: [PATCH 0958/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid SlateBlue; } nav { - background: SeaGreen; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bf1c99901d4b1bfed2f37e2997f47c818ea437a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 21:02:13 +0000 Subject: [PATCH 0959/3211] KPT-22: Modals with Turquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Turquoise; } nav { - background: SlateBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0f737a760ca53f3373728a938ccb4475dee5f1fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Jun 2022 22:32:13 +0000 Subject: [PATCH 0960/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DeepSkyBlue; } nav { - background: Turquoise; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a5ea9b4dd6e75897791bf650983d6e928d69311a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 06:47:12 +0000 Subject: [PATCH 0961/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid IndianRed; } nav { - background: DeepSkyBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 591eaf70a6494d436804e5240e9d88c4819f177c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 09:02:13 +0000 Subject: [PATCH 0962/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Snow; } nav { - background: IndianRed; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From b6706c32cc17af274acc2926ec2c09fd087c384b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 09:47:12 +0000 Subject: [PATCH 0963/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid MediumTurquoise; } nav { - background: Snow; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From f0b2f001e29d618e429bd65634263b3c5ad2a993 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 13:32:12 +0000 Subject: [PATCH 0964/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Chocolate; } nav { - background: MediumTurquoise; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 0f5db0f88b556b6a888f812b1c2452f2bd0aed7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 15:47:13 +0000 Subject: [PATCH 0965/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid MediumVioletRed; } nav { - background: Chocolate; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From acc593058d36fd5d4675a577f904848a57d756bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 17:17:13 +0000 Subject: [PATCH 0966/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Olive; } nav { - background: MediumVioletRed; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From ea2ba39c86a5a44eb65a904ae04d06bf26313e5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 18:02:13 +0000 Subject: [PATCH 0967/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkSalmon; } nav { - background: Olive; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 54380d91b4ab0ef6ab4caf32a2ae47a038c0ff88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Jun 2022 20:17:13 +0000 Subject: [PATCH 0968/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkViolet; } nav { - background: DarkSalmon; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From ff1a5c2868d02a1a0338512237f37d6241e07cbd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 00:02:13 +0000 Subject: [PATCH 0969/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid LavenderBlush; } nav { - background: DarkViolet; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From d73752f65e77a193baf9251deb17049729d93faf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 02:17:13 +0000 Subject: [PATCH 0970/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Indigo; } nav { - background: LavenderBlush; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 4fc1e30220ec2ff734dc3796c2b3efec34d9068b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 03:47:13 +0000 Subject: [PATCH 0971/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DeepPink; } nav { - background: Indigo; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 8831f7fc37047beb4c5e0c4fc51b93d06852aa7a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 09:02:13 +0000 Subject: [PATCH 0972/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Wheat; } nav { - background: DeepPink; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 1ad0ae72afc62e089adf53221544e77f6664ea02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 12:47:12 +0000 Subject: [PATCH 0973/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid BlanchedAlmond; } nav { - background: Wheat; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 18fdad97a5cc2dd7fe9acac03f86a74644bd19b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 18:02:13 +0000 Subject: [PATCH 0974/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid WhiteSmoke; } nav { - background: BlanchedAlmond; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 6e58d424d03dcb870bdb8719e26259a22594f506 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 19:32:13 +0000 Subject: [PATCH 0975/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LavenderBlush; } nav { - background: WhiteSmoke; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 14ada5460922346df33f3ddd8c715a575c90844d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Jun 2022 20:17:13 +0000 Subject: [PATCH 0976/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Violet; } nav { - background: LavenderBlush; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 5a0ba044ec44a498af3eb0704ddd8dac6ef3754a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 02:17:13 +0000 Subject: [PATCH 0977/3211] KPT-22: Modals with ForestGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid ForestGreen; } nav { - background: Violet; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From e7efc20abe6fe0195f287fcaf9c8cecbbdd7e857 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 03:47:13 +0000 Subject: [PATCH 0978/3211] KPT-24: Update background color to LimeGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LimeGreen; } nav { - background: ForestGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6154b4a304db31e10aadd3443ab94f32503d23c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 06:47:12 +0000 Subject: [PATCH 0979/3211] KPT-22: Modals with BlanchedAlmond accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: LimeGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From e67639485c0eef213d67c746f6d7ffb242d9ba05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 08:17:12 +0000 Subject: [PATCH 0980/3211] KPT-24: Update background color to DarkGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DarkGrey; } nav { - background: BlanchedAlmond; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From ae8dcd72453421b07e0ccef091b00dc989b214b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 09:02:12 +0000 Subject: [PATCH 0981/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Bisque; } nav { - background: DarkGrey; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 3aff77fe59939a120c4c613f60de4eb4a06a8094 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 10:32:13 +0000 Subject: [PATCH 0982/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0d218c5745b720d1427a7eb9ad0e9cd84813349c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 11:17:13 +0000 Subject: [PATCH 0983/3211] KPT-22: Modals with Azure accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Azure; } nav { - background: RoyalBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 371118d954ed0644a7994259f80245d872846e2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 12:02:12 +0000 Subject: [PATCH 0984/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Navy; } nav { - background: Azure; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 6500841c8894ac540c302adbda7a1f1def56f99d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 12:47:12 +0000 Subject: [PATCH 0985/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightCoral; } nav { - background: Navy; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 4fa232ec818fde20e88d54a1bbcd964ab9587e71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 13:32:12 +0000 Subject: [PATCH 0986/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid HoneyDew; } nav { - background: LightCoral; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 096a94ba1dd63f6f52b573458f8f1a8a70391ced Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 14:17:13 +0000 Subject: [PATCH 0987/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightBlue; } nav { - background: HoneyDew; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87b438f7643724c5f0dbb94e5b2cfc526cd870ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 21:02:13 +0000 Subject: [PATCH 0988/3211] KPT-22: Modals with Lavender accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Lavender; } nav { - background: LightBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 1adc4fc6571bd0c2e5d3b30b59eff54018ef53f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Jun 2022 21:47:13 +0000 Subject: [PATCH 0989/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid NavajoWhite; } nav { - background: Lavender; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d638cfd121f637f1ed37af5ba01ac23b0a5f0331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 03:47:13 +0000 Subject: [PATCH 0990/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkCyan; } nav { - background: NavajoWhite; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From fa9a895999b109bf2f90214dad582d6f4b059ce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 05:17:12 +0000 Subject: [PATCH 0991/3211] KPT-24: Update background color to MediumSeaGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkCyan; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 00a13b9a526bd0376b6f7b4d381c2d44e8b7bd53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 06:02:13 +0000 Subject: [PATCH 0992/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid CornflowerBlue; } nav { - background: MediumSeaGreen; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 321e993d4fd3ff448d3dac8c9c7d32d519832ce1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 06:47:13 +0000 Subject: [PATCH 0993/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid LightCyan; } nav { - background: CornflowerBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From f503457b1ed567425aeccbb04ee29ba5bc3ee41b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 14:17:13 +0000 Subject: [PATCH 0994/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid SandyBrown; } nav { - background: LightCyan; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 75457cd97d41ca33360e991c3d993a197ae2b679 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 15:47:12 +0000 Subject: [PATCH 0995/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid RebeccaPurple; } nav { - background: SandyBrown; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 247096748bf885f636f88b7e019b017a640e9d7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 20:17:13 +0000 Subject: [PATCH 0996/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid LightCyan; } nav { - background: RebeccaPurple; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5fb065ec8ba96d4bef28f536b91b3b562bfefbf5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 21:02:12 +0000 Subject: [PATCH 0997/3211] KPT-22: Modals with DimGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DimGray; } nav { - background: LightCyan; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 4d3e53d17e5aa9f369470b41498035bbe73864c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Jun 2022 21:47:12 +0000 Subject: [PATCH 0998/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f44279228c557545688037179144c1f2fb928330 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 02:17:12 +0000 Subject: [PATCH 0999/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid IndianRed; } nav { - background: Lavender; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 21e2abed1dd440ed444924cf561634b3f6ddefbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 05:17:12 +0000 Subject: [PATCH 1000/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e9877f3b372f37bc263f2e2558c79ffd06e140ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 07:32:13 +0000 Subject: [PATCH 1001/3211] KPT-24: Update background color to Aquamarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Aquamarine; } nav { - background: LawnGreen; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 2fc49e219cad63831191d97c7c0503ff2a577172 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 12:47:12 +0000 Subject: [PATCH 1002/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5f1407039be48050b4b6bef890ce92965c831ef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 13:32:13 +0000 Subject: [PATCH 1003/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightYellow; } nav { - background: MediumSeaGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From aa121fa9c644ab3bcd5d7b372163c3dc5851ef41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 14:17:12 +0000 Subject: [PATCH 1004/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightYellow; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 03e66b5f9c5e8a7dde7dcb870a18f2bd976d7662 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 18:47:13 +0000 Subject: [PATCH 1005/3211] KPT-24: Update background color to Gray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Gray; } nav { - background: DarkSlateGrey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 9442cef07e2ae8283538726fce22a88f304454da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 22:32:12 +0000 Subject: [PATCH 1006/3211] KPT-24: Update background color to SpringGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid SpringGreen; } nav { - background: Gray; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 75a51317b88cf775fba01f962e06a029a01c9129 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Jun 2022 23:17:13 +0000 Subject: [PATCH 1007/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Peru; } nav { - background: SpringGreen; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From aec6e7d39b14bab1abc51b0b6eca4693e4aed1f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 00:02:12 +0000 Subject: [PATCH 1008/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid BurlyWood; } nav { - background: Peru; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From d1e1099f2cd46e31d41cb5bfa8e1f7f764453076 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 07:32:13 +0000 Subject: [PATCH 1009/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightCoral; } nav { - background: BurlyWood; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From ab059945f2f87210bafb734cd091e6995c6660c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 08:17:12 +0000 Subject: [PATCH 1010/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Cyan; } nav { - background: LightCoral; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ca4d635b841e3da000c10131ae39414295c4020a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 15:02:12 +0000 Subject: [PATCH 1011/3211] KPT-24: Update background color to Black --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Black; } nav { - background: Cyan; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 96a841b8ec2446a3c04220a5bf4476b003b8936d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Jun 2022 17:17:13 +0000 Subject: [PATCH 1012/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Snow; } nav { - background: Black; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 9922cb5ef07b18cd881e2ba6d793a25e4c5e536a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 00:02:27 +0000 Subject: [PATCH 1013/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2f1852f3c721af469b3401037813f81abc4bd2c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 03:02:13 +0000 Subject: [PATCH 1014/3211] KPT-24: Update background color to DimGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DimGrey; } nav { - background: Crimson; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From c6ab7b2e69b822463cb2ffd7eafefbb5f02b75f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 04:32:13 +0000 Subject: [PATCH 1015/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid Green; } nav { - background: DimGrey; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 0e7c828f3e93a2df0925ba213ed00563e008b57b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 08:17:13 +0000 Subject: [PATCH 1016/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 281025cf613b6fbff55e7d858ba84b06f6b68168 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 12:02:13 +0000 Subject: [PATCH 1017/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid SeaShell; } nav { - background: NavajoWhite; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 1d211b9e136e4f26df146301a32baea053d785fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 17:17:13 +0000 Subject: [PATCH 1018/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MistyRose; } nav { - background: SeaShell; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 6aefb480e97291b3573975fdc25d3dd83e7c805f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 20:17:12 +0000 Subject: [PATCH 1019/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Blue; } nav { - background: MistyRose; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From f2ea62c7c2be0ac76d81272d918775cbf0332089 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 21:02:12 +0000 Subject: [PATCH 1020/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ba2570df9266d0073403877c6b1d41859b4579c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Jun 2022 23:17:13 +0000 Subject: [PATCH 1021/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid AntiqueWhite; } nav { - background: DarkMagenta; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From ff27bccc376a098cff30a04dc8c664587d7b362a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 00:02:17 +0000 Subject: [PATCH 1022/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkGreen; } nav { - background: AntiqueWhite; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 386984fc6d565f9e23cc7caa000225706b96b6ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 00:47:12 +0000 Subject: [PATCH 1023/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Indigo; } nav { - background: DarkGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 91251f8af32b7cd6127ca4074610ad0e99233dc4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 03:47:13 +0000 Subject: [PATCH 1024/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Snow; } nav { - background: Indigo; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 2e954944931844781087d481a143ea77bb1a5720 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 09:47:13 +0000 Subject: [PATCH 1025/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Tan; } nav { - background: Snow; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 88f6da9f9e33fb78da6bc7e3697cd27041de232a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 13:32:13 +0000 Subject: [PATCH 1026/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid PeachPuff; } nav { - background: Tan; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 079e2916bec9336c53d09c294b5894cb57299bff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 19:32:14 +0000 Subject: [PATCH 1027/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Black; } nav { - background: PeachPuff; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From bb218a24d1fc03bc6c06602f7756d3424fa4ba6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 21:02:13 +0000 Subject: [PATCH 1028/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Coral; } nav { - background: Black; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 8faead7ab71f37fd51a8ab62e96aec31035d7bea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Jun 2022 21:47:13 +0000 Subject: [PATCH 1029/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Snow; } nav { - background: Coral; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From c1bc5ba4fe0e892fde9454dc03ff0c602818c91e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 00:47:13 +0000 Subject: [PATCH 1030/3211] KPT-22: Modals with Green accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Green; } nav { - background: Snow; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 13bcefbb649f9ce91bff944490aea9cb79ab5eb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 02:17:13 +0000 Subject: [PATCH 1031/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid LightSalmon; } nav { - background: Green; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3a3e202aaa311287599054fe2424532dfc604ade Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 09:02:13 +0000 Subject: [PATCH 1032/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid MediumPurple; } nav { - background: LightSalmon; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 766fe484f4aac5b5fefd7e50f292ef43f9c76d06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 12:02:12 +0000 Subject: [PATCH 1033/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid PeachPuff; } nav { - background: MediumPurple; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 8e6ec66554e4d5bdf0e468ffe12c5051f713b96a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 12:47:13 +0000 Subject: [PATCH 1034/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid LightCyan; } nav { - background: PeachPuff; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 5f07e1dd6e53333eeaa77985ca1c9efb9d3c427f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 13:32:14 +0000 Subject: [PATCH 1035/3211] KPT-24: Update background color to PowderBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid PowderBlue; } nav { - background: LightCyan; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 16f7b428bf0e2abc326baac69d33f3d1f268bb5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 15:02:13 +0000 Subject: [PATCH 1036/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Cyan; } nav { - background: PowderBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 2a8072b332d346961132512830ef594c3c7ee136 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 15:47:13 +0000 Subject: [PATCH 1037/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Thistle; } nav { - background: Cyan; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From a07d339e4ab7e84f4d6c164ea351eb8f0d9336e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 20:17:13 +0000 Subject: [PATCH 1038/3211] KPT-24: Update background color to LavenderBlush --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LavenderBlush; } nav { - background: Thistle; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 5fa9181fd8caa1637bb8073b19bc76f99a516f2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Jun 2022 21:47:12 +0000 Subject: [PATCH 1039/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6e0125e4c707a5594676bb8aade45ddad5b27401 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 00:02:14 +0000 Subject: [PATCH 1040/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Orange; } nav { - background: DarkOliveGreen; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 02c47157cd8a9063b845cdf8d1e1cd5b66791344 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 02:17:12 +0000 Subject: [PATCH 1041/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid HotPink; } nav { - background: Orange; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From aa4561492d187d6ad4c14c6942a20d392a818157 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 06:47:12 +0000 Subject: [PATCH 1042/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkSlateGray; } nav { - background: HotPink; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6d1020e815743af1e70c6b7ee37d6d0c209c6255 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 14:17:13 +0000 Subject: [PATCH 1043/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DarkRed; } nav { - background: DarkSlateGray; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From dba0161e5cc47f45e0926af0ba877c6f5adf0f0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 18:02:14 +0000 Subject: [PATCH 1044/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightSteelBlue; } nav { - background: DarkRed; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 661a4d11eb04997aef7f85fcf0cdbe7c6338f997 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Jun 2022 20:17:12 +0000 Subject: [PATCH 1045/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Navy; } nav { - background: LightSteelBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From ebe8e8b9a3054b104c9d3a79900361bd172fd65b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 00:02:17 +0000 Subject: [PATCH 1046/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a95e8e922d07b47abbad63b59ca92b06d860a5e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 08:17:12 +0000 Subject: [PATCH 1047/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1aaa52438c38b53382ec1ef11cd02a64bf34ca42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 09:02:13 +0000 Subject: [PATCH 1048/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkSlateGrey; } nav { - background: Maroon; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 15953b85cd4893b36d9fd5339dd1370e7832c2ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 11:17:12 +0000 Subject: [PATCH 1049/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid RoyalBlue; } nav { - background: DarkSlateGrey; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 29daeb00ba2217bcb6947006e7e8a7ef999883ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Jun 2022 22:32:13 +0000 Subject: [PATCH 1050/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 69df1b39a4746094b7ee1f76d422303317d630e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 00:02:12 +0000 Subject: [PATCH 1051/3211] KPT-24: Update background color to Thistle --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 53afec4f9053fe490b3152b48d55d328b44efa2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 06:47:15 +0000 Subject: [PATCH 1052/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Gray; } nav { - background: Thistle; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From be806cee35166dcdf6e1eedb8d7ecee29af9670a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 18:47:12 +0000 Subject: [PATCH 1053/3211] KPT-24: Update background color to Tan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Tan; } nav { - background: Gray; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 6ad7a25d8a09de39101b6439522eb5b428eb56ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 29 Jun 2022 23:17:13 +0000 Subject: [PATCH 1054/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid OldLace; } nav { - background: Tan; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 0dc4e91a18544a2e13cd342cfde9cfd9085f38fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 03:47:12 +0000 Subject: [PATCH 1055/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid LightSalmon; } nav { - background: OldLace; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From c02f11e439c17eafd0ac84d745668548040ad7f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 06:47:14 +0000 Subject: [PATCH 1056/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d0d856c41e0aa74c22af1c42e0e7d886ac07cce6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 08:17:14 +0000 Subject: [PATCH 1057/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DeepPink; } nav { - background: LavenderBlush; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 71f81cf9fe5276f2b66db4a8717e9a8f3e907a0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 09:02:12 +0000 Subject: [PATCH 1058/3211] KPT-22: Modals with Grey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Grey; } nav { - background: DeepPink; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 2642d92d0a05b72addedeefeda911fa2dabd0112 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 09:47:12 +0000 Subject: [PATCH 1059/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Beige; } nav { - background: Grey; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 3cd31c22e7b46dc143de4517f2d940583d320542 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 13:32:13 +0000 Subject: [PATCH 1060/3211] KPT-22: Modals with MediumTurquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a85f1d7d814194b07c543d0cd9ccc85a6c03452c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 30 Jun 2022 18:47:27 +0000 Subject: [PATCH 1061/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Blue; } nav { - background: MediumTurquoise; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From a853bac8209572383bbb68ac9fdff0d9bfc6d96b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 00:47:12 +0000 Subject: [PATCH 1062/3211] KPT-24: Update background color to Khaki --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Khaki; } nav { - background: Blue; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From edb56ed2ae7fc36efec9374865e7cc9632807c81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 06:47:12 +0000 Subject: [PATCH 1063/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Bisque; } nav { - background: Khaki; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 262efcd9c16b6176f2f645bb36c35996a0d66af3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 14:17:13 +0000 Subject: [PATCH 1064/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Fuchsia; } nav { - background: Bisque; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From d767a7f18f25d73b5bcd4a34efcddf2687fa72c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 15:02:13 +0000 Subject: [PATCH 1065/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Snow; } nav { - background: Fuchsia; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From ca119a5add59f21cdd9463a47bb077e4f4ff1db1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 1 Jul 2022 18:47:15 +0000 Subject: [PATCH 1066/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid AliceBlue; } nav { - background: Snow; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 41d401d77e71777bc0551a68e3a95df0e075b4ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 01:32:12 +0000 Subject: [PATCH 1067/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Crimson; } nav { - background: AliceBlue; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From f8fc83a8d9315fcdab0707be04d689745d5e8db5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 13:32:12 +0000 Subject: [PATCH 1068/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Yellow; } nav { - background: Crimson; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 01c26ef001af512c92dba1882dccff5108544f4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 15:47:13 +0000 Subject: [PATCH 1069/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Azure; } nav { - background: Yellow; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From e6b6e0e30f8d42f853b8e1d07299065bd553b9cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 18:02:13 +0000 Subject: [PATCH 1070/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid OrangeRed; } nav { - background: Azure; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 65ac5ee27429a6d8c51f6ab30fc667f3386dc76a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 2 Jul 2022 19:32:13 +0000 Subject: [PATCH 1071/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Coral; } nav { - background: OrangeRed; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From c38a8f91045b7db9215fe06191e983dd51cbdd63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 00:02:14 +0000 Subject: [PATCH 1072/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Aqua; } nav { - background: Coral; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From ed391163455bd3c42273b4c15d2b525df745e6e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 02:17:12 +0000 Subject: [PATCH 1073/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DimGray; } nav { - background: Aqua; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 04263ee7334695a82683df99d89408df88699b93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 03:47:13 +0000 Subject: [PATCH 1074/3211] KPT-24: Update background color to LightBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c757fc29fae723487974776caa15fddce60e35b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 12:02:13 +0000 Subject: [PATCH 1075/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f43f1913cca63882bcc20e9f80ab3aa076b4ebdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 3 Jul 2022 18:02:13 +0000 Subject: [PATCH 1076/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LawnGreen; } nav { - background: ForestGreen; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From ef1216609e6cfc09ad61a2b00df2b8c69e7ced27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 00:47:13 +0000 Subject: [PATCH 1077/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid CornflowerBlue; } nav { - background: LawnGreen; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From a1e2300e3427c6518e099d41d3f37016a5197ad3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 09:02:13 +0000 Subject: [PATCH 1078/3211] KPT-24: Update background color to Turquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Turquoise; } nav { - background: CornflowerBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d52fe7213f787c4830eaaf84c35a985592a954df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 18:02:12 +0000 Subject: [PATCH 1079/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightGreen; } nav { - background: Turquoise; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 34e6cc3237f70a8f89f3ac8edaf27ed14b4f9c00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 4 Jul 2022 23:17:12 +0000 Subject: [PATCH 1080/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DodgerBlue; } nav { - background: LightGreen; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4d22e47da89a9f236afaafef1dc5546ab077a7d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 00:02:14 +0000 Subject: [PATCH 1081/3211] KPT-24: Update background color to LightCoral --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightCoral; } nav { - background: DodgerBlue; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 1b803e8dace5c29ea7b8b6f6e15b55e3a0c6833c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 03:02:13 +0000 Subject: [PATCH 1082/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SkyBlue; } nav { - background: LightCoral; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 59f91c457668bc413c3f2e4e1ab7abc71c5c5ac3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 03:47:13 +0000 Subject: [PATCH 1083/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid IndianRed; } nav { - background: SkyBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From e6e127308bd7fa71bd601907b8e49dd376017c27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 08:17:13 +0000 Subject: [PATCH 1084/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Red; } nav { - background: IndianRed; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 8b4b53c6af8d8fff016ec9b8bca3ca13052f359f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 10:32:13 +0000 Subject: [PATCH 1085/3211] KPT-24: Update background color to NavajoWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid NavajoWhite; } nav { - background: Red; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From c3507e9ac6a74a312c6112c8060a43684f4284a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 11:17:14 +0000 Subject: [PATCH 1086/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Teal; } nav { - background: NavajoWhite; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 83d2be6b27849be9f66e47dc9a3120bbbb12ebde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 17:17:13 +0000 Subject: [PATCH 1087/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumPurple; } nav { - background: Teal; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 327d924aa7cf60b70596b4ab7cd00402b1738aec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 18:02:12 +0000 Subject: [PATCH 1088/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkTurquoise; } nav { - background: MediumPurple; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 545260e6ebb1bad276de2bbd7ebb9d1c5a3b10e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 19:32:12 +0000 Subject: [PATCH 1089/3211] KPT-24: Update background color to Cornsilk --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Cornsilk; } nav { - background: DarkTurquoise; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 342abfeea82b72a01eb0536396fdaf9b0f4a611d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 5 Jul 2022 20:17:12 +0000 Subject: [PATCH 1090/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid NavajoWhite; } nav { - background: Cornsilk; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d6c4e6f1333b22a403ff23de64523029591f0068 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 05:17:12 +0000 Subject: [PATCH 1091/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid SteelBlue; } nav { - background: NavajoWhite; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From b0957a2db96a620a5fa06df4842d454afb3fbf15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 06:02:13 +0000 Subject: [PATCH 1092/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DodgerBlue; } nav { - background: SteelBlue; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From b19b9e5bbb40d266d63d85e92696ff367e7a1d4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 07:32:12 +0000 Subject: [PATCH 1093/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Chocolate; } nav { - background: DodgerBlue; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From d66f56978415abc189ca9170be3b839bf10b97a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 15:47:13 +0000 Subject: [PATCH 1094/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid HoneyDew; } nav { - background: Chocolate; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 8a11f676f76477215c877e4c305e26397c5bc0f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 18:02:12 +0000 Subject: [PATCH 1095/3211] KPT-22: Modals with OrangeRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid OrangeRed; } nav { - background: HoneyDew; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From eae9d0c678ef42f47be2882f14c640a87112b70f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 6 Jul 2022 18:47:12 +0000 Subject: [PATCH 1096/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid BurlyWood; } nav { - background: OrangeRed; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From e03a288e1b88eca93d8db725873e42fdec05f6ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 02:17:12 +0000 Subject: [PATCH 1097/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid DodgerBlue; } nav { - background: BurlyWood; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From da0804a44c724ff81d72482a3ca01e6c25a49a0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 06:47:12 +0000 Subject: [PATCH 1098/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LavenderBlush; } nav { - background: DodgerBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 7418ef83d851ff75bbde45cbbb9b6b529c830e89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 09:02:13 +0000 Subject: [PATCH 1099/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f0781ec9c796ff58acf037aeba1f83bbe7e53f99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 10:32:12 +0000 Subject: [PATCH 1100/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid SlateGray; } nav { - background: Lime; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 5209ddf4ed5cbeddb46d2a6d51663ea841d0c19b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 15:47:12 +0000 Subject: [PATCH 1101/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid AntiqueWhite; } nav { - background: SlateGray; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From d2b2c52e5ff5c37e547602d79ec2cc58bba5489c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 16:32:12 +0000 Subject: [PATCH 1102/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LightGrey; } nav { - background: AntiqueWhite; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From c0f3bd0f83ef70d68b007bbbb2a1654f5b4818fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 7 Jul 2022 20:17:13 +0000 Subject: [PATCH 1103/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DarkGrey; } nav { - background: LightGrey; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7f08adf5e35f9692d3bafdcabd7730fe892e575f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 00:02:14 +0000 Subject: [PATCH 1104/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Aqua; } nav { - background: DarkGrey; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 534437a87b8fba63600ac89019a5537f2bf5998b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 03:02:13 +0000 Subject: [PATCH 1105/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkGray; } nav { - background: Aqua; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 0a17ced024ba6818732c8f7094baf66b7c9256f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 05:17:13 +0000 Subject: [PATCH 1106/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid NavajoWhite; } nav { - background: DarkGray; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 50b55dc53d6269551d52dd7dc36bdf60ad879a04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 07:32:12 +0000 Subject: [PATCH 1107/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid OliveDrab; } nav { - background: NavajoWhite; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 7199d336986fe2287ea06e5a2ef21d77eefb6cb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 10:32:13 +0000 Subject: [PATCH 1108/3211] KPT-24: Update background color to LawnGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid LawnGreen; } nav { - background: OliveDrab; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From ed8d6621b41d588711350a7b5143cff401b2950e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 8 Jul 2022 12:47:13 +0000 Subject: [PATCH 1109/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: LawnGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 48d419173c83f0cbbe493a4ffadb2cc02687b73d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 00:47:12 +0000 Subject: [PATCH 1110/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid OrangeRed; } nav { - background: RebeccaPurple; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From acd01f3b9ad2f0814cb301f6e9f265e95a39a96e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 03:47:13 +0000 Subject: [PATCH 1111/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Gold; } nav { - background: OrangeRed; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 7741ed7cb572b954fcb8f60e9a817cc21f444d8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 06:47:13 +0000 Subject: [PATCH 1112/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid PowderBlue; } nav { - background: Gold; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 333df6d56362fda052a3a2d55df070b601600de9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 13:32:12 +0000 Subject: [PATCH 1113/3211] KPT-22: Modals with DarkGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 63e62f7bd04c6faa12b09ac5e0674165169b97ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 20:17:13 +0000 Subject: [PATCH 1114/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Fuchsia; } nav { - background: DarkGray; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From f4ba18c163a452fa35251e0fe9514682e5753855 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 21:47:13 +0000 Subject: [PATCH 1115/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Tomato; } nav { - background: Fuchsia; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From b33ddcbe09fcffba3d15a31cab76f87c91e52d5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 9 Jul 2022 23:17:12 +0000 Subject: [PATCH 1116/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid ForestGreen; } nav { - background: Tomato; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From a989576b13d85ae7e3f69661a5bab254c1cfff47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 00:02:13 +0000 Subject: [PATCH 1117/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Gray; } nav { - background: ForestGreen; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 136da281619cf0ad85a915bcd459a440842243c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 04:32:13 +0000 Subject: [PATCH 1118/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid RosyBrown; } nav { - background: Gray; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From e56486eece84d44455c794de27e6584e9eb3777d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 06:47:12 +0000 Subject: [PATCH 1119/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7bdf8fb0afd259e8b459061a8d2450f4ce063e4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 09:02:12 +0000 Subject: [PATCH 1120/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Navy; } nav { - background: Fuchsia; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 17e431e12404790737f2d60d5b727e62480c4ad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 12:02:13 +0000 Subject: [PATCH 1121/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightYellow; } nav { - background: Navy; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From b346b0c9f91d96e8ec7345fb2940e12f6634394f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 13:32:13 +0000 Subject: [PATCH 1122/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Gold; } nav { - background: LightYellow; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From e380617b2b4215c7bd3efd6fa8936e108fa79766 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 15:02:12 +0000 Subject: [PATCH 1123/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Chocolate; } nav { - background: Gold; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From ab372f2634c3f97a84839c67f8abe88d0b912b23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 22:32:12 +0000 Subject: [PATCH 1124/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DarkSlateGrey; } nav { - background: Chocolate; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 63b43516a957d1035250e02def81e62c14ac3139 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 10 Jul 2022 23:17:12 +0000 Subject: [PATCH 1125/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b828100be8384dece90abea3688fe375077cc822 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 07:32:13 +0000 Subject: [PATCH 1126/3211] KPT-22: Modals with DodgerBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid DodgerBlue; } nav { - background: LightGrey; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 991db3ebfaaf258f618d9454ed96ff01b845135f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 12:02:13 +0000 Subject: [PATCH 1127/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Yellow; } nav { - background: DodgerBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 85fececb413847cf6a5caae0ba15d38fa92bc51d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 12:47:12 +0000 Subject: [PATCH 1128/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SeaGreen; } nav { - background: Yellow; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7187ebd0ee0f770ec89008c6eaf6bf8d1f3cf960 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 19:21:52 +0000 Subject: [PATCH 1129/3211] KPT-22: Modals with PaleTurquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid PaleTurquoise; } nav { - background: SeaGreen; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 7793fea3fd43f30bb7549bf0df9e535a780f5667 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 11 Jul 2022 23:51:51 +0000 Subject: [PATCH 1130/3211] KPT-22: Modals with SlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SlateGrey; } nav { - background: PaleTurquoise; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6d5ff27d10429b5dcf6515922df0ea964e892545 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 00:36:52 +0000 Subject: [PATCH 1131/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e28b55ef2d64f4f3a099bae51cda307fcabf6097 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 01:21:52 +0000 Subject: [PATCH 1132/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkSlateBlue; } nav { - background: GreenYellow; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3faf3d47bc41a19dc3c054b5b5a6be22fa05bea0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 08:51:51 +0000 Subject: [PATCH 1133/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Lavender; } nav { - background: DarkSlateBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 053ba78d57178eec0ecd3a3e64eb9c318e446306 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 13:21:52 +0000 Subject: [PATCH 1134/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4d1a9021efd62bcacd1d10a723ce3c22e5bc2e19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 14:51:52 +0000 Subject: [PATCH 1135/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Chartreuse; } nav { - background: Linen; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 5c144229d1f3c2dcefe7f96e4dc932da6156152d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 16:21:52 +0000 Subject: [PATCH 1136/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid MidnightBlue; } nav { - background: Chartreuse; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0d79983e23f493ccabb9086f908a84f4cd3f117a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 21:36:52 +0000 Subject: [PATCH 1137/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c4a40ddf7c29877e09ca0bb6f27d00a33bc7df37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 12 Jul 2022 23:06:52 +0000 Subject: [PATCH 1138/3211] KPT-22: Modals with GoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 97564275c48c755c5ebe414e888304ce0b100737 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 00:36:51 +0000 Subject: [PATCH 1139/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Green; } nav { - background: GoldenRod; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 65faca92da904075b50f83931dc11cef5fa97879 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 05:06:51 +0000 Subject: [PATCH 1140/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid SaddleBrown; } nav { - background: Green; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From bfda364be9c1673581f6d179381f04651ae0bf55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 06:36:52 +0000 Subject: [PATCH 1141/3211] KPT-24: Update background color to Beige --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Beige; } nav { - background: SaddleBrown; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 9eee9244c8d822dadb50cfc1da3b6e0c6d17b79c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 07:21:51 +0000 Subject: [PATCH 1142/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkSlateGrey; } nav { - background: Beige; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 83f1a19a6f6ccaade2b2a6580d39aa0318e7b461 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 08:06:51 +0000 Subject: [PATCH 1143/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid AliceBlue; } nav { - background: DarkSlateGrey; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 69e7972ece88bbf341a80e4b0121f3eb3dec0416 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 13:21:52 +0000 Subject: [PATCH 1144/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 219a6ed3591c83839d2f155dcb5681fb8defcf05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 14:52:04 +0000 Subject: [PATCH 1145/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2a6aa759d788070226b2e4d345316425f4dd01c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 17:06:52 +0000 Subject: [PATCH 1146/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Chocolate; } nav { - background: CadetBlue; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 39cfcbebb10294c206c4bb3a2e9ce80bc124f515 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 13 Jul 2022 23:51:52 +0000 Subject: [PATCH 1147/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid SandyBrown; } nav { - background: Chocolate; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From e0220cd66a6620705bee230e78cd8b22066a7c8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 00:36:52 +0000 Subject: [PATCH 1148/3211] KPT-24: Update background color to RebeccaPurple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid RebeccaPurple; } nav { - background: SandyBrown; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From ca3597e0530d62132f2047dc035f61225fabb865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 01:21:52 +0000 Subject: [PATCH 1149/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkSlateGray; } nav { - background: RebeccaPurple; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 9f74bfac5f9c6c3e973848d59fad5ca295b01f07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 04:21:52 +0000 Subject: [PATCH 1150/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Wheat; } nav { - background: DarkSlateGray; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From ab209b4fd1abc9fb0e20ddf3790f44c2833ebbd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 05:06:51 +0000 Subject: [PATCH 1151/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid GhostWhite; } nav { - background: Wheat; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 57b83c132bf20863c1075ae9deece3338f7990e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 13:21:52 +0000 Subject: [PATCH 1152/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkTurquoise; } nav { - background: GhostWhite; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5c5c841885b35982076413567e315feb5d9fc668 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 17:06:52 +0000 Subject: [PATCH 1153/3211] KPT-24: Update background color to Yellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Yellow; } nav { - background: DarkTurquoise; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From ab2aca3b49539e7d074e00d203180671311cbb27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 17:51:52 +0000 Subject: [PATCH 1154/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkSlateGrey; } nav { - background: Yellow; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 183e08fb627ed1e2d9b558bb09c588154f657b19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 19:21:51 +0000 Subject: [PATCH 1155/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Sienna; } nav { - background: DarkSlateGrey; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 5aa7b37b5687771781e5f9f6aa20ffb25b15a493 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 14 Jul 2022 20:51:53 +0000 Subject: [PATCH 1156/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightGrey; } nav { - background: Sienna; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9eb7e45cc20efd0950a90524871c8729306c9140 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 00:36:52 +0000 Subject: [PATCH 1157/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightGrey; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 622da9be2bca88e62e9705800185378cd3971d2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 02:06:52 +0000 Subject: [PATCH 1158/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LimeGreen; } nav { - background: MediumAquaMarine; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 70396ccb741af7a00e2efb0e1d69c79400b13051 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 03:36:52 +0000 Subject: [PATCH 1159/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid MediumVioletRed; } nav { - background: LimeGreen; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 449670014a317226e4910ba3691c4c66d2039cbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 06:36:52 +0000 Subject: [PATCH 1160/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid BlueViolet; } nav { - background: MediumVioletRed; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From a20312b7633ad4c025d706154f4cd44f4a5f4219 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 08:06:52 +0000 Subject: [PATCH 1161/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Navy; } nav { - background: BlueViolet; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 0547c12c7585561a626489f739237797e000727e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 15 Jul 2022 11:51:52 +0000 Subject: [PATCH 1162/3211] KPT-22: Modals with SpringGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid SpringGreen; } nav { - background: Navy; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0984f41c7c8a0d6964f29f2556a7c17e320f663e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 04:21:53 +0000 Subject: [PATCH 1163/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid OrangeRed; } nav { - background: SpringGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 111c2a8c5205c6bcd13702db90097805b696f40e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 05:06:52 +0000 Subject: [PATCH 1164/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid BlanchedAlmond; } nav { - background: OrangeRed; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 56d94db76342dbc05fc4cc88ac8940b726d583f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 11:51:54 +0000 Subject: [PATCH 1165/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6c93ffc7548f472050290fa07fb7abc9dd57bc3c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 13:21:52 +0000 Subject: [PATCH 1166/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid AntiqueWhite; } nav { - background: LightSteelBlue; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 4190227b391ecb0e3fa1cce63082a3e5f153393d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 17:06:54 +0000 Subject: [PATCH 1167/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid MediumOrchid; } nav { - background: AntiqueWhite; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From e4801c07c05c4c06666ea08117653df4cfebd691 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 16 Jul 2022 22:21:51 +0000 Subject: [PATCH 1168/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid SpringGreen; } nav { - background: MediumOrchid; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2590954e00a0c8c591ca5a2dfb76e1826b97f258 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 03:36:53 +0000 Subject: [PATCH 1169/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: SpringGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 369dfeed10d5a60307734c3add018720c45461a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 05:51:52 +0000 Subject: [PATCH 1170/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightPink; } nav { - background: LightSteelBlue; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 39c0df153ab955aed07b5e4452a8be518d5b11bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 07:21:52 +0000 Subject: [PATCH 1171/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid MediumSpringGreen; } nav { - background: LightPink; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a8e3acda54e42e5f5ba34ad03a2434fc9df091d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 08:06:51 +0000 Subject: [PATCH 1172/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid WhiteSmoke; } nav { - background: MediumSpringGreen; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From c3fd8d2d433d0d2d118fb6af33aefc0a4edf4150 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 12:36:51 +0000 Subject: [PATCH 1173/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid AntiqueWhite; } nav { - background: WhiteSmoke; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From e90c4c635280a2d0dcc893a6dbc2c307994f39d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 14:06:52 +0000 Subject: [PATCH 1174/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkSeaGreen; } nav { - background: AntiqueWhite; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From cad155001f7334327f6ffd2bc595b62bbad71c57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 20:06:51 +0000 Subject: [PATCH 1175/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d8226ba76c941d44e32524e1b1c545e69269933f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 23:06:52 +0000 Subject: [PATCH 1176/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid GoldenRod; } nav { - background: Orange; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From bfcbcc598ee9d4de5f14a8596a793be0c49ad880 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 17 Jul 2022 23:51:52 +0000 Subject: [PATCH 1177/3211] KPT-24: Update background color to Navy --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f82ec59aa4b8033db40e33cd02dc9a996dfcfb74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 05:51:51 +0000 Subject: [PATCH 1178/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LawnGreen; } nav { - background: Navy; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5055fc3aed22034d19439e5bf23fb61a11183805 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 09:36:51 +0000 Subject: [PATCH 1179/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Blue; } nav { - background: LawnGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 993275fbe10047a3a6b3980e5226b47d6a422083 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 10:22:02 +0000 Subject: [PATCH 1180/3211] KPT-24: Update background color to Magenta --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Magenta; } nav { - background: Blue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From ad56fe981ca38d881e814efa94884361acd208bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 14:06:52 +0000 Subject: [PATCH 1181/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightBlue; } nav { - background: Magenta; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3230138f210a03edfd1eef17078eea69bc980a39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 18:36:51 +0000 Subject: [PATCH 1182/3211] KPT-22: Modals with PeachPuff accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c225e8163cccc2ee90265c7c4a64c794a1423ab8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 22:21:51 +0000 Subject: [PATCH 1183/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Aquamarine; } nav { - background: PeachPuff; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 12e68c771c648d1d1d645930660771ce2dd4e5aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 18 Jul 2022 23:06:52 +0000 Subject: [PATCH 1184/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid DarkSalmon; } nav { - background: Aquamarine; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From d9d90166a275580415a22d03af9ff37c803115ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 02:51:51 +0000 Subject: [PATCH 1185/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid SlateBlue; } nav { - background: DarkSalmon; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 87bc900ccc7899b13c49d0337aa98e285e71c48e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 03:36:52 +0000 Subject: [PATCH 1186/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid BlueViolet; } nav { - background: SlateBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 5d1f4a65bc0267c9321ae5d360d927bfdc8ba47d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 10:21:52 +0000 Subject: [PATCH 1187/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid WhiteSmoke; } nav { - background: BlueViolet; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From c003c9c22831de16d79cb307b70e9a0243527c19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 13:21:52 +0000 Subject: [PATCH 1188/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DeepPink; } nav { - background: WhiteSmoke; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 0e9c7a4e6747864098228802c6e5bda11139f8f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 14:06:52 +0000 Subject: [PATCH 1189/3211] KPT-22: Modals with Teal accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Teal; } nav { - background: DeepPink; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 0c54292af1a57e179f79b5203ea56b1c438a22d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 14:51:52 +0000 Subject: [PATCH 1190/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid AntiqueWhite; } nav { - background: Teal; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 415d046704804dbd1064e187acb7c1ded49d04b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 18:36:51 +0000 Subject: [PATCH 1191/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Violet; } nav { - background: AntiqueWhite; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 911a0f824a51b8bbfb66d9733d94ebedecba8619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 19 Jul 2022 23:51:51 +0000 Subject: [PATCH 1192/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MidnightBlue; } nav { - background: Violet; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From aa9a21bd394bf31f3917a86e05c1f4bec7e67676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 00:36:52 +0000 Subject: [PATCH 1193/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid BlueViolet; } nav { - background: MidnightBlue; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 161b1b4665cf013913f523fc17bd96db1924afb7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 05:06:52 +0000 Subject: [PATCH 1194/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Plum; } nav { - background: BlueViolet; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 442b0fd7cd4ae6672122b446eb1e9b2b1a85d2dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 05:51:52 +0000 Subject: [PATCH 1195/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid HotPink; } nav { - background: Plum; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From fdb0cff3b67fa548fd2b721b71540ffe0842a171 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 07:21:53 +0000 Subject: [PATCH 1196/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 92684bec5c641c1106a0fadbb62d54d779e022b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 13:21:52 +0000 Subject: [PATCH 1197/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Fuchsia; } nav { - background: SpringGreen; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From bcb88f7be66576e5a9420c6e55ba7d5b3df15730 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 14:51:52 +0000 Subject: [PATCH 1198/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid PapayaWhip; } nav { - background: Fuchsia; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 8bf27eaae2b8e1a3a4fd9a67d268238107755cc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 17:06:52 +0000 Subject: [PATCH 1199/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DeepPink; } nav { - background: PapayaWhip; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 3d5d7575d97afe49dc156c6e495a82262d72ad97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 18:36:52 +0000 Subject: [PATCH 1200/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid SlateGrey; } nav { - background: DeepPink; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b6191e1cdea46dcd50b45ab3929f14dab1897644 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 20 Jul 2022 20:51:51 +0000 Subject: [PATCH 1201/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Aquamarine; } nav { - background: SlateGrey; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 826f31cde44f467229af677e2e69c9a113895ccd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 00:36:52 +0000 Subject: [PATCH 1202/3211] KPT-24: Update background color to BurlyWood --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid BurlyWood; } nav { - background: Aquamarine; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 05bf0dd013c4df1ceb7d8d46a3787c280b6e6c90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 06:36:52 +0000 Subject: [PATCH 1203/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Tomato; } nav { - background: BurlyWood; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 0226c216db45211c2329eb107686bdfd3f92a254 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 08:06:52 +0000 Subject: [PATCH 1204/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Bisque; } nav { - background: Tomato; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From f5c0eb738995032e81ecc3c7a52b92503d291da4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 09:36:51 +0000 Subject: [PATCH 1205/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid PaleGreen; } nav { - background: Bisque; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From b871496e96c29e8322c21a1ac748a22fce07788a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 14:51:52 +0000 Subject: [PATCH 1206/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid SkyBlue; } nav { - background: PaleGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0ef01e39b50d600d09326fc12ff78b9b92dc29f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 19:21:51 +0000 Subject: [PATCH 1207/3211] KPT-24: Update background color to LightYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightYellow; } nav { - background: SkyBlue; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From d76a3791ba934ad101e4be0f8232993686f5093a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 20:06:51 +0000 Subject: [PATCH 1208/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid SeaShell; } nav { - background: LightYellow; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 62a0cead495f80713df325a455263be925602af5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 21 Jul 2022 23:06:52 +0000 Subject: [PATCH 1209/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkKhaki; } nav { - background: SeaShell; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From f1ef732142d3587fdb05d8c2d2161bc686ca21fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 05:06:52 +0000 Subject: [PATCH 1210/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Silver; } nav { - background: DarkKhaki; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From b9af0d76f5d0eba2a07f97e5bd183277f785b97c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 06:36:52 +0000 Subject: [PATCH 1211/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkGoldenRod; } nav { - background: Silver; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 513af1f9e35da8427bae0487410f8070b7110b70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 07:21:52 +0000 Subject: [PATCH 1212/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DodgerBlue; } nav { - background: DarkGoldenRod; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From b8852bacf2664dd109080647541177e48ded1c31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 11:06:51 +0000 Subject: [PATCH 1213/3211] KPT-22: Modals with SeaShell accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SeaShell; } nav { - background: DodgerBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 28bfd16e2cd4aaaea0076416f39f7e49093503b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 12:36:52 +0000 Subject: [PATCH 1214/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LightGrey; } nav { - background: SeaShell; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From a70c62d5ec493bd35efe1341dba818862961b527 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 16:21:53 +0000 Subject: [PATCH 1215/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SpringGreen; } nav { - background: LightGrey; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 056aa6591fe2ab5b831c1dd2181afd25496f934a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 18:36:51 +0000 Subject: [PATCH 1216/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Thistle; } nav { - background: SpringGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 8600000b02071515c506cdf3f1efea070a820296 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 22 Jul 2022 21:36:51 +0000 Subject: [PATCH 1217/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid GhostWhite; } nav { - background: Thistle; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 37bd6e85ad4b78ea7daddeeb1bbb205e478d5aac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 03:36:51 +0000 Subject: [PATCH 1218/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid PaleGoldenRod; } nav { - background: GhostWhite; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 87bb79988cec2d893c532d03290e8586afacd161 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 05:06:52 +0000 Subject: [PATCH 1219/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LemonChiffon; } nav { - background: PaleGoldenRod; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From be6ccac47d85eb575a62ce9bb087fc113f7f5ef6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 07:21:52 +0000 Subject: [PATCH 1220/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkSeaGreen; } nav { - background: LemonChiffon; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f775648891438b10b321a9ba677d05301d333ab4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 08:06:53 +0000 Subject: [PATCH 1221/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkSeaGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From ef97bc9deeee41a8b86e55a83b7352b319156e84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 18:36:52 +0000 Subject: [PATCH 1222/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Salmon; } nav { - background: DarkSlateGrey; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 290d362c7e728ae04485f41dd03abec0f802d865 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 23 Jul 2022 20:51:51 +0000 Subject: [PATCH 1223/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid Indigo; } nav { - background: Salmon; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 20d4d7009f8cf55a938a64bfe3600d4cd1236d9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 11:06:51 +0000 Subject: [PATCH 1224/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Cyan; } nav { - background: Indigo; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 4fafcfadb5a3d0f47ad33437b4ef6ed8254e9a92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 15:36:51 +0000 Subject: [PATCH 1225/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightSlateGray; } nav { - background: Cyan; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 405e814b958f72e29cab176eb7152e2ba4de3a06 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 16:21:51 +0000 Subject: [PATCH 1226/3211] KPT-24: Update background color to HotPink --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid HotPink; } nav { - background: LightSlateGray; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 09466f210158eae5b13e37e262b95b0d42942d26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 17:06:51 +0000 Subject: [PATCH 1227/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Wheat; } nav { - background: HotPink; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From c529fc353ee2850ed360d39670eadd52a2435663 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 18:36:51 +0000 Subject: [PATCH 1228/3211] KPT-22: Modals with Gold accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Gold; } nav { - background: Wheat; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 611f4a6494da98154e95003294f3e4dd3f5b81ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 24 Jul 2022 23:51:51 +0000 Subject: [PATCH 1229/3211] KPT-24: Update background color to Gainsboro --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Gainsboro; } nav { - background: Gold; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 3cd1e67ac25e692595a7d2a2307ffaff36ca947e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 05:06:52 +0000 Subject: [PATCH 1230/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Khaki; } nav { - background: Gainsboro; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b5a2c209f50c8c3a5567dd108f40dec8bacdd63b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 08:51:51 +0000 Subject: [PATCH 1231/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid DarkSeaGreen; } nav { - background: Khaki; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0d09f96dfcda696e5af9d90c20fa8f662c4e1b22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 11:51:52 +0000 Subject: [PATCH 1232/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ae67d1e5b4e4c19c152be6573d72be9b7428aa1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 14:06:52 +0000 Subject: [PATCH 1233/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7041a3e82160aa3408625f895d9fe3e4e3017e5b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 15:36:51 +0000 Subject: [PATCH 1234/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid SlateGrey; } nav { - background: OliveDrab; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 044d34b65651f59646b0a652d2431969bfc9c7b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 17:06:51 +0000 Subject: [PATCH 1235/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Tan; } nav { - background: SlateGrey; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 68371e5502c1e19cd789a2258176837897ef3945 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 18:36:52 +0000 Subject: [PATCH 1236/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MediumBlue; } nav { - background: Tan; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From f90e9f124a398f413c8ff3e7317e8364ed797d34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 19:21:52 +0000 Subject: [PATCH 1237/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 612bb6500df93abd3719330324b494a0fd13adae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 23:06:51 +0000 Subject: [PATCH 1238/3211] KPT-22: Modals with MediumSlateBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightSlateGray; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From efa1b25b6c4c48c10f962a8bc6542a0d2764fa70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 25 Jul 2022 23:51:52 +0000 Subject: [PATCH 1239/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid ForestGreen; } nav { - background: MediumSlateBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5a49366d14bb8659dc87b77bd9fa8ac5d69727c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 02:06:51 +0000 Subject: [PATCH 1240/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid PaleVioletRed; } nav { - background: ForestGreen; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 21533db9310c1e084542a72b68ed94db4382e12a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 03:36:52 +0000 Subject: [PATCH 1241/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Brown; } nav { - background: PaleVioletRed; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From a7dbcfaba21a498667286636c6c240dc5fa779c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 11:06:51 +0000 Subject: [PATCH 1242/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkGreen; } nav { - background: Brown; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From fdbf4d3dbf720d9fee02d9e4c3d9951271e3e2ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 13:21:53 +0000 Subject: [PATCH 1243/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Lavender; } nav { - background: DarkGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 5d531f16ca40e1a5ba367318ffae241d1713e94a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 14:06:51 +0000 Subject: [PATCH 1244/3211] KPT-24: Update background color to SkyBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid SkyBlue; } nav { - background: Lavender; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a5174f987c0f9ddd083f97a41e749708538d6188 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 14:51:51 +0000 Subject: [PATCH 1245/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid PowderBlue; } nav { - background: SkyBlue; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 05998793899364560000aa9f58ec8def99055573 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 17:06:52 +0000 Subject: [PATCH 1246/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: PowderBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From ac97cb59439180be4310a44859b64c036fd35b2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 18:36:52 +0000 Subject: [PATCH 1247/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid PapayaWhip; } nav { - background: MediumAquaMarine; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 74fdd402758ae0f900bdda8b7a00cb618e15d2a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 22:21:51 +0000 Subject: [PATCH 1248/3211] KPT-24: Update background color to Navy --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Navy; } nav { - background: PapayaWhip; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 8197c5a7020466eeeadf973843bf6e9e915863e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 26 Jul 2022 23:51:51 +0000 Subject: [PATCH 1249/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b61e8ac8f4da44d5b7c0f4a7e2c8cca5fd172ef0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 02:51:52 +0000 Subject: [PATCH 1250/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5c1da8148c688c354e33a82e372d8640a746af6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 05:06:51 +0000 Subject: [PATCH 1251/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightGreen; } nav { - background: Thistle; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From d51c3312c0bb4ab4403abc669095fb05740f0342 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 08:06:52 +0000 Subject: [PATCH 1252/3211] KPT-24: Update background color to SteelBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid SteelBlue; } nav { - background: LightGreen; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From fa87e9d26fae644a096cf8761a6f48437b4b4504 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 11:51:51 +0000 Subject: [PATCH 1253/3211] KPT-22: Modals with ForestGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid ForestGreen; } nav { - background: SteelBlue; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4289e783d1b530df5c35455746e186ad4ebc77c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 16:21:52 +0000 Subject: [PATCH 1254/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid PaleVioletRed; } nav { - background: ForestGreen; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From e95b29f77a8ec939a57b3432db20dbd75290434f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 21:36:51 +0000 Subject: [PATCH 1255/3211] KPT-24: Update background color to RosyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid RosyBrown; } nav { - background: PaleVioletRed; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From ceffb89320a3e10399bf880db290eabbb12962af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 27 Jul 2022 23:06:52 +0000 Subject: [PATCH 1256/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 910762c395a3e66d4919ab37b60fda572b952ad0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 05:06:52 +0000 Subject: [PATCH 1257/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid MediumPurple; } nav { - background: DarkCyan; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 4dd5fa39bd0bcbd2460e248a8955c136b73fc803 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 05:51:51 +0000 Subject: [PATCH 1258/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid PaleGreen; } nav { - background: MediumPurple; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From b79bb7e96d68a3b4ddfbcda49c4b8acc82315814 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 08:51:52 +0000 Subject: [PATCH 1259/3211] KPT-22: Modals with GoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid GoldenRod; } nav { - background: PaleGreen; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 352b8edf52dedb4ccb806fce02559be6918d94ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 11:51:52 +0000 Subject: [PATCH 1260/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Gainsboro; } nav { - background: GoldenRod; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From b2abee1d4bab504bad889cb9932ea25c825849de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 12:36:52 +0000 Subject: [PATCH 1261/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid DeepSkyBlue; } nav { - background: Gainsboro; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d4538204f70b9d1d5f8359cca2d6fa3592f7bcd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 28 Jul 2022 16:21:53 +0000 Subject: [PATCH 1262/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Red; } nav { - background: DeepSkyBlue; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From e3b637585d92637031fedc3ad8deb2bca6fd2978 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 01:21:54 +0000 Subject: [PATCH 1263/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LimeGreen; } nav { - background: Red; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From f8da61b38d32e5c5ba3ce6b72bdd5e6bcd72c344 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 03:36:53 +0000 Subject: [PATCH 1264/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: LimeGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8136a96260cc7526bb38a974978022efbd768e5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 08:51:55 +0000 Subject: [PATCH 1265/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkSlateGrey; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From be94d58a05995dc8f30e60aa4ef3b71ea2f5fd21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 10:21:52 +0000 Subject: [PATCH 1266/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkKhaki; } nav { - background: PaleVioletRed; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 5fadd9925c8dacb8eb129a0b6f007cc52fd05365 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 16:21:53 +0000 Subject: [PATCH 1267/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Fuchsia; } nav { - background: DarkKhaki; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From ae455edba85c0a9e46e0be36012c4bde637be281 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 17:51:52 +0000 Subject: [PATCH 1268/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Sienna; } nav { - background: Fuchsia; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 9d83051888a0dd519a0c1e8b62f30613df2dc9c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 21:36:51 +0000 Subject: [PATCH 1269/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DeepPink; } nav { - background: Sienna; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 1ca914f51784f4302b747e933200c5032eebe84e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 22:21:52 +0000 Subject: [PATCH 1270/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumSpringGreen; } nav { - background: DeepPink; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From be8755d7d212a8c3784574c06695398cb6ef7f15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 29 Jul 2022 23:51:51 +0000 Subject: [PATCH 1271/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: MediumSpringGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 592748b5086bbdbd9031b65a77642c28b8f50401 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 00:36:51 +0000 Subject: [PATCH 1272/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Snow; } nav { - background: DarkGoldenRod; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 808281bf52153f9dc03b4c802e57bd626d255db2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 02:06:52 +0000 Subject: [PATCH 1273/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c62b021fe2d9e83e15e8c47c99171e25c7d5e648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 11:06:52 +0000 Subject: [PATCH 1274/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d65590f422778791d9cf258e30eb49a3fb8970a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 12:36:51 +0000 Subject: [PATCH 1275/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4abe77e7bd31a0e9c0714d7d380fbac74b04e9f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 16:21:52 +0000 Subject: [PATCH 1276/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f3fd1b37937008058bc30f8f937d466444a7936d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 19:21:52 +0000 Subject: [PATCH 1277/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkViolet; } nav { - background: Blue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From eca31d609cd84f833e8c9f670b6adb79be36be41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 22:21:53 +0000 Subject: [PATCH 1278/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkViolet; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 18a09a58954e1ed6219dd99b3e97a653dd6768ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 30 Jul 2022 23:06:51 +0000 Subject: [PATCH 1279/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid BlanchedAlmond; } nav { - background: WhiteSmoke; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 42e1dd7f16ba39d939917c37bb80037beae80b37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 02:06:52 +0000 Subject: [PATCH 1280/3211] KPT-24: Update background color to Plum --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Plum; } nav { - background: BlanchedAlmond; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 675e39e85ebfb0bc0305d8b4eb041c50a9585a02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 08:51:51 +0000 Subject: [PATCH 1281/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Black; } nav { - background: Plum; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 68f5db1916d0ba97c2991594a1fb85818df72ca4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 31 Jul 2022 14:06:51 +0000 Subject: [PATCH 1282/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Chocolate; } nav { - background: Black; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 003f12a32f5064819ea17004522c77d4afab38fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 06:36:52 +0000 Subject: [PATCH 1283/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid PaleGoldenRod; } nav { - background: Chocolate; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3679b11d7ca0a8d8b8ed1054e72e736f06d0529e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 10:21:52 +0000 Subject: [PATCH 1284/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LawnGreen; } nav { - background: PaleGoldenRod; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1670bed183f1f9c825715b7b8e696a744e1d5886 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 16:21:52 +0000 Subject: [PATCH 1285/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid NavajoWhite; } nav { - background: LawnGreen; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3778b2d6a0ce2d9c9b71e42a1674f0089806ab2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 17:06:52 +0000 Subject: [PATCH 1286/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ff926e3c17e1fe95e08a02f2334782c501e42bc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 18:36:51 +0000 Subject: [PATCH 1287/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid HoneyDew; } nav { - background: Orchid; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From e98d9f7eeef6b5a67b3886a7a2b1688d40490838 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 1 Aug 2022 23:51:52 +0000 Subject: [PATCH 1288/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid SteelBlue; } nav { - background: HoneyDew; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From bcedfe69906004da138600182418facdba7eb81d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 01:21:51 +0000 Subject: [PATCH 1289/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Olive; } nav { - background: SteelBlue; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 029cbec247d8e802752c3c0d19c25a91c06b39bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 02:06:51 +0000 Subject: [PATCH 1290/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid RebeccaPurple; } nav { - background: Olive; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From dbe3866a72d3dead07c02f9a6d2875201746c166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 04:21:51 +0000 Subject: [PATCH 1291/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Coral; } nav { - background: RebeccaPurple; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 16990852ff2ac3b49f589bebeb43e3435fdb6844 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 07:21:52 +0000 Subject: [PATCH 1292/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 495c0f8f715edcad5b3f1933c010859b82f64e78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 09:36:51 +0000 Subject: [PATCH 1293/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LightSlateGrey; } nav { - background: MediumOrchid; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1eb8f7ce7de2b968b403eed65b9782c823448396 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 15:36:53 +0000 Subject: [PATCH 1294/3211] KPT-24: Update background color to PaleTurquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid PaleTurquoise; } nav { - background: LightSlateGrey; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5dee17de86af2bcc760703eb4b9bea0ec00f8509 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 19:21:53 +0000 Subject: [PATCH 1295/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Blue; } nav { - background: PaleTurquoise; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 5870365ba360f2f7a59959e0eeec60503ecca386 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 21:36:52 +0000 Subject: [PATCH 1296/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkSeaGreen; } nav { - background: Blue; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ec22d4822606e0c1f2941434dc022d19898ad4e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 2 Aug 2022 23:06:53 +0000 Subject: [PATCH 1297/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5b7fc39b0ef7cc722c92f81e4c8cfa586f0d5cd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 02:51:52 +0000 Subject: [PATCH 1298/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Lavender; } nav { - background: PeachPuff; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 74e97495db14c853c7ce936ce6b76006a29adb58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 04:21:52 +0000 Subject: [PATCH 1299/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Maroon; } nav { - background: Lavender; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 619c5ba0e5b1f46fd2cb9b029e56e0218381f3be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 10:22:11 +0000 Subject: [PATCH 1300/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkSlateGray; } nav { - background: Maroon; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From cf6fa711c7958cbb5a4439afe6e433ed768c0f96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 11:51:51 +0000 Subject: [PATCH 1301/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkSlateGray; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 4af23c19f27b7df6dab658f08def7cc8882cf013 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 12:36:51 +0000 Subject: [PATCH 1302/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LavenderBlush; } nav { - background: WhiteSmoke; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From ed440c4b5db58bf8dce9f3b935dd88021dc6397d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 17:51:53 +0000 Subject: [PATCH 1303/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Linen; } nav { - background: LavenderBlush; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 2610e4e8f53df50edc8804da1620ff91bdf7e4f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 20:51:51 +0000 Subject: [PATCH 1304/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid DarkGreen; } nav { - background: Linen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9af2a919b4416e756eab08eb6e1e79fdbf3b2002 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 3 Aug 2022 21:36:52 +0000 Subject: [PATCH 1305/3211] KPT-24: Update background color to OrangeRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid OrangeRed; } nav { - background: DarkGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 480a5892563a499aa073569ccf7f8c8bd65110b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 01:21:52 +0000 Subject: [PATCH 1306/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid CadetBlue; } nav { - background: OrangeRed; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9f3d3a27de6149faa2566c5850747dcc2b3e97d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 06:36:52 +0000 Subject: [PATCH 1307/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkBlue; } nav { - background: CadetBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From f5c87590273e5405e5caca88a6aa27a3dfb61e9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 14:06:52 +0000 Subject: [PATCH 1308/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 836f85a1eaae469dde732c22b722f0a8f3ad8c59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 14:51:52 +0000 Subject: [PATCH 1309/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Cyan; } nav { - background: LemonChiffon; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 5853977ad927746490650ab0431d123325d542f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 19:21:52 +0000 Subject: [PATCH 1310/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Moccasin; } nav { - background: Cyan; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From eda64452c82528ec30b2aa4c9e136bb970b167f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 4 Aug 2022 21:39:08 +0000 Subject: [PATCH 1311/3211] KPT-22: Modals with OrangeRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid OrangeRed; } nav { - background: Moccasin; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 3a1df7e739c33c89ca05f5ac29700f08cf5c4387 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 03:39:08 +0000 Subject: [PATCH 1312/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Navy; } nav { - background: OrangeRed; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 65deeb69257ca1fbd51f8aeb236209978adcb5c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 05:09:08 +0000 Subject: [PATCH 1313/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DeepSkyBlue; } nav { - background: Navy; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a67042ff8bd1c6a27fe4cb9bf1dd8275130d7891 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 06:39:07 +0000 Subject: [PATCH 1314/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Gainsboro; } nav { - background: DeepSkyBlue; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 5827ae000d9561dcab694b7e1ea5703779226f17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 08:09:07 +0000 Subject: [PATCH 1315/3211] KPT-22: Modals with GoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid GoldenRod; } nav { - background: Gainsboro; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From ab23358a34133c99d15f9bcedafd5c9bb15af1f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 15:39:07 +0000 Subject: [PATCH 1316/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid FireBrick; } nav { - background: GoldenRod; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From cb1b237cf5f1c28300f4fc91d2f4dad2d80fd021 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 5 Aug 2022 22:24:07 +0000 Subject: [PATCH 1317/3211] KPT-24: Update background color to BurlyWood --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid BurlyWood; } nav { - background: FireBrick; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From cac570d1a12d685dd878489aee8f4c817732bdec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 00:39:07 +0000 Subject: [PATCH 1318/3211] KPT-22: Modals with LightGoldenRodYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: BurlyWood; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3ffe0e41667b8408e55a17eb22c67a60d72402c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 05:54:07 +0000 Subject: [PATCH 1319/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Teal; } nav { - background: LightGoldenRodYellow; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From aca43ac361dd64b12ca97f7c8af7335830dca8fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 06:39:08 +0000 Subject: [PATCH 1320/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MediumSlateBlue; } nav { - background: Teal; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f45b98118b6e06de4c3646995ddd9664b8c630a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 08:09:08 +0000 Subject: [PATCH 1321/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Coral; } nav { - background: MediumSlateBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 4597df5a0ef6580867789bfd086723a15f69335d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 10:24:08 +0000 Subject: [PATCH 1322/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid MediumVioletRed; } nav { - background: Coral; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c499071bd561b001ddf43a9d8d904372fae11f04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 12:39:07 +0000 Subject: [PATCH 1323/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid DarkViolet; } nav { - background: MediumVioletRed; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 581a798c5226a98ceb4c1ceb4f77e388d4f27761 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 14:09:08 +0000 Subject: [PATCH 1324/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid SandyBrown; } nav { - background: DarkViolet; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 0a9f5e45603030193ae91850b13bdbc8b3df6c77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 6 Aug 2022 17:09:10 +0000 Subject: [PATCH 1325/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Linen; } nav { - background: SandyBrown; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From c8fec5212e5db739a2bd6015f22377b023c800ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 10:24:09 +0000 Subject: [PATCH 1326/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid IndianRed; } nav { - background: Linen; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From eac94d6f8804ec5f25c002fa6175bb125255e757 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 7 Aug 2022 20:09:21 +0000 Subject: [PATCH 1327/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LimeGreen; } nav { - background: IndianRed; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 21c09ac2306e8cab19e3c70c7c3e31e53cf024a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 04:24:11 +0000 Subject: [PATCH 1328/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid PaleTurquoise; } nav { - background: LimeGreen; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 54021ec1fa69f2fb9acd0e7811d5bb26c282f700 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 12:39:07 +0000 Subject: [PATCH 1329/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid SlateGrey; } nav { - background: PaleTurquoise; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From a2b660f458b38a99a3ffb7e4733fc330347d29f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 13:24:09 +0000 Subject: [PATCH 1330/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MintCream; } nav { - background: SlateGrey; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 59d628589b8e749bacc4f6788208b0ff9c755731 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 8 Aug 2022 14:09:09 +0000 Subject: [PATCH 1331/3211] KPT-22: Modals with Gold accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Gold; } nav { - background: MintCream; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From eeea1e7e3cfdd2193ab8d0a27fedef8ef28b2126 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 02:54:08 +0000 Subject: [PATCH 1332/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightGreen; } nav { - background: Gold; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From b5b734de85ab2617283f58716c0c3a9f1c8e72d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 03:39:08 +0000 Subject: [PATCH 1333/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c2a3078156e2185ffbde2979beae82675c396c28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 05:54:07 +0000 Subject: [PATCH 1334/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid White; } nav { - background: Chocolate; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From aaacf3a3a8a559c8b0386b19294e5461efde9583 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 07:24:07 +0000 Subject: [PATCH 1335/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Sienna; } nav { - background: White; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 906d4fee92ed88e54b03cb7b9b5c023563046fbf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 08:09:08 +0000 Subject: [PATCH 1336/3211] KPT-22: Modals with Maroon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Maroon; } nav { - background: Sienna; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From da218181eedd1d7c11552d29437cacf8829e18e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 12:39:07 +0000 Subject: [PATCH 1337/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid GhostWhite; } nav { - background: Maroon; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 48765a04f03211d86798b24c1b5c65007a26f3be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 15:39:08 +0000 Subject: [PATCH 1338/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid PaleVioletRed; } nav { - background: GhostWhite; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 99feba71ac2edba76aad0cd72bebc7c705b85ddd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 16:24:08 +0000 Subject: [PATCH 1339/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Aquamarine; } nav { - background: PaleVioletRed; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From c67e60247a383e987e61b8009fda1fff4ea846c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 18:39:07 +0000 Subject: [PATCH 1340/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid AntiqueWhite; } nav { - background: Aquamarine; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From f0de29735f333c0dfa034606964eef048bc6b207 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 19:24:07 +0000 Subject: [PATCH 1341/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid IndianRed; } nav { - background: AntiqueWhite; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From f92fb4a328905a23385e23a77a7591cb33b6d2f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 20:09:08 +0000 Subject: [PATCH 1342/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid LightSeaGreen; } nav { - background: IndianRed; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b3e25680a171d36e1381186f0d7c515b8966735f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 9 Aug 2022 23:09:08 +0000 Subject: [PATCH 1343/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Tan; } nav { - background: LightSeaGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 6573eee9cddc1e936fed88896a6089d13fc3cd27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 05:09:09 +0000 Subject: [PATCH 1344/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MediumSeaGreen; } nav { - background: Tan; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ca8043326a8c5a16804610318db9e481f7395cdc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 07:24:07 +0000 Subject: [PATCH 1345/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightGrey; } nav { - background: MediumSeaGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From db7df0f4e1d0b2e4c0fdf9a694aaf5f4e583621e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 21:39:08 +0000 Subject: [PATCH 1346/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SeaGreen; } nav { - background: LightGrey; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 031802d8f5bc22b0a5d68fa48519873861d1527c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 10 Aug 2022 23:54:07 +0000 Subject: [PATCH 1347/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid BlanchedAlmond; } nav { - background: SeaGreen; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 97ada816f5ee18768b959eb784efb1c00951a70f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 01:24:08 +0000 Subject: [PATCH 1348/3211] KPT-24: Update background color to SteelBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid SteelBlue; } nav { - background: BlanchedAlmond; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 16d74a017e0314f52693a46e84b914ff19059d42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 02:09:07 +0000 Subject: [PATCH 1349/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightGreen; } nav { - background: SteelBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0f31fa360938750c99ef665433f6e92416e3f802 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 03:39:08 +0000 Subject: [PATCH 1350/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: LightGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 600a22014438b3235f3da91d2d8376d6c52e1da2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 05:09:08 +0000 Subject: [PATCH 1351/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid FireBrick; } nav { - background: LightSteelBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 892c68ddc4c0628462685945ac61a430d03b284c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 07:24:08 +0000 Subject: [PATCH 1352/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid White; } nav { - background: FireBrick; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 0d573860dff608594f6c402e096902cb3b625feb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 09:39:08 +0000 Subject: [PATCH 1353/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fb25dc139077ec76aa387400a4e1125c9156967a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 11:09:07 +0000 Subject: [PATCH 1354/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkGrey; } nav { - background: DarkOrchid; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6f2a1fb8d938f484f51e9d1ad3b206bfcffabbc1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 11:54:07 +0000 Subject: [PATCH 1355/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid MidnightBlue; } nav { - background: DarkGrey; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 44c9bcd4d89672e707252a8ea28472116d23ca56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 12:39:08 +0000 Subject: [PATCH 1356/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid SpringGreen; } nav { - background: MidnightBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0a2fd39d679953294913e0e6ed4b7ea7530f3b4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 17:09:08 +0000 Subject: [PATCH 1357/3211] KPT-22: Modals with DarkRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkRed; } nav { - background: SpringGreen; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From d53af97cc8ac8528bf9f02c8700db337a01549d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 11 Aug 2022 23:54:07 +0000 Subject: [PATCH 1358/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightCoral; } nav { - background: DarkRed; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 74f9bf69e93ca4e17e73345931bcbc652a448a56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 02:54:07 +0000 Subject: [PATCH 1359/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightCoral; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bb5f8e981723a8ff308e574f1f57193fdc3e4523 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 03:39:09 +0000 Subject: [PATCH 1360/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Black; } nav { - background: MediumSlateBlue; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From a6af3c7847c9fe217c44cee9a61bae38ac21740c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 06:39:09 +0000 Subject: [PATCH 1361/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Gainsboro; } nav { - background: Black; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From f32e289b9e34a986726f8ebc0e3ca3f78ced146f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 08:09:09 +0000 Subject: [PATCH 1362/3211] KPT-22: Modals with Orange accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Orange; } nav { - background: Gainsboro; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From d1a54b6d5f4bad82390013737c929ae6d250caf9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 08:54:09 +0000 Subject: [PATCH 1363/3211] KPT-24: Update background color to MediumPurple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid MediumPurple; } nav { - background: Orange; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From b22fc528f59ba29570387c28bf04f3a1e9c53d9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 17:09:07 +0000 Subject: [PATCH 1364/3211] KPT-22: Modals with ForestGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid ForestGreen; } nav { - background: MediumPurple; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 265ec18048952febdad9d27335cd0a3abf4da6fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 18:39:08 +0000 Subject: [PATCH 1365/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid SkyBlue; } nav { - background: ForestGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 510d09f1475b96a0c0b7db72e22dd55f3d49cdab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 19:24:08 +0000 Subject: [PATCH 1366/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: SkyBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From f8daeef0e540ae8800024f5081e3e4e5754016a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 20:09:08 +0000 Subject: [PATCH 1367/3211] KPT-22: Modals with Coral accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Coral; } nav { - background: DarkGoldenRod; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From dbd270051189c0188e6ecee4d452b970740229c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 20:54:07 +0000 Subject: [PATCH 1368/3211] KPT-24: Update background color to Aquamarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3a992bbbda7cb58df5b57f078154b7bf05965628 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 21:39:07 +0000 Subject: [PATCH 1369/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Yellow; } nav { - background: Aquamarine; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From d3db109d87362ae94325d112eee14720c70c65ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 12 Aug 2022 23:54:09 +0000 Subject: [PATCH 1370/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid WhiteSmoke; } nav { - background: Yellow; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0687114700956ab69c943a559cf67b6db5c5a336 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 00:39:09 +0000 Subject: [PATCH 1371/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Tomato; } nav { - background: WhiteSmoke; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 41fc1d8294e342149f7639e60dfc027b02176861 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 03:39:07 +0000 Subject: [PATCH 1372/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkGoldenRod; } nav { - background: Tomato; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From e373893c9006f60b84f1e55a4ddba6d7200e88c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 05:54:09 +0000 Subject: [PATCH 1373/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightCyan; } nav { - background: DarkGoldenRod; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From cc55287e2bfed04b5f6046e2a431d1ab66dc34e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 08:54:09 +0000 Subject: [PATCH 1374/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid PowderBlue; } nav { - background: LightCyan; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From fc341013cd69e87783fb9895cbbb14cfbcb99388 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 15:39:08 +0000 Subject: [PATCH 1375/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid CadetBlue; } nav { - background: PowderBlue; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 57964ff3c835b56fe49697af0188ced74933c28f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 20:54:07 +0000 Subject: [PATCH 1376/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid MediumBlue; } nav { - background: CadetBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 22a87b413889365001ff0ac91d35d820386ea953 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 13 Aug 2022 23:09:08 +0000 Subject: [PATCH 1377/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid White; } nav { - background: MediumBlue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 1c0092cd0d85fa5f725def8f6049fc3283c8f452 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 00:39:08 +0000 Subject: [PATCH 1378/3211] KPT-22: Modals with SeaGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8fd1aec0dbf59e88fdfa21495b848ef41727b97f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 01:24:07 +0000 Subject: [PATCH 1379/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1befc909317bb1e10d8aabf85248f39db85750d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 04:24:07 +0000 Subject: [PATCH 1380/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid ForestGreen; } nav { - background: Lime; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From ed8cbe6517b6a37300ebc64a1f76416b733f2f2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 05:09:08 +0000 Subject: [PATCH 1381/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightSlateGrey; } nav { - background: ForestGreen; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From efaf031c13d37216ceacae61c5980846d61b867e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 05:54:07 +0000 Subject: [PATCH 1382/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Snow; } nav { - background: LightSlateGrey; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From eea872ed62042ffc684d1270eaacde3231e604cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 08:09:08 +0000 Subject: [PATCH 1383/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid SlateBlue; } nav { - background: Snow; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d3d200afe9256cb6c8ee73f3e58eb480f3a33e9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 08:54:07 +0000 Subject: [PATCH 1384/3211] KPT-22: Modals with Turquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Turquoise; } nav { - background: SlateBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 33b56857224794088a7c2992f362c8aa1948e4e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 11:54:08 +0000 Subject: [PATCH 1385/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 dd352410d4191d1dd6fb05ca4ae176b750d0a619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 14 Aug 2022 16:24:07 +0000 Subject: [PATCH 1386/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumVioletRed; } nav { - background: DeepPink; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 14d66bf085ce432f4546d915105a6973253db352 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 01:24:07 +0000 Subject: [PATCH 1387/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid SkyBlue; } nav { - background: MediumVioletRed; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 789ddb321a65134063c42e5bd7fc3f9729435589 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 06:39:08 +0000 Subject: [PATCH 1388/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DeepSkyBlue; } nav { - background: SkyBlue; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e1886b5666d72e0be48fef9e2743f029d165a192 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 07:24:08 +0000 Subject: [PATCH 1389/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Aqua; } nav { - background: DeepSkyBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b201dd1b58d4c164856240d5ccb3de07d773ff53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 08:54:07 +0000 Subject: [PATCH 1390/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Teal; } nav { - background: Aqua; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From e34ceb581657482d5a08d485c1e44477b89e4224 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 09:39:07 +0000 Subject: [PATCH 1391/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a88db231ab6a53857551b8055a5eb4f4a8870b5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 13:24:07 +0000 Subject: [PATCH 1392/3211] KPT-22: Modals with LightPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 463ce130ae43f67cdc75208ddb5f87e63eac952d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 16:24:08 +0000 Subject: [PATCH 1393/3211] KPT-22: Modals with Cyan accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Cyan; } nav { - background: LightPink; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 87aa5e5ab85fda1d334273e961ba86e53dc926dd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 19:24:08 +0000 Subject: [PATCH 1394/3211] KPT-22: Modals with LightCyan accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2f840d0c37772c98c84ebf85f0e73d8bbdb1a1e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 15 Aug 2022 23:09:08 +0000 Subject: [PATCH 1395/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Plum; } nav { - background: LightCyan; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From e830bb7ce56a97c0b493137502c34e3534d6a51c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 05:54:07 +0000 Subject: [PATCH 1396/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DeepPink; } nav { - background: Plum; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 14291df7486c41693b116565504c1bf35421dad8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 07:24:08 +0000 Subject: [PATCH 1397/3211] KPT-22: Modals with MediumSlateBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumSlateBlue; } nav { - background: DeepPink; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d581c11b1a02dc6b88ebb32700bac0a047621775 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 08:09:08 +0000 Subject: [PATCH 1398/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Sienna; } nav { - background: MediumSlateBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From b5fa1913980e85cb5cc1a589d919652d1543aa1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 10:24:08 +0000 Subject: [PATCH 1399/3211] KPT-22: Modals with DarkOrchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4763d33c2f4833e0277fdb506ee7c6ab08b0afec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 11:09:07 +0000 Subject: [PATCH 1400/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid OrangeRed; } nav { - background: DarkOrchid; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 69b104f436b0d360762067340c65db28d6e8074f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 14:09:07 +0000 Subject: [PATCH 1401/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid LightGray; } nav { - background: OrangeRed; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 35c8b51db29b65544415408b8a5f44bb4da577fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 16 Aug 2022 21:39:18 +0000 Subject: [PATCH 1402/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Moccasin; } nav { - background: LightGray; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ed78f5555255def001347fb7fe28eb406f83cf66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 01:24:08 +0000 Subject: [PATCH 1403/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid HotPink; } nav { - background: Moccasin; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From d6ff79877d70a9df1e3d5e8d322817c7dcb78600 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 02:09:09 +0000 Subject: [PATCH 1404/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid SkyBlue; } nav { - background: HotPink; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d54f0ddb5fd24db341708ba0500ac9445fb27f62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 02:54:08 +0000 Subject: [PATCH 1405/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Violet; } nav { - background: SkyBlue; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 40cefbcbae2cf104d733160b5fcf4678f91ea2b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 07:24:08 +0000 Subject: [PATCH 1406/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MintCream; } nav { - background: Violet; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 19e0963d6da3e86b2f784fb9144b708c233b3a84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 08:09:08 +0000 Subject: [PATCH 1407/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 466c35456beb9d48d6c66fe12a55327c37766571 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 11:54:08 +0000 Subject: [PATCH 1408/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkTurquoise; } nav { - background: OldLace; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 524d723facbf5291c1dfe9a41d69f9b62e09727d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 13:24:09 +0000 Subject: [PATCH 1409/3211] KPT-24: Update background color to DeepPink --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid DeepPink; } nav { - background: DarkTurquoise; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 383209df69caf2a540d2bc37c31a27adce00bb77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 14:09:09 +0000 Subject: [PATCH 1410/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid DeepSkyBlue; } nav { - background: DeepPink; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 96ab559ca16d67e3f11959c26eddca68f3c1f146 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 14:54:08 +0000 Subject: [PATCH 1411/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Pink; } nav { - background: DeepSkyBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From bfe60f4f8b094d3a27d0f3ab199c294bb8aa36df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 17:09:09 +0000 Subject: [PATCH 1412/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Tan; } nav { - background: Pink; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 3ab09fa0154befb0738a9acfec049084e3d3f8fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 17 Aug 2022 23:54:08 +0000 Subject: [PATCH 1413/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Turquoise; } nav { - background: Tan; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d3110bcf4a618c073c291434d4f459a3c8f9bc47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 08:54:09 +0000 Subject: [PATCH 1414/3211] KPT-22: Modals with Tomato accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Tomato; } nav { - background: Turquoise; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 1df0254f853c6a9c4ae5c83eb3f407a239fd4bf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 10:24:07 +0000 Subject: [PATCH 1415/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkOrange; } nav { - background: Tomato; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 0084f9b5e7264c9a02e277bdbf6f1cc279e6c72d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 11:09:08 +0000 Subject: [PATCH 1416/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid BurlyWood; } nav { - background: DarkOrange; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 983db8907324e8a165374dcf9b55e6aa39a290f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 11:54:10 +0000 Subject: [PATCH 1417/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 19b53b3b2c2ff4eb03e6222c7d99e4c8d8f1d953 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 13:24:08 +0000 Subject: [PATCH 1418/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DarkOrange; } nav { - background: SlateGray; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 5099858218457fc0327a899a7cfc60ecbdd62d3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 20:09:08 +0000 Subject: [PATCH 1419/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid LightGrey; } nav { - background: DarkOrange; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6899852430d623472876907f084ee693e89cdeec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 23:09:08 +0000 Subject: [PATCH 1420/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightGrey; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d2f6331c32b44122453df56a9b18c394c60f7c39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 18 Aug 2022 23:54:08 +0000 Subject: [PATCH 1421/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Black; } nav { - background: MediumSlateBlue; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 563cc37b24b14b59746df8870366f6ddefb9032d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 00:39:08 +0000 Subject: [PATCH 1422/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Coral; } nav { - background: Black; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From cbcfdb21f8ed50ef99832e4aa9d1571fe8a55177 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 02:54:09 +0000 Subject: [PATCH 1423/3211] KPT-22: Modals with ForestGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid ForestGreen; } nav { - background: Coral; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From b7c363163b1228d06358f96280833bd0dd325fde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 04:24:09 +0000 Subject: [PATCH 1424/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightCyan; } nav { - background: ForestGreen; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 79085389b8cd08f6a2b04a23ee90a07042931be9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 14:54:11 +0000 Subject: [PATCH 1425/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Gray; } nav { - background: LightCyan; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From c400bd8df5ca202a3ba0952796e5d44df0463803 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 19 Aug 2022 17:09:08 +0000 Subject: [PATCH 1426/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid PapayaWhip; } nav { - background: Gray; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From c61e8e44cc6d33813c8dd4f40d4e6bfe7aab5201 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 02:09:07 +0000 Subject: [PATCH 1427/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid HotPink; } nav { - background: PapayaWhip; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 5beffd622a49e2ff924e09beeeae86cc3a3a4bd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 03:39:07 +0000 Subject: [PATCH 1428/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid HoneyDew; } nav { - background: HotPink; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From ad3f88c804a3e7bf437538a451d9952b57a6cbbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 07:24:08 +0000 Subject: [PATCH 1429/3211] KPT-22: Modals with LightGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightGrey; } nav { - background: HoneyDew; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From c38416e67bca1c253819ad03cedb3d679595f690 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 08:09:08 +0000 Subject: [PATCH 1430/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid OldLace; } nav { - background: LightGrey; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From f6cbacbb862e42bd216a58e7275c3764b994dfab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 09:39:08 +0000 Subject: [PATCH 1431/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkKhaki; } nav { - background: OldLace; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From f9ec401bf18d0d2e051c4070d5e7ecd7f20e16c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 10:24:08 +0000 Subject: [PATCH 1432/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7881707922ca60611e650f26d7ded80e26431d89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 11:09:07 +0000 Subject: [PATCH 1433/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1ccdf83166358d0412508d6be9d245b43be7ebfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 16:24:08 +0000 Subject: [PATCH 1434/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid YellowGreen; } nav { - background: BlanchedAlmond; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4847010c18d25ae267e120f27c7fffa46ad8726a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 19:24:07 +0000 Subject: [PATCH 1435/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Pink; } nav { - background: YellowGreen; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 90c71b1391ee0aae0e78eabd056bb1c63261fb57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 21:39:07 +0000 Subject: [PATCH 1436/3211] KPT-24: Update background color to DarkTurquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkTurquoise; } nav { - background: Pink; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d7aa2eba42d6cfecd15ae38e9ecbb050208d832f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 22:24:07 +0000 Subject: [PATCH 1437/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkTurquoise; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 10cb0cf3051d99df5e2c0027e0326fb7ac10453d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 20 Aug 2022 23:54:07 +0000 Subject: [PATCH 1438/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Aqua; } nav { - background: WhiteSmoke; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 1dd3789264ceadcfcbe7b51653a74a3f4b8f50be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 02:09:07 +0000 Subject: [PATCH 1439/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Orange; } nav { - background: Aqua; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 1d3d8bf7601ddf094deee65a561dc90673aa38ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 05:54:08 +0000 Subject: [PATCH 1440/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Aquamarine; } nav { - background: Orange; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 28d285105cbfa1a03e110cdda9d59a27c60e6591 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 11:54:07 +0000 Subject: [PATCH 1441/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LightSeaGreen; } nav { - background: Aquamarine; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a422515a259c0b9a8f9fd3e11eba5adc71dbdbaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 14:09:09 +0000 Subject: [PATCH 1442/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid FireBrick; } nav { - background: LightSeaGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 323ebbdddb922cf8cbe556cbd13effd3ab0070a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 16:24:08 +0000 Subject: [PATCH 1443/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid PaleVioletRed; } nav { - background: FireBrick; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From b53cc72d2fd66088fb955c64cdd5b6987076ec1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 17:09:07 +0000 Subject: [PATCH 1444/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkKhaki; } nav { - background: PaleVioletRed; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 8963e47354d9fc00585066566f40206d702913f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 17:54:08 +0000 Subject: [PATCH 1445/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkKhaki; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 186c268b1601f2d6099d013a602e46b7370ef381 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 20:54:07 +0000 Subject: [PATCH 1446/3211] KPT-22: Modals with FloralWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid FloralWhite; } nav { - background: MediumTurquoise; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 97d2dbc4914f7feb7bc230ace583adab187a83d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 21:39:07 +0000 Subject: [PATCH 1447/3211] KPT-24: Update background color to MediumSeaGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid MediumSeaGreen; } nav { - background: FloralWhite; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7ebc62714d7c8a440f4ed9400b478411dfe7d7e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 21 Aug 2022 23:54:10 +0000 Subject: [PATCH 1448/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Blue; } nav { - background: MediumSeaGreen; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 3362dc6f4123db52a40940f96d2b0495c5e848c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 02:09:08 +0000 Subject: [PATCH 1449/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkGrey; } nav { - background: Blue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 3395bfe7ffbf41ed6e735f6d5285b97a3775b422 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 02:54:08 +0000 Subject: [PATCH 1450/3211] KPT-24: Update background color to Orange --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Orange; } nav { - background: DarkGrey; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 37f43b06dce07e3d06ca1e293f8752fe9ac3e9ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 03:39:08 +0000 Subject: [PATCH 1451/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid GoldenRod; } nav { - background: Orange; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 93c1b7b4527e58f550f0412d015c79cf6c68d50e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 04:24:08 +0000 Subject: [PATCH 1452/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid LemonChiffon; } nav { - background: GoldenRod; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 998c776bb20637fa18691cc52843bb412a2a7d74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 05:09:08 +0000 Subject: [PATCH 1453/3211] KPT-22: Modals with Indigo accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid Indigo; } nav { - background: LemonChiffon; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 4b947300de04c9dca4a24de80f24d4ce322ba70e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 05:54:08 +0000 Subject: [PATCH 1454/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Indigo; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 9aec76d267a3fe20717148ba80e859a240b9b70f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 07:24:08 +0000 Subject: [PATCH 1455/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Maroon; } nav { - background: LightGoldenRodYellow; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 3d7141a6cb30ce01918ac58c06e6e56fdbb24e4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 16:24:08 +0000 Subject: [PATCH 1456/3211] KPT-22: Modals with Wheat accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Wheat; } nav { - background: Maroon; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From f4b0ebdd97fe82d1037bc76653d04f0e9ab605ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 19:24:11 +0000 Subject: [PATCH 1457/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Chartreuse; } nav { - background: Wheat; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 9640a6bee271878ec348346aa4bbedaed0514b9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 20:54:09 +0000 Subject: [PATCH 1458/3211] KPT-22: Modals with Grey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid Grey; } nav { - background: Chartreuse; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From ae8a5a9573571b84236b452ed2155e3cb75d2c5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 22 Aug 2022 23:54:08 +0000 Subject: [PATCH 1459/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid MediumSeaGreen; } nav { - background: Grey; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 154d9ea214cf443b1e3cd03c818f6443b3ae4d0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 05:09:07 +0000 Subject: [PATCH 1460/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Purple; } nav { - background: MediumSeaGreen; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 62f15f77a0386ea76f239c274ac88a5fa081741e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 06:39:07 +0000 Subject: [PATCH 1461/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid LightCoral; } nav { - background: Purple; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From b4f978c72cab869f2905021f390aa2037723e0e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 07:24:08 +0000 Subject: [PATCH 1462/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightSalmon; } nav { - background: LightCoral; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From bcf11971b8e2535010ba08eb89dbe116d8b6cb40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 08:09:08 +0000 Subject: [PATCH 1463/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid AliceBlue; } nav { - background: LightSalmon; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8dc10c3db50b22ce5edd925efa0845b4d307b0b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 17:09:08 +0000 Subject: [PATCH 1464/3211] KPT-24: Update background color to LightSalmon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fbbba04c18283da872413d1c81feca01526b9ea7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 19:24:08 +0000 Subject: [PATCH 1465/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightSalmon; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8c0bf9f7f3fce98b1e2d89d3bb0c3493d1a9c4b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 21:39:09 +0000 Subject: [PATCH 1466/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid HotPink; } nav { - background: DarkSlateGrey; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 680239e58a76cb2b6115add2343d28563923b299 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 23 Aug 2022 23:09:08 +0000 Subject: [PATCH 1467/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LightSlateGrey; } nav { - background: HotPink; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From cc094080712095823eb6b0d0cf765e7f7e6d2f71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 05:54:09 +0000 Subject: [PATCH 1468/3211] KPT-24: Update background color to PaleTurquoise --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid PaleTurquoise; } nav { - background: LightSlateGrey; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 27cd337ae63ae388ec9ebc3ea54680ac80a4fd97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 09:39:07 +0000 Subject: [PATCH 1469/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Orchid; } nav { - background: PaleTurquoise; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From fb03f09018a5cf52b8e2b7bd3e2f9cc32b9b0df7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 10:24:08 +0000 Subject: [PATCH 1470/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Sienna; } nav { - background: Orchid; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 051963ce4f10b886a9114b58147b6efbf1564ad9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 11:09:08 +0000 Subject: [PATCH 1471/3211] KPT-22: Modals with Maroon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Maroon; } nav { - background: Sienna; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 8e50aee0a9eca9eb4a300434756dea843cd1686a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 11:54:08 +0000 Subject: [PATCH 1472/3211] KPT-24: Update background color to LightSteelBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5b1fe982947c069b1d5e251574033478cc104992 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 13:24:09 +0000 Subject: [PATCH 1473/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid GreenYellow; } nav { - background: LightSteelBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3d5193c08293b98ee9bfca98f74e7323221475db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 15:39:08 +0000 Subject: [PATCH 1474/3211] KPT-22: Modals with DarkOliveGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkOliveGreen; } nav { - background: GreenYellow; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6654439fd88ce79d92c8a6ee3e21745f545b5925 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 18:39:10 +0000 Subject: [PATCH 1475/3211] KPT-24: Update background color to HotPink --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid HotPink; } nav { - background: DarkOliveGreen; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 25a59e8c9ebca99ac08708209dcf820278667c35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 20:09:11 +0000 Subject: [PATCH 1476/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid PaleVioletRed; } nav { - background: HotPink; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From ee8b64b7f4d24d6d340a5d945a166c07c1f5555d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 21:39:10 +0000 Subject: [PATCH 1477/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SlateGrey; } nav { - background: PaleVioletRed; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2d76d27c1add929141e555bd4a96e6e3d65982a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 24 Aug 2022 23:34:39 +0000 Subject: [PATCH 1478/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Plum; } nav { - background: SlateGrey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 53245214b83e26fa80e36e40324c712cdf7eca2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 01:04:40 +0000 Subject: [PATCH 1479/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Aqua; } nav { - background: Plum; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From b163691fd636d71c39b530f6752f07ef04b5b560 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 04:49:36 +0000 Subject: [PATCH 1480/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid IndianRed; } nav { - background: Aqua; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 99f5625b6f9bd9c61db8a424dc40f98469afa6ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 07:04:35 +0000 Subject: [PATCH 1481/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid PaleTurquoise; } nav { - background: IndianRed; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4f2ac9a3ff14e59001e579f6c089612a867ec0b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 07:49:35 +0000 Subject: [PATCH 1482/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkGray; } nav { - background: PaleTurquoise; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 702825f91616830d9ec92101a31aaf8423717c77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 09:19:35 +0000 Subject: [PATCH 1483/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1979c3161ed00532b62c56b70ce43456a501c6be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 18:19:35 +0000 Subject: [PATCH 1484/3211] KPT-24: Update background color to RebeccaPurple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkSeaGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 47502851d22c6bf083a3c5070317fb68b0c499a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 21:19:35 +0000 Subject: [PATCH 1485/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid DarkSlateGrey; } nav { - background: RebeccaPurple; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From c1ee92696e4ea338888c2af46ff3ed501f8c17b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 25 Aug 2022 23:34:36 +0000 Subject: [PATCH 1486/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Coral; } nav { - background: DarkSlateGrey; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 5760ce73d03b2db5d8e34052ad2af0dbc2aa3f44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 03:19:35 +0000 Subject: [PATCH 1487/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Fuchsia; } nav { - background: Coral; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 5061988c6557d5c6a9c071b863ff7114f4ed9b8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 04:04:35 +0000 Subject: [PATCH 1488/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DarkOrchid; } nav { - background: Fuchsia; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 160c0a1f30e50d45d2477d8768b6b1722df65549 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 14:34:37 +0000 Subject: [PATCH 1489/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkOrchid; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From c17a953e6d48a6b549504e2061affaf3254c61a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 15:19:36 +0000 Subject: [PATCH 1490/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Gray; } nav { - background: LightSlateGrey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 47c473f01c40ed16d7315d2f175b079b94d450af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 16:49:36 +0000 Subject: [PATCH 1491/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LightBlue; } nav { - background: Gray; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1e1d021d64a50c9d49802e11aff7f0c1d88f4f9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 18:19:35 +0000 Subject: [PATCH 1492/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Grey; } nav { - background: LightBlue; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From ad67f9ef92551c457a6d3e79d532e1a04a0b5ea7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 21:19:35 +0000 Subject: [PATCH 1493/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid SeaShell; } nav { - background: Grey; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 27e7871a716659b731afc0edc37fddbfcdacc361 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 26 Aug 2022 22:04:36 +0000 Subject: [PATCH 1494/3211] KPT-22: Modals with LightSlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LightSlateGrey; } nav { - background: SeaShell; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From d274560cbdab78c6f19f2e29f3534e81a75295c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 01:04:35 +0000 Subject: [PATCH 1495/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid PaleGoldenRod; } nav { - background: LightSlateGrey; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 9cfeb6bfe1a00f8401abbbfa6948e905668d11f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 03:19:36 +0000 Subject: [PATCH 1496/3211] KPT-24: Update background color to NavajoWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid NavajoWhite; } nav { - background: PaleGoldenRod; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 9fe1b23c7ff9a9042d541638653e2f519d9a5b7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 06:19:34 +0000 Subject: [PATCH 1497/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkViolet; } nav { - background: NavajoWhite; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From cffd5d7bf188a09825fe96960ed2198f41ea8cb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 13:04:35 +0000 Subject: [PATCH 1498/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid GoldenRod; } nav { - background: DarkViolet; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 662ac92059623915b8d501f31b8ad6d77fb785be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 21:19:36 +0000 Subject: [PATCH 1499/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Grey; } nav { - background: GoldenRod; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 9a1b765b964103579b67f508a5c14fe08ab8c897 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 27 Aug 2022 22:04:37 +0000 Subject: [PATCH 1500/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid DarkGrey; } nav { - background: Grey; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2b7d5c6f36e96ae19ddf9a8a47d1ba6ba8bd06a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 04:04:35 +0000 Subject: [PATCH 1501/3211] KPT-22: Modals with RoyalBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid RoyalBlue; } nav { - background: DarkGrey; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From d80da997a021286ca7295af3528030e5d4ee26cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 13:04:36 +0000 Subject: [PATCH 1502/3211] KPT-24: Update background color to DarkViolet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkViolet; } nav { - background: RoyalBlue; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From b8739eb5ac83fc76818e74d4a1adf20d3921494d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 14:34:35 +0000 Subject: [PATCH 1503/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid ForestGreen; } nav { - background: DarkViolet; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8b62da860fb462a9ba9f6ad3c3f4e126c86744e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 15:19:35 +0000 Subject: [PATCH 1504/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightGrey; } nav { - background: ForestGreen; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4c0c7c7dd84b8bab5ac9fe6254e1be37dd5f5029 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 16:49:35 +0000 Subject: [PATCH 1505/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MediumSlateBlue; } nav { - background: LightGrey; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0df54bab548f18beae30975161d13022189701fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 18:19:35 +0000 Subject: [PATCH 1506/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid LightGray; } nav { - background: MediumSlateBlue; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 464a1e25de6efe36875d39570dbd0f335c6fef90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 20:34:36 +0000 Subject: [PATCH 1507/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b800b43a51e68ee6209a87d31b5df4ad56e842b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 28 Aug 2022 21:19:36 +0000 Subject: [PATCH 1508/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid OrangeRed; } nav { - background: PaleGreen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From ec3755f988512b00196cf12265a14d8e61dfe296 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 00:19:34 +0000 Subject: [PATCH 1509/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid BlanchedAlmond; } nav { - background: OrangeRed; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 215831023d9e9a563806708a1a751fc3cf8d0e60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 04:04:35 +0000 Subject: [PATCH 1510/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MediumOrchid; } nav { - background: BlanchedAlmond; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 87f8f3b6754bac1e55623557ee384c8a44cf0c3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 04:49:35 +0000 Subject: [PATCH 1511/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid LightCoral; } nav { - background: MediumOrchid; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 1208dbf59a91ce51ed8d8b2e9d6cfbfea72692c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 06:19:35 +0000 Subject: [PATCH 1512/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DarkSlateGrey; } nav { - background: LightCoral; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4caba404251324ce18289fa5fadbdc644cd64091 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 10:04:35 +0000 Subject: [PATCH 1513/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid NavajoWhite; } nav { - background: DarkSlateGrey; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From a4e20373d6dc82cc4d3c1f49126c53d853ae1633 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 11:34:35 +0000 Subject: [PATCH 1514/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Purple; } nav { - background: NavajoWhite; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 8ba70091b689333d408e709fb2be62c5143572b2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 12:19:35 +0000 Subject: [PATCH 1515/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Grey; } nav { - background: Purple; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From b9eb4698ba64d53f40e56248ae3e06d1a1f04add Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 19:49:35 +0000 Subject: [PATCH 1516/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Gray; } nav { - background: Grey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From feb736e1b5bdf49dd73b786bbf512998a54a70d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 21:19:35 +0000 Subject: [PATCH 1517/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid WhiteSmoke; } nav { - background: Gray; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 2816f0fc84a42945dff76936d3cf5863cc963c27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 22:04:36 +0000 Subject: [PATCH 1518/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid CadetBlue; } nav { - background: WhiteSmoke; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From aa91bbfebca77b2ad4f77613a9bc3daab78a1cce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 22:49:35 +0000 Subject: [PATCH 1519/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Linen; } nav { - background: CadetBlue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 9c17b3200ff111a4e0541295526df11f97fa2668 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 29 Aug 2022 23:34:36 +0000 Subject: [PATCH 1520/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid SeaShell; } nav { - background: Linen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From f80d6e2de8519d1afc8fc2c445751126a63cde02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 00:19:36 +0000 Subject: [PATCH 1521/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkSlateBlue; } nav { - background: SeaShell; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From be4065507b948032cca3a247dc19c1882365f5c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 02:34:34 +0000 Subject: [PATCH 1522/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid SeaGreen; } nav { - background: DarkSlateBlue; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 34e68db482b5073c8e809c8d15744b74e5c9253e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 03:19:35 +0000 Subject: [PATCH 1523/3211] KPT-22: Modals with MediumOrchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid MediumOrchid; } nav { - background: SeaGreen; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 57fdd6f2d776e60ccde4d3a5b2ebb1491eba5ade Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 04:04:35 +0000 Subject: [PATCH 1524/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid PeachPuff; } nav { - background: MediumOrchid; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 1f2640427e3cee74397e3b3e654bd834bd2d46bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 04:49:34 +0000 Subject: [PATCH 1525/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid DarkSalmon; } nav { - background: PeachPuff; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 8ace98bd6cad6451091faa486c83fad5fd06680c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 07:04:35 +0000 Subject: [PATCH 1526/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid GhostWhite; } nav { - background: DarkSalmon; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 75b92c90b8c5469cc39a75af5af39caae9b3602b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 09:19:34 +0000 Subject: [PATCH 1527/3211] KPT-22: Modals with DimGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DimGray; } nav { - background: GhostWhite; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 466698b80c28ff048c45a908d0933fd02e8e8003 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 10:04:34 +0000 Subject: [PATCH 1528/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid DarkTurquoise; } nav { - background: DimGray; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From f29c60381f3aefce30c8cf054afb2caae5f459c6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 10:49:34 +0000 Subject: [PATCH 1529/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Red; } nav { - background: DarkTurquoise; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 272f670d911113c2d4714b4363ed3b70565889f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 13:49:34 +0000 Subject: [PATCH 1530/3211] KPT-24: Update background color to MidnightBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid MidnightBlue; } nav { - background: Red; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9ffb2cab00c040cc3a6c7a2991413272d2af5369 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 14:34:35 +0000 Subject: [PATCH 1531/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Gray; } nav { - background: MidnightBlue; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 78a0b9c8043f044cb7fdaca475cbb41f3db0b109 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 17:34:35 +0000 Subject: [PATCH 1532/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid BlueViolet; } nav { - background: Gray; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 895db0724f4c5a8e6653532efc2d7001e22575f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 18:19:35 +0000 Subject: [PATCH 1533/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8aa3a7bbfacac190a8fe111ef32f67296f1a0f9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 19:49:37 +0000 Subject: [PATCH 1534/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid HotPink; } nav { - background: AntiqueWhite; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 64cc36e1ec28130b17b9f35e7ea68d2979720296 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 21:19:35 +0000 Subject: [PATCH 1535/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid MediumSlateBlue; } nav { - background: HotPink; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 758c6d0ce6044ceeb0aeacf80c65a8f2818ff465 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 30 Aug 2022 22:04:35 +0000 Subject: [PATCH 1536/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: MediumSlateBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 14b70ba595178dfc91dedeedfb3a76bbef8302f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 02:34:34 +0000 Subject: [PATCH 1537/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Moccasin; } nav { - background: LightGoldenRodYellow; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 3f40f5fff21be550703ff9f5a73ca7eaf80c5b97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 05:34:35 +0000 Subject: [PATCH 1538/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 9cc0696050b89f4572028193451b10f7b22e640c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 06:19:34 +0000 Subject: [PATCH 1539/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8949eefb653376021c9b1865577d6e08f038e605 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 10:04:35 +0000 Subject: [PATCH 1540/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: SteelBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 669bacf16b70f60ea04f8061405de8f20bf05ab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 13:49:35 +0000 Subject: [PATCH 1541/3211] KPT-22: Modals with Sienna accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b69c5e98a23e4d9923a4dda6cc85bb4778499b51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 21:19:35 +0000 Subject: [PATCH 1542/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DarkSalmon; } nav { - background: Sienna; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From cf573a6db0c527d21dbb66598cdb94c951275202 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 31 Aug 2022 23:34:35 +0000 Subject: [PATCH 1543/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DarkGoldenRod; } nav { - background: DarkSalmon; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 41629a2486a0c938ce4b1dd577ac7dddade2ebd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 01:49:34 +0000 Subject: [PATCH 1544/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkGoldenRod; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 442b5cb9618a6766d0feecffbc8f1b7d9a79630b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 04:49:35 +0000 Subject: [PATCH 1545/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Teal; } nav { - background: MediumTurquoise; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From d155c753404d5d1a147c2e44a035bf6a433cf3b6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 06:19:35 +0000 Subject: [PATCH 1546/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Cornsilk; } nav { - background: Teal; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ea35c03f124b66d04378b33095508b0b18ffc164 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 07:04:35 +0000 Subject: [PATCH 1547/3211] KPT-24: Update background color to Gainsboro --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Gainsboro; } nav { - background: Cornsilk; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From e22ac1a86c21f1e4474ce113d6e276b55588e152 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 16:04:36 +0000 Subject: [PATCH 1548/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Lime; } nav { - background: Gainsboro; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From e046ceded9206bcee50a0696d712cac0070fabee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Sep 2022 21:19:34 +0000 Subject: [PATCH 1549/3211] KPT-22: Modals with DarkGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f445d44e5641127cd956d7ecc8a1d3d6ab2af96a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 01:04:34 +0000 Subject: [PATCH 1550/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid BurlyWood; } nav { - background: DarkGray; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 341579a7393c993a6c654bf02f71304745998ae8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 06:19:35 +0000 Subject: [PATCH 1551/3211] KPT-24: Update background color to LightGoldenRodYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: BurlyWood; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From d7808080ed2747e214214f045d40ef3e74d16c01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 07:04:35 +0000 Subject: [PATCH 1552/3211] KPT-22: Modals with Linen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Linen; } nav { - background: LightGoldenRodYellow; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From cca1ce41c1a4fc004c9da20a185bfa5789f63f5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 08:34:35 +0000 Subject: [PATCH 1553/3211] KPT-24: Update background color to OrangeRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid OrangeRed; } nav { - background: Linen; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From d67490ed773c7fd34db1eddf94710327465cca04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 15:19:35 +0000 Subject: [PATCH 1554/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid MediumTurquoise; } nav { - background: OrangeRed; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 8f97aa8d4c2250d40ce6e05467198104d8aae5d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 19:49:34 +0000 Subject: [PATCH 1555/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid PaleVioletRed; } nav { - background: MediumTurquoise; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From de35300eadfbb0897f404097ed13645cdf193eee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Sep 2022 22:04:35 +0000 Subject: [PATCH 1556/3211] KPT-22: Modals with DarkOliveGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkOliveGreen; } nav { - background: PaleVioletRed; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5588364cb27a1e40262a9ed161605368f8020a09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 07:49:34 +0000 Subject: [PATCH 1557/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid RosyBrown; } nav { - background: DarkOliveGreen; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 078cb91d40d0de525b8cdf1a6928f739874eb221 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 08:34:35 +0000 Subject: [PATCH 1558/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightSkyBlue; } nav { - background: RosyBrown; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2f247630fd06caa756fd2fdf9dd1825665a824f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 09:19:35 +0000 Subject: [PATCH 1559/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 57820fa71b79e4acdd1f3e54b55ddd06767a28db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 12:19:35 +0000 Subject: [PATCH 1560/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Chocolate; } nav { - background: Violet; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 582de5ae9c50439b48b6c805ddf99870c7343816 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 13:49:35 +0000 Subject: [PATCH 1561/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid MediumSpringGreen; } nav { - background: Chocolate; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From c473dd1d9409d559a8a3b5527cf7533a02379c1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 14:34:35 +0000 Subject: [PATCH 1562/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Yellow; } nav { - background: MediumSpringGreen; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From bb4e03026c8e007ddfa95244080f37bd4d612e27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 15:19:35 +0000 Subject: [PATCH 1563/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 baac192124267618905065a5cdcbcb46fdc282c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 19:04:35 +0000 Subject: [PATCH 1564/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Aqua; } nav { - background: FloralWhite; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 432d080e0473c904ce1208e4d6157ae62155c3a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 20:34:34 +0000 Subject: [PATCH 1565/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid BlueViolet; } nav { - background: Aqua; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 2b019cffc510ad0871a15215e1d05a1895110118 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Sep 2022 23:34:35 +0000 Subject: [PATCH 1566/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid LimeGreen; } nav { - background: BlueViolet; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 10963bc930adafead4e33ce062cc872e3d457efb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 03:19:34 +0000 Subject: [PATCH 1567/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Tomato; } nav { - background: LimeGreen; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From e8c0a5ecac17ba77eb391addd6c842a71f45999f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 04:49:34 +0000 Subject: [PATCH 1568/3211] KPT-24: Update background color to MediumVioletRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumVioletRed; } nav { - background: Tomato; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 1010014c1c574dfd6d9b08c891badc2f02aab131 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 06:19:34 +0000 Subject: [PATCH 1569/3211] KPT-24: Update background color to DarkGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid DarkGrey; } nav { - background: MediumVioletRed; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 81dbba4c46b98eeb7b287b003103c733464d3b99 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Sep 2022 16:04:35 +0000 Subject: [PATCH 1570/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LimeGreen; } nav { - background: DarkGrey; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From e1ba6108a5fbb5e3c2306f6b982494a154205660 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 04:04:34 +0000 Subject: [PATCH 1571/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid HotPink; } nav { - background: LimeGreen; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 749fb470cc8f6289e3f8203d3dd98d997d005f6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 07:49:34 +0000 Subject: [PATCH 1572/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid MintCream; } nav { - background: HotPink; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From a632d275f0482ed460216f72c890cf0355917731 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 08:34:34 +0000 Subject: [PATCH 1573/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Aquamarine; } nav { - background: MintCream; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 26e11137e5b60e1e18e0d08acaf6776c720afc43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 10:04:34 +0000 Subject: [PATCH 1574/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 9c7a1c59add3b30735686c23ae50cb4baeee1d27 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 10:49:35 +0000 Subject: [PATCH 1575/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c3e14f067d0ddd2c7c193d0d06a669ebbd7a2f6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 11:34:38 +0000 Subject: [PATCH 1576/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid GhostWhite; } nav { - background: AntiqueWhite; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 4c3f7fa9b1ab29d7df9662881de5a5516dd2e4a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 16:04:34 +0000 Subject: [PATCH 1577/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkSlateGrey; } nav { - background: GhostWhite; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8914e5fe8355919e26b6c2905679f12cdd37002b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 17:34:34 +0000 Subject: [PATCH 1578/3211] KPT-22: Modals with DarkSlateBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 be362cb38b9e02e4ca93d53dd94306d9bd94e8c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 19:49:35 +0000 Subject: [PATCH 1579/3211] KPT-22: Modals with SeaShell accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid SeaShell; } nav { - background: DarkSlateBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 27bb0a1329f7f6f7bc6de914d126b175a47fde3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Sep 2022 23:34:34 +0000 Subject: [PATCH 1580/3211] KPT-22: Modals with LightYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid LightYellow; } nav { - background: SeaShell; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 4d02ce3d5ed713543b4c669fe601ab2248a31e69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 01:49:35 +0000 Subject: [PATCH 1581/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 68545538f6607cef030a444bd6521ae5fd5deef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 10:04:35 +0000 Subject: [PATCH 1582/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid ForestGreen; } nav { - background: BlueViolet; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From dfd4517e0acdf6e5f87daa2c8be130988ca2048f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 13:04:35 +0000 Subject: [PATCH 1583/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Black; } nav { - background: ForestGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From eb42b75d2fb2f0d5578e117667f3dee2639b38ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 14:34:34 +0000 Subject: [PATCH 1584/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d858a454e8d20e94490a89cf8aaccec147c0eb29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 17:34:35 +0000 Subject: [PATCH 1585/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid GreenYellow; } nav { - background: DarkSalmon; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5912169dabdae0d0c1b1266ae0166aec154ba4c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 21:19:35 +0000 Subject: [PATCH 1586/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c115417c17b3da494564c3e701f52c3071300b2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Sep 2022 22:04:35 +0000 Subject: [PATCH 1587/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Blue; } nav { - background: BlanchedAlmond; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From db79f71ca492d6e79a294646f3a64dd1e6076453 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 01:49:34 +0000 Subject: [PATCH 1588/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkOrange; } nav { - background: Blue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From aeb3fa038c31c8945a5ad8fc05212151b0da8872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 04:04:34 +0000 Subject: [PATCH 1589/3211] KPT-22: Modals with SlateGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid SlateGray; } nav { - background: DarkOrange; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 05aee3fbae5fdc5307082853d195890c9c4773e4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 04:49:34 +0000 Subject: [PATCH 1590/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid LightSalmon; } nav { - background: SlateGray; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From cf6f7ac5e7f08992b30badb79b6c5b1a2b8ef608 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 05:35:08 +0000 Subject: [PATCH 1591/3211] KPT-22: Modals with Gold accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Gold; } nav { - background: LightSalmon; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 32c391074362eee98138ffa7663a1b59a97e679f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 13:04:36 +0000 Subject: [PATCH 1592/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Navy; } nav { - background: Gold; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 7b169aef4885f0b68ab6d55dbd3e1cd14ff9fb01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 13:49:34 +0000 Subject: [PATCH 1593/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0ea1e230523bcd09b6fa5492c6e56a1e0b15e7f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 15:19:35 +0000 Subject: [PATCH 1594/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid NavajoWhite; } nav { - background: Wheat; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From e7693717da36375d5596d9c870dd76d7e74dc6e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 21:19:34 +0000 Subject: [PATCH 1595/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Navy; } nav { - background: NavajoWhite; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 7d9332bc5de1c1ffb7c725097138aa2fd3cb1b54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Sep 2022 23:34:35 +0000 Subject: [PATCH 1596/3211] KPT-24: Update background color to Azure --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Azure; } nav { - background: Navy; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 537cc8c7c3f6051bcabdf7ec7e42a65e7fb73121 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 00:19:35 +0000 Subject: [PATCH 1597/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Plum; } nav { - background: Azure; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From bd615cbdf9a1316e9a1ac8023bdec2daeb8ff28a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 01:04:35 +0000 Subject: [PATCH 1598/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Gainsboro; } nav { - background: Plum; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From ecb7d8a9210ef36293d24b16e452a8383f37f06a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 01:49:35 +0000 Subject: [PATCH 1599/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Purple; } nav { - background: Gainsboro; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From fd17172c3d86b9078f30e56c66c98b959d91914c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 02:34:35 +0000 Subject: [PATCH 1600/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Tan; } nav { - background: Purple; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 3c56e04752330c3b471556dab2ebab38944848e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 05:34:35 +0000 Subject: [PATCH 1601/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid GoldenRod; } nav { - background: Tan; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From b88795b05e4802887bbf2760e81d00c430a43b60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 07:49:34 +0000 Subject: [PATCH 1602/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid HotPink; } nav { - background: GoldenRod; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From ffd7e50687b54afd21c92441ebc8ea4be99c427b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 11:34:34 +0000 Subject: [PATCH 1603/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: HotPink; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From fd881dd4eba265cedf44c071968624697e7843e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 14:34:35 +0000 Subject: [PATCH 1604/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkOrange; } nav { - background: LightGoldenRodYellow; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From bb8159f431acc05fedf8b1f332e673a6f9445220 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 16:04:35 +0000 Subject: [PATCH 1605/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid FloralWhite; } nav { - background: DarkOrange; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From b705d5a9e4cee0c47cf44cd54b49f78479f610c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 17:34:34 +0000 Subject: [PATCH 1606/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Sienna; } nav { - background: FloralWhite; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 13b87fdb5d51b1a6f1350717ba320da933ec9fb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 19:49:35 +0000 Subject: [PATCH 1607/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid MediumSpringGreen; } nav { - background: Sienna; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From a774996c06823b6fcd8e8b6ef821553dc17daab9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Sep 2022 22:49:34 +0000 Subject: [PATCH 1608/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 63075530fc29c99ccaf499e0cde601cb434b3bb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 00:19:35 +0000 Subject: [PATCH 1609/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkSalmon; } nav { - background: MediumOrchid; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 2c1c3242f19f60bb6175c3bdcfbf016b87ca6494 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 01:04:34 +0000 Subject: [PATCH 1610/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Wheat; } nav { - background: DarkSalmon; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 1ec75ae49dc911c280e4566858a0fdf6fe6c7a0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 06:19:35 +0000 Subject: [PATCH 1611/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightGray; } nav { - background: Wheat; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 5d058ea324944bde59c0f3aebae505dd9c9607d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 11:34:35 +0000 Subject: [PATCH 1612/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid WhiteSmoke; } nav { - background: LightGray; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From a08e1d266465db920cbdbb2d340a349f0fb0448e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 13:49:35 +0000 Subject: [PATCH 1613/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Wheat; } nav { - background: WhiteSmoke; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From a51fd9bf7c7cc69169e4bc405c04004d5d70bc2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 17:34:36 +0000 Subject: [PATCH 1614/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Azure; } nav { - background: Wheat; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From e5663936acb00b796147a94e4c17ef0bb8544988 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 18:19:35 +0000 Subject: [PATCH 1615/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Aquamarine; } nav { - background: Azure; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 4c9986767d7f18aba7eece4745f6c9c0501a7dc8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 19:04:36 +0000 Subject: [PATCH 1616/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LemonChiffon; } nav { - background: Aquamarine; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From 093f42b0387f4fe82a44d4e04554658021a0d912 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Sep 2022 21:19:34 +0000 Subject: [PATCH 1617/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DarkGreen; } nav { - background: LemonChiffon; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From e9f1a3bbb9a34b1ee81b2ef0eea445925daf6707 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 01:04:35 +0000 Subject: [PATCH 1618/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid MediumBlue; } nav { - background: DarkGreen; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1c50b570903aee9cc2c9e4827eee7f032e07f9ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 05:34:34 +0000 Subject: [PATCH 1619/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Silver; } nav { - background: MediumBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 8d0102ec4975e3bbd9aaebd75a4a2db01f267d8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 08:34:35 +0000 Subject: [PATCH 1620/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Moccasin; } nav { - background: Silver; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From b9466bd9a3d530371fa53291a4c3f16e67889eb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 15:19:35 +0000 Subject: [PATCH 1621/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid DarkOrange; } nav { - background: Moccasin; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 922f7148501a146781700768eb3eba591fe042af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 16:04:35 +0000 Subject: [PATCH 1622/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Tomato; } nav { - background: DarkOrange; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 7e44870a47d59d0aaaf1db0a79fbb55f684fe392 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 18:19:34 +0000 Subject: [PATCH 1623/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DeepPink; } nav { - background: Tomato; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From c178fa733fa080dd26c2b56738017b7f7e657b79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 20:34:34 +0000 Subject: [PATCH 1624/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumOrchid; } nav { - background: DeepPink; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 3c3271a6b32856920f2a68a5802968534fd170a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 22:04:35 +0000 Subject: [PATCH 1625/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DimGray; } nav { - background: MediumOrchid; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From c9ca22c06742c9d83667a2d1664b5f1a61d026be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Sep 2022 22:49:34 +0000 Subject: [PATCH 1626/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid MistyRose; } nav { - background: DimGray; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From dd31b0dfb8bda805afdb88d6f8f3470afdbdcca2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 01:04:34 +0000 Subject: [PATCH 1627/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Plum; } nav { - background: MistyRose; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From d63be70fc6cfd8a7cc8bc469323361679882e101 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 01:49:34 +0000 Subject: [PATCH 1628/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid GreenYellow; } nav { - background: Plum; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 0d056e8a45813067b9f5dc82f4df7ee3919ef37b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 02:34:34 +0000 Subject: [PATCH 1629/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid LightSeaGreen; } nav { - background: GreenYellow; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From de00441e09e894f4b14731f95611f0299c557979 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 03:19:34 +0000 Subject: [PATCH 1630/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Orchid; } nav { - background: LightSeaGreen; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 0e5ec0f6d537c01e17534e6d3930507d44dd40cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 04:49:34 +0000 Subject: [PATCH 1631/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 9484865d443ec310ba5d928dad3e177b11f3593a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 07:59:51 +0000 Subject: [PATCH 1632/3211] KPT-24: Update background color to Bisque --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Bisque; } nav { - background: SteelBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 4e46c9fe44b8ff250d2f7c27a725abc11925de40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 11:44:51 +0000 Subject: [PATCH 1633/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid GreenYellow; } nav { - background: Bisque; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 364463cb0f4fcefbb8b3f69e9e281e7dd1ea369b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 13:59:51 +0000 Subject: [PATCH 1634/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f629b697c449574797f052cbc36885f5acbc2536 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Sep 2022 21:30:24 +0000 Subject: [PATCH 1635/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MediumSeaGreen; } nav { - background: BlanchedAlmond; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From fe31aa29e8e710fd467be2ee90340a3ac97eba71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 00:29:51 +0000 Subject: [PATCH 1636/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkSeaGreen; } nav { - background: MediumSeaGreen; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 99a70d671bbfda9aff2409c09641ca269d434a14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 04:59:51 +0000 Subject: [PATCH 1637/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid Navy; } nav { - background: DarkSeaGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From e05e4f86996c4fa6b0cb1c0e61c9f606db334f14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 06:29:51 +0000 Subject: [PATCH 1638/3211] KPT-24: Update background color to GreenYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid GreenYellow; } nav { - background: Navy; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5ab4a42ee1b1f2361c9959c59416cb79426b249c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 13:59:51 +0000 Subject: [PATCH 1639/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Black; } nav { - background: GreenYellow; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 516eac81305b1ea58aa712412543542d06926aa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 15:29:52 +0000 Subject: [PATCH 1640/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Tan; } nav { - background: Black; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From e9193d7a67aac69cbbbefde752795324fccb2f74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Sep 2022 16:59:52 +0000 Subject: [PATCH 1641/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Peru; } nav { - background: Tan; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 79e51475fd8c3b5c30d15f853f1cb8a42c7e00ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 04:14:51 +0000 Subject: [PATCH 1642/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkOrange; } nav { - background: Peru; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 41739cd1be4ea395b75d69eb40ace669d85c8eb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 04:59:51 +0000 Subject: [PATCH 1643/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 21450ae790fb263b4df4226668df5402f0962929 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 05:44:51 +0000 Subject: [PATCH 1644/3211] KPT-24: Update background color to Tan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 86991370075dbfc83714f6e4d6177748d3348629 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 10:59:52 +0000 Subject: [PATCH 1645/3211] KPT-22: Modals with DarkOrange accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid DarkOrange; } nav { - background: Tan; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From e90b8fd49238a33b782f370df0acfbdeecd358e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 13:59:52 +0000 Subject: [PATCH 1646/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid HoneyDew; } nav { - background: DarkOrange; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 88cbda1d394eaba71be0a12d28d6b3819361297e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 17:44:51 +0000 Subject: [PATCH 1647/3211] KPT-24: Update background color to SlateGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid SlateGray; } nav { - background: HoneyDew; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 13127a245a8ab909fca817beade394cacd186dba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 19:14:52 +0000 Subject: [PATCH 1648/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c105f109d7fa26897f131d565cf3a8d381a36b9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Sep 2022 21:29:51 +0000 Subject: [PATCH 1649/3211] KPT-22: Modals with SlateGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid SlateGray; } nav { - background: SeaGreen; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e92212902be341cba25096e1f062098caf85d8c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 00:29:52 +0000 Subject: [PATCH 1650/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 24c34d90a0db986b08706501ab61f8b357f8a1c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 03:29:51 +0000 Subject: [PATCH 1651/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid SpringGreen; } nav { - background: SlateGrey; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From f89dc42310a8b737a678497a315afe7dd7cd3759 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Sep 2022 13:59:52 +0000 Subject: [PATCH 1652/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid RosyBrown; } nav { - background: SpringGreen; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 1ca5474dfdea1b93953070cea2146624d4511a98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 04:59:52 +0000 Subject: [PATCH 1653/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid MediumBlue; } nav { - background: RosyBrown; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 610de24dfac217498c9a84d5821d02a7a784e69a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 08:44:51 +0000 Subject: [PATCH 1654/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b42a3724767304e616bb21a751f3b50cca432d2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 09:29:51 +0000 Subject: [PATCH 1655/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkOrange; } nav { - background: WhiteSmoke; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 7493738e937a27422b0cdbd50b1f1f200bd44c6f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 10:14:51 +0000 Subject: [PATCH 1656/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Blue; } nav { - background: DarkOrange; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 50a6173a070cce5f59519a81cf6f5425863b24d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 11:44:51 +0000 Subject: [PATCH 1657/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkOrchid; } nav { - background: Blue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From a3e11acaa4dc9a46585507c1ecb7e8c0cd57afa0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Sep 2022 21:29:51 +0000 Subject: [PATCH 1658/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid SaddleBrown; } nav { - background: DarkOrchid; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 94e969689ac870ee69d3d960bfa0defa7c4c5621 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 01:59:51 +0000 Subject: [PATCH 1659/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Green; } nav { - background: SaddleBrown; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 9026694193bfbea905ebe54823a274945708ea22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 02:44:52 +0000 Subject: [PATCH 1660/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Purple; } nav { - background: Green; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 27fea651383b918375e9efb16407b81d91e85d03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 03:29:52 +0000 Subject: [PATCH 1661/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Cyan; } nav { - background: Purple; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 509f486917917fa56daaa4997b13cc5a46291d9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 04:14:51 +0000 Subject: [PATCH 1662/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 52f7aa95dbb6e09200a124f675fa267aa942e405 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 04:59:51 +0000 Subject: [PATCH 1663/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid LightSalmon; } nav { - background: Violet; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From ed086b61646621d094a9199af78fe245de7ac652 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 06:29:51 +0000 Subject: [PATCH 1664/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid HoneyDew; } nav { - background: LightSalmon; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From ce139697312a3aa04259a5c311376520b2cd2f09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 08:44:51 +0000 Subject: [PATCH 1665/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Lime; } nav { - background: HoneyDew; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 5f7e6f586d615f8d82d2835b4cd564ac720acfaf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 09:29:51 +0000 Subject: [PATCH 1666/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 87a84d87f4cb7bd75a083be7a98db80db0c4538b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 11:44:52 +0000 Subject: [PATCH 1667/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DimGray; } nav { - background: LightGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 09737cbd08f7fd6cef4a3da640acf1e05825d752 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 13:14:52 +0000 Subject: [PATCH 1668/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Ivory; } nav { - background: DimGray; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 694b2fb546718aca47b8a5747d3cb0f8cf5202cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 15:29:51 +0000 Subject: [PATCH 1669/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Thistle; } nav { - background: Ivory; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From d95592c3a48075544cc20d303477ab3edf405cb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Sep 2022 21:29:52 +0000 Subject: [PATCH 1670/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid PaleGreen; } nav { - background: Thistle; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 188b59fe37c7c880c84f5ed6ad143dddc24b26b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 04:59:51 +0000 Subject: [PATCH 1671/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid CadetBlue; } nav { - background: PaleGreen; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From d55f1ec24cc133ffc4683ab4970fb0c6f531d97d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 07:14:52 +0000 Subject: [PATCH 1672/3211] KPT-22: Modals with DarkBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkBlue; } nav { - background: CadetBlue; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 330d1964a8fbf2c92d6080ca779174f5be8d3369 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 07:59:51 +0000 Subject: [PATCH 1673/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Coral; } nav { - background: DarkBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From ed49d53a8e566f25a57ba51ca2eb5c4acf605d70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 10:14:51 +0000 Subject: [PATCH 1674/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PapayaWhip; } nav { - background: Coral; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 7a19d0d4e6edbfe864fea1ea58883206442b9a0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 10:59:51 +0000 Subject: [PATCH 1675/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid LightGrey; } nav { - background: PapayaWhip; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 32d2a581be3114df13ec777040062c079550c1bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 11:44:53 +0000 Subject: [PATCH 1676/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ac575f6665a1f4f4791f79890c0183fdacceceac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 15:29:51 +0000 Subject: [PATCH 1677/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Beige; } nav { - background: Magenta; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 1c16f5159c109a2446ccde8185ef2cbca4e40f2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 19:14:52 +0000 Subject: [PATCH 1678/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Maroon; } nav { - background: Beige; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 2c6e8bcc20ba45419189691b815eab478eb60342 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 20:44:52 +0000 Subject: [PATCH 1679/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Wheat; } nav { - background: Maroon; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From e3432584d82933b001bfe9da4ec61c0e551760c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Sep 2022 22:14:53 +0000 Subject: [PATCH 1680/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid PowderBlue; } nav { - background: Wheat; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5b2651d9432c789303d8ab2e18c76455350d3b75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 00:29:53 +0000 Subject: [PATCH 1681/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid SteelBlue; } nav { - background: PowderBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6a1fa3470a4872560937c771d01f00678eeddeda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 04:14:52 +0000 Subject: [PATCH 1682/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Beige; } nav { - background: SteelBlue; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From d80e4befd91e67615b6271dff42098679c8989bf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 05:44:52 +0000 Subject: [PATCH 1683/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Moccasin; } nav { - background: Beige; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From ef51849ccdcb28f8c916622a2f5b9ca0815e3cc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 09:29:51 +0000 Subject: [PATCH 1684/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Ivory; } nav { - background: Moccasin; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From dbdb5751b028848f262cc942a0f52e9f4cf9e0bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 11:44:51 +0000 Subject: [PATCH 1685/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid SkyBlue; } nav { - background: Ivory; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From e47b2ba5bdd67802899cd32bc64d7f6718269550 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 18:29:53 +0000 Subject: [PATCH 1686/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Lavender; } nav { - background: SkyBlue; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 64a3da482676cb68cf4b9cc00b31ae06ca0674ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Sep 2022 22:59:51 +0000 Subject: [PATCH 1687/3211] KPT-24: Update background color to Indigo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Indigo; } nav { - background: Lavender; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 0a92f66bf9636bf3d040bac9dcccb035de9fc92f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 00:29:51 +0000 Subject: [PATCH 1688/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid RoyalBlue; } nav { - background: Indigo; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6a2adcb77dbbeed7b716d3366021a3f06d42cc4c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 01:14:54 +0000 Subject: [PATCH 1689/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkKhaki; } nav { - background: RoyalBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From e48164c3f1b2f37d6b63079cfe17faa0ee5550ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 02:44:51 +0000 Subject: [PATCH 1690/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid SaddleBrown; } nav { - background: DarkKhaki; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From c0d8a41c4422e091deba08ad8672016c6bd4cf03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 04:59:52 +0000 Subject: [PATCH 1691/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid SandyBrown; } nav { - background: SaddleBrown; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From c4941d966679dc694e2e8bd1008ae7befbd7e192 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 06:29:52 +0000 Subject: [PATCH 1692/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 edc8a7ce35f5d857e8680484eea7f6b91400e17e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 07:59:52 +0000 Subject: [PATCH 1693/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkCyan; } nav { - background: LawnGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 94c1b3c66e4d3a72176fcdcccf21bb0339642e42 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 08:44:52 +0000 Subject: [PATCH 1694/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid DarkGreen; } nav { - background: DarkCyan; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From a6c82c7591bf8e4faa59dfcfa5dffcfaaafdc7b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Sep 2022 14:44:51 +0000 Subject: [PATCH 1695/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkGreen; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 89498069e182b9a7f589b06fb136b03a087629ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 18:04:07 +0000 Subject: [PATCH 1696/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Crimson; } nav { - background: WhiteSmoke; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 63deff6263b697149f5facc152f0336f54d60332 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 18:49:07 +0000 Subject: [PATCH 1697/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightSlateGray; } nav { - background: Crimson; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From affe53ee9a67955500d6416644719676756c4226 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Sep 2022 22:34:07 +0000 Subject: [PATCH 1698/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightSlateGray; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f80a5e75ef71c628dd7bbb72d612a3154ab139a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 03:49:07 +0000 Subject: [PATCH 1699/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid FloralWhite; } nav { - background: DarkSlateBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 75523d5857a8d78b5fb9088adaed8d052217b01c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 07:34:08 +0000 Subject: [PATCH 1700/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Navy; } nav { - background: FloralWhite; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 00cfe1d675a751294cfe49e50bea0905c32a68ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 13:34:07 +0000 Subject: [PATCH 1701/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid LightSeaGreen; } nav { - background: Navy; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a1425f846f12910c5bf41c85c9c007a477b610d7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 18:04:07 +0000 Subject: [PATCH 1702/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid DarkGreen; } nav { - background: LightSeaGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From c1aba00c2620c7d18ea625fe2e93f0276d93ca96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 19:34:07 +0000 Subject: [PATCH 1703/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Aqua; } nav { - background: DarkGreen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 9b178d49be935c9fe164928ca2aea493d600c46c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Sep 2022 22:34:07 +0000 Subject: [PATCH 1704/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ca594b24f7d2112bff38e56cfe405663ff0b3973 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 00:04:07 +0000 Subject: [PATCH 1705/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Aqua; } nav { - background: SlateBlue; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 6f972b1ea35bc01228631c9e97afee702125d080 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 02:19:09 +0000 Subject: [PATCH 1706/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Olive; } nav { - background: Aqua; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 145bf0c202c44b29d8af46c805652bfa0ebfd46d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 05:19:07 +0000 Subject: [PATCH 1707/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid Teal; } nav { - background: Olive; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From ef993116ff3d03a0e63b211b45e75f37bcf4b65e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 06:04:07 +0000 Subject: [PATCH 1708/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Wheat; } nav { - background: Teal; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From c1a89ff10d678c586c9fc4062933968a9bd3b73b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 08:19:07 +0000 Subject: [PATCH 1709/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Cyan; } nav { - background: Wheat; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 86a880944e11bcc6b8424cf8ada7b15e9fc2586f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 09:49:07 +0000 Subject: [PATCH 1710/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightSteelBlue; } nav { - background: Cyan; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 76b599f4be6a5d5a9f398b20e64f52047f2d91b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 12:49:08 +0000 Subject: [PATCH 1711/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Gold; } nav { - background: LightSteelBlue; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From bdea6cf1e4c1fc1c554ce5ba3644143797bde3bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 21:49:07 +0000 Subject: [PATCH 1712/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid PowderBlue; } nav { - background: Gold; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 42088f64676f0c6715b6a2bcc8c97981e4e39d0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Sep 2022 23:19:07 +0000 Subject: [PATCH 1713/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Maroon; } nav { - background: PowderBlue; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 93e430bb6a0c3dced0b3387d8ee1c5dee575d557 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 03:04:07 +0000 Subject: [PATCH 1714/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 237c7d6121bc9327f61816e4248a2f889d56c563 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 05:19:07 +0000 Subject: [PATCH 1715/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid OldLace; } nav { - background: BurlyWood; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 3f8a0f6eb8cb284feaf3cd660d647e51c19b512f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 12:04:07 +0000 Subject: [PATCH 1716/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Olive; } nav { - background: OldLace; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 2bed3286f731370f02132e96b6f3c2a9be00db4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 14:19:07 +0000 Subject: [PATCH 1717/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid SeaGreen; } nav { - background: Olive; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5b8f17f82cd4200d88358fb5abe8471b0204389e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 15:49:07 +0000 Subject: [PATCH 1718/3211] KPT-22: Modals with LimeGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LimeGreen; } nav { - background: SeaGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0e007027177cb3a5ecd1949557d74c782a240c24 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 18:04:08 +0000 Subject: [PATCH 1719/3211] KPT-24: Update background color to LightSteelBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid LightSteelBlue; } nav { - background: LimeGreen; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 252373f5629f8c8246414139d117c6825993d2aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Sep 2022 21:04:07 +0000 Subject: [PATCH 1720/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid DarkSalmon; } nav { - background: LightSteelBlue; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 037c07134c8ec88c14311edcdb40f5eb73f5a4fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 00:49:07 +0000 Subject: [PATCH 1721/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MistyRose; } nav { - background: DarkSalmon; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 800b39d2307afa6361c3f8555bad272fab4106e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 07:34:07 +0000 Subject: [PATCH 1722/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b99bd1d22b11b2b301537658a932479433a6ce20 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 15:49:10 +0000 Subject: [PATCH 1723/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4ee5b2d830151ce72ce643b05a464fdeaf4c7998 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Sep 2022 17:19:08 +0000 Subject: [PATCH 1724/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Turquoise; } nav { - background: LightSteelBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d33765e35ade99c066eccf30339fe47d0fdf3310 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 00:04:07 +0000 Subject: [PATCH 1725/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Sienna; } nav { - background: Turquoise; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 754ae7412a764ffb9240325ef78cf46e3a0a083d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 03:49:08 +0000 Subject: [PATCH 1726/3211] KPT-22: Modals with MediumTurquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid MediumTurquoise; } nav { - background: Sienna; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 2d0eb806f87be915ecd44471869b45fefcadc10e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 07:34:07 +0000 Subject: [PATCH 1727/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid OrangeRed; } nav { - background: MediumTurquoise; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 15730a448aefabb7dd2f93a2d20b59e83acfce6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 10:34:08 +0000 Subject: [PATCH 1728/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Navy; } nav { - background: OrangeRed; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From c5c75f128ee2a0e6a6756969c8f368dc225ef058 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 12:49:07 +0000 Subject: [PATCH 1729/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid OliveDrab; } nav { - background: Navy; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 8627ea102207df966a4e18f6674a9f43d17190b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 13:34:08 +0000 Subject: [PATCH 1730/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Coral; } nav { - background: OliveDrab; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1aca9749fde7784e815f41501c2b2b0621270124 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 15:04:07 +0000 Subject: [PATCH 1731/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DimGray; } nav { - background: Coral; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From f7e3ba63baa56fcd2f41b41472d6ab82630132f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 15:49:07 +0000 Subject: [PATCH 1732/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Yellow; } nav { - background: DimGray; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From a10411058fdcc1b989b4c530c4d9a0d11d884148 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 20:19:08 +0000 Subject: [PATCH 1733/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ef261ad22f25b21acc6404273f3f9e7d7a767a46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 22:34:08 +0000 Subject: [PATCH 1734/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid SeaShell; } nav { - background: LightGrey; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 70d1306f49321b1ad65c959a78e1f1f4e3bf6f75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Sep 2022 23:19:07 +0000 Subject: [PATCH 1735/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkGray; } nav { - background: SeaShell; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 5ebbf2cc51b96dea70bba363c2e47af742389019 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 02:19:09 +0000 Subject: [PATCH 1736/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid SaddleBrown; } nav { - background: DarkGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From c32c0f7fe46e95ea39306671d7508110323e7d7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 03:04:08 +0000 Subject: [PATCH 1737/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d2423abbf9d15f90ab6e641bd376db8760ea9e71 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 04:34:07 +0000 Subject: [PATCH 1738/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid LimeGreen; } nav { - background: White; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 10ecb6a8034f825dfba80f664afe2059357364bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 05:19:07 +0000 Subject: [PATCH 1739/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Gainsboro; } nav { - background: LimeGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 65a070b4aa4b6b9f5177951395bf26bd30bea275 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 06:49:07 +0000 Subject: [PATCH 1740/3211] KPT-22: Modals with MediumAquaMarine accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 60e1822faba9f062595f9dec6faa4fcbf7b789b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 14:19:07 +0000 Subject: [PATCH 1741/3211] KPT-22: Modals with HotPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid HotPink; } nav { - background: MediumAquaMarine; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 64c5fec541bf80214e7b627a48449f318d5a4630 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 15:04:07 +0000 Subject: [PATCH 1742/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid Snow; } nav { - background: HotPink; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 2c313c67d1917bc871e57a183d05e44a10490179 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Sep 2022 19:34:07 +0000 Subject: [PATCH 1743/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Magenta; } nav { - background: Snow; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 402299b74de9e56121a72a10ae08e806b37722ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 00:49:07 +0000 Subject: [PATCH 1744/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightYellow; } nav { - background: Magenta; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 5f260019975d708392ef283ddded0b58fc7ee57a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 02:19:07 +0000 Subject: [PATCH 1745/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid IndianRed; } nav { - background: LightYellow; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 1774582ee91d9dbb0d2e2d9061e7a9b2949ccb67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 03:49:07 +0000 Subject: [PATCH 1746/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Navy; } nav { - background: IndianRed; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 526ee41771a2f51d98dbead126a89d9ed0cf5353 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 04:34:07 +0000 Subject: [PATCH 1747/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DarkSlateGray; } nav { - background: Navy; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e310ea5490394ad6b766bf20b1a46987914872b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 06:49:07 +0000 Subject: [PATCH 1748/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Blue; } nav { - background: DarkSlateGray; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 5ffa6eb562b64ce557bf05e37ebb053187ae9984 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 09:04:07 +0000 Subject: [PATCH 1749/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid HoneyDew; } nav { - background: Blue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From e3f4a64b69542ab3e8ba431fcba51de181089d65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 13:34:07 +0000 Subject: [PATCH 1750/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Linen; } nav { - background: HoneyDew; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From b70f8e0f639f61a134c2aef9454a96b91de12333 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 14:19:07 +0000 Subject: [PATCH 1751/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 229888320e4c8c87bf68728ef905115598f4a9a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 17:19:10 +0000 Subject: [PATCH 1752/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid FireBrick; } nav { - background: MediumSpringGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From b9b5c46abd9d10123fd1444534e04b8d8480ddc9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Sep 2022 22:34:07 +0000 Subject: [PATCH 1753/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Khaki; } nav { - background: FireBrick; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 706a0d0169969f094394ff5579ecb6b5ef10e145 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 00:49:08 +0000 Subject: [PATCH 1754/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid SaddleBrown; } nav { - background: Khaki; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 3a89497d30d7d45759360d8af7233fc1cebf0603 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 07:34:07 +0000 Subject: [PATCH 1755/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Gold; } nav { - background: SaddleBrown; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From a3159870188a5671d6276c27344b8d1eb818d5ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 09:49:08 +0000 Subject: [PATCH 1756/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 48289bcb9de25c93eb7be8662273344a6147bb97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 12:49:08 +0000 Subject: [PATCH 1757/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 33b15ada2de563a1947735845fb8b928892074d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 16:34:08 +0000 Subject: [PATCH 1758/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid SeaGreen; } nav { - background: IndianRed; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 23c14a81d376ad9984ebe76b21fd8d34fb21ca12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 19:34:07 +0000 Subject: [PATCH 1759/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DimGray; } nav { - background: SeaGreen; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From d9b1ba9744e0e9fe9896857a5915c93cdbac19db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 21:04:08 +0000 Subject: [PATCH 1760/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightSlateGray; } nav { - background: DimGray; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From df2bc3dce494c38b722f62782bbd562743badad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Sep 2022 23:19:07 +0000 Subject: [PATCH 1761/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkRed; } nav { - background: LightSlateGray; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 8805c34857245385d1ed7240f3460b26df078a15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 03:49:08 +0000 Subject: [PATCH 1762/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Thistle; } nav { - background: DarkRed; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From a78facb4b9b313b3b16ca8ac5303ba88477adeb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 06:04:08 +0000 Subject: [PATCH 1763/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightGreen; } nav { - background: Thistle; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From da4c976b118e7a444c9a7dba370e73721d47e48f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 07:34:07 +0000 Subject: [PATCH 1764/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5eb71ec6b7b8ccc79c4a01c94e4a33dc960c4365 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 11:19:08 +0000 Subject: [PATCH 1765/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Turquoise; } nav { - background: DarkOliveGreen; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From e3915cbb2808da3097a6c98da53549c0aab1f8d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 12:49:07 +0000 Subject: [PATCH 1766/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid ForestGreen; } nav { - background: Turquoise; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5f83b1727e9f687512fb26ad6da291250493d711 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 15:04:08 +0000 Subject: [PATCH 1767/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkBlue; } nav { - background: ForestGreen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3844cbca064e103c9bd66b7be02ae8966b112f96 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 19:34:08 +0000 Subject: [PATCH 1768/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid SeaShell; } nav { - background: DarkBlue; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 01ffdbb320aaac5e7b65edc3529a4cf27e9d8c84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Sep 2022 21:49:08 +0000 Subject: [PATCH 1769/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid MediumOrchid; } nav { - background: SeaShell; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d18c3d21ac71da745dbb4bd2c8fba477f01efa30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 03:49:07 +0000 Subject: [PATCH 1770/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid BlueViolet; } nav { - background: MediumOrchid; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 78b43fbc4643d99e5d674672faa1e359fc300f73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 06:49:08 +0000 Subject: [PATCH 1771/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2b1d61d621c4e2205322081882cdd40ed56f342a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 07:34:08 +0000 Subject: [PATCH 1772/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkSlateGrey; } nav { - background: Silver; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 78bb0398523c6911483168f374bb4f4ee0da3331 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 08:19:07 +0000 Subject: [PATCH 1773/3211] KPT-24: Update background color to PowderBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid PowderBlue; } nav { - background: DarkSlateGrey; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4ea881946e11b147eb67e73a8c2e8a11a47031f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 10:34:07 +0000 Subject: [PATCH 1774/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid PaleGreen; } nav { - background: PowderBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From a123aded3c81e9a51883be6950a1a587867496d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 12:49:07 +0000 Subject: [PATCH 1775/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid RebeccaPurple; } nav { - background: PaleGreen; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From 7e97222e19e8e2e7e37c3b9f6b035bbf0bf5d666 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 14:19:07 +0000 Subject: [PATCH 1776/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Black; } nav { - background: RebeccaPurple; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From e38d505793c67412d4e30bb948d2dc411a9a8b57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 15:49:07 +0000 Subject: [PATCH 1777/3211] KPT-22: Modals with MediumSpringGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid MediumSpringGreen; } nav { - background: Black; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2523844a77de9a1e7314ab0993e41a3d17f9ec8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 16:34:07 +0000 Subject: [PATCH 1778/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Navy; } nav { - background: MediumSpringGreen; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 6a5c8136a7c767e0cd611b26fb52e49d91b89b04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 17:19:09 +0000 Subject: [PATCH 1779/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Chartreuse; } nav { - background: Navy; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f429430fc4e6dc5ab7fcd346d4bbecb06a42fcf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 18:04:07 +0000 Subject: [PATCH 1780/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LightPink; } nav { - background: Chartreuse; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 8fbf88d5c22ac9b444305c656249d5fd3606dbd6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 18:49:08 +0000 Subject: [PATCH 1781/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Grey; } nav { - background: LightPink; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 7b58d4ed43f411e92f592c5f78a7563ed1e4c456 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Sep 2022 21:49:07 +0000 Subject: [PATCH 1782/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Yellow; } nav { - background: Grey; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From b2641dea3cecf1bc66b74cd855ba35ba44450531 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 00:04:07 +0000 Subject: [PATCH 1783/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Purple; } nav { - background: Yellow; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 3a99aaa94234075ce09fcc3339a189e6e50710bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 00:49:08 +0000 Subject: [PATCH 1784/3211] KPT-24: Update background color to OrangeRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid OrangeRed; } nav { - background: Purple; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 65a50d1028d563f0bea61623b31b8b34b5fbffa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 07:34:07 +0000 Subject: [PATCH 1785/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid LavenderBlush; } nav { - background: OrangeRed; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From dd4d96f66df40907b118a235b2fb7329537e6f5f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 09:04:07 +0000 Subject: [PATCH 1786/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Yellow; } nav { - background: LavenderBlush; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From c20f836d0c2c365b986db269240a2c8a8ab2da81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 11:19:07 +0000 Subject: [PATCH 1787/3211] KPT-24: Update background color to SeaGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SeaGreen; } nav { - background: Yellow; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3e5cd83df7247e8393b79ebed36d72034b1549c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 15:49:07 +0000 Subject: [PATCH 1788/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5effe2864e91ff360dc44e7092b4d553fc8ef8f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 22:34:08 +0000 Subject: [PATCH 1789/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: MediumBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From e80e34ccf3a0bddee2e2f5241e6ebb2784b54767 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 1 Oct 2022 23:19:08 +0000 Subject: [PATCH 1790/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkGray; } nav { - background: DarkOliveGreen; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From a5978759fc55b53f4a4bf9410ebd70e4fefd898a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 03:04:07 +0000 Subject: [PATCH 1791/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkGray; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 41cb84d74d3c0180895b52bb79c58f895ae78f17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 06:49:07 +0000 Subject: [PATCH 1792/3211] KPT-22: Modals with MediumVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b2e28b1700eb6ee69a99417d492bb266e3b6c864 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 07:34:07 +0000 Subject: [PATCH 1793/3211] KPT-24: Update background color to MediumPurple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid MediumPurple; } nav { - background: MediumVioletRed; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 983545af67d49f83a37a7065aacbf8275094e06b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 08:19:07 +0000 Subject: [PATCH 1794/3211] KPT-24: Update background color to LightSeaGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7493d801c201bab5f2fa93b3ff600c9af21d3b76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 09:04:07 +0000 Subject: [PATCH 1795/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid Lavender; } nav { - background: LightSeaGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From ce39af9695d72eefdbba554cd7994d9d6f5761cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 09:49:07 +0000 Subject: [PATCH 1796/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid SpringGreen; } nav { - background: Lavender; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From c8e1e29af61ac4ee1858e085bf4e68513960e583 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 15:04:07 +0000 Subject: [PATCH 1797/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid SaddleBrown; } nav { - background: SpringGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From bd936ff58887335669e2ac6fa06a3e46a2d77c8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 19:34:07 +0000 Subject: [PATCH 1798/3211] KPT-24: Update background color to Lavender --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 268e43cab915f9aba233d784cc610732ec2fae33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 2 Oct 2022 21:49:08 +0000 Subject: [PATCH 1799/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Turquoise; } nav { - background: Lavender; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 9a2ef87aed919436f4c592b389236d9d26c20107 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 00:04:07 +0000 Subject: [PATCH 1800/3211] KPT-24: Update background color to LightBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LightBlue; } nav { - background: Turquoise; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4930da4f88cec2b2faac0d484e3b4bcda727c09d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 03:04:07 +0000 Subject: [PATCH 1801/3211] KPT-22: Modals with MediumVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid MediumVioletRed; } nav { - background: LightBlue; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 891c23d8a334e3e875921a52d123ff4b6db28ab4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 12:04:07 +0000 Subject: [PATCH 1802/3211] KPT-24: Update background color to Sienna --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Sienna; } nav { - background: MediumVioletRed; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From bb6e2ea659075883a7886bae35b6daf578b41e54 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 12:49:07 +0000 Subject: [PATCH 1803/3211] KPT-24: Update background color to Orchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Orchid; } nav { - background: Sienna; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 7bdfb16589798352b1bdb430ed55914c0a0e0d30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 14:19:08 +0000 Subject: [PATCH 1804/3211] KPT-22: Modals with SandyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid SandyBrown; } nav { - background: Orchid; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 3c573f38b30916f22e6c228148ec4f0ca988807f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 15:04:08 +0000 Subject: [PATCH 1805/3211] KPT-24: Update background color to Gainsboro --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Gainsboro; } nav { - background: SandyBrown; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From c0db3bb0241dc6ad515c367b560c09fedc1e0c67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 18:04:07 +0000 Subject: [PATCH 1806/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid PaleVioletRed; } nav { - background: Gainsboro; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 0fffbfd8908d0dab0fcfcad9d071c652020e1b8b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 3 Oct 2022 22:34:07 +0000 Subject: [PATCH 1807/3211] KPT-24: Update background color to BlanchedAlmond --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid BlanchedAlmond; } nav { - background: PaleVioletRed; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From c0683a6f9034e0f1a502004291961596cc54ef6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 00:49:08 +0000 Subject: [PATCH 1808/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Cornsilk; } nav { - background: BlanchedAlmond; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 03dbfe6d313aa31dd8a70857646e1494c2e9963e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 02:19:08 +0000 Subject: [PATCH 1809/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid PaleGreen; } nav { - background: Cornsilk; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From d14f7eaafe46c9576ad1d30f35293d36369015d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 09:04:07 +0000 Subject: [PATCH 1810/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkGreen; } nav { - background: PaleGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From c4beafa92b046feef81ce260e5d08c12a55fd44e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 12:04:08 +0000 Subject: [PATCH 1811/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid GhostWhite; } nav { - background: DarkGreen; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 32aaf1f73e81a07abbbef4c18116befd9e679191 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 16:34:07 +0000 Subject: [PATCH 1812/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MediumBlue; } nav { - background: GhostWhite; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From fad39abf026472bddd68bd5c28220256f2f04ebe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 20:19:08 +0000 Subject: [PATCH 1813/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Cyan; } nav { - background: MediumBlue; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 50dbd19fac3ad92534a2f05253b75cfb4aaa44a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 21:04:08 +0000 Subject: [PATCH 1814/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid DarkRed; } nav { - background: Cyan; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 9d4f31440c485516c7bc5177a1cb87c407ed214d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 21:49:08 +0000 Subject: [PATCH 1815/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Black; } nav { - background: DarkRed; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From f39990356fff6abb2b43efa0c0fd85219b46eb11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 22:34:07 +0000 Subject: [PATCH 1816/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Black; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 9f30fb2c5164756130c604f732ae883f5b2d077e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 4 Oct 2022 23:19:07 +0000 Subject: [PATCH 1817/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2f42638b5ee2bf063ab4177b4149298204209b51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 00:49:07 +0000 Subject: [PATCH 1818/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Black; } nav { - background: BurlyWood; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 87810065aaed74aca7024ff573f9ff2ac7c0fc40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 11:19:08 +0000 Subject: [PATCH 1819/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b42c4efd5131f17b396d08d238bc9816b92999f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 12:04:07 +0000 Subject: [PATCH 1820/3211] KPT-22: Modals with HotPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid HotPink; } nav { - background: DeepPink; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 20ef4427107a0de023f92366d4bbf7e17f75e3c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 13:34:07 +0000 Subject: [PATCH 1821/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LightCyan; } nav { - background: HotPink; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 603226add4479f5a37d9e8953ed27fc332e91a30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 16:34:07 +0000 Subject: [PATCH 1822/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ac432b9256bf3d37be7eca92ff8d10570626b266 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 18:04:08 +0000 Subject: [PATCH 1823/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LightGrey; } nav { - background: Maroon; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 5390f9f57176d8071813888331e6986db5008fb8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 5 Oct 2022 19:34:08 +0000 Subject: [PATCH 1824/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid WhiteSmoke; } nav { - background: LightGrey; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 40fb184dc2300f5de33d1b3fce929ff3da7a75c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 03:49:08 +0000 Subject: [PATCH 1825/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkSlateGray; } nav { - background: WhiteSmoke; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 9b9e53ab60b016ad9b94ad7becfef27bfd4e057e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 04:34:07 +0000 Subject: [PATCH 1826/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid SlateBlue; } nav { - background: DarkSlateGray; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 263424897990a8481ab3c17a1dff33b329b8f5d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 09:49:08 +0000 Subject: [PATCH 1827/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid DarkCyan; } nav { - background: SlateBlue; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 135657f65dde8a405c8764df0076a73d9262415a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 11:19:08 +0000 Subject: [PATCH 1828/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid DarkSlateBlue; } nav { - background: DarkCyan; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 10e6a10cf3805d7e34d31b550e2a869f42d3f271 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 14:19:08 +0000 Subject: [PATCH 1829/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DeepPink; } nav { - background: DarkSlateBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 2e3e74e00b1715d9a04347ca2800f3b88979801c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 17:19:08 +0000 Subject: [PATCH 1830/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c8293e48aa8d6fc3698317f2e392903f76967821 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 18:04:08 +0000 Subject: [PATCH 1831/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Tan; } nav { - background: Coral; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 021f20904b97d7c23a4a47708d4889f4803da268 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 6 Oct 2022 23:19:08 +0000 Subject: [PATCH 1832/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Thistle; } nav { - background: Tan; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From f16ff269e4fed8968c0bca0219f435216574904e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 02:19:07 +0000 Subject: [PATCH 1833/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bad0554abc2b96991e3105e151d8eacdf1158a2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 09:04:07 +0000 Subject: [PATCH 1834/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Chocolate; } nav { - background: Yellow; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 3522356471e765e0bd7393cfe4d4d6488e2af6d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 15:04:07 +0000 Subject: [PATCH 1835/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid DimGray; } nav { - background: Chocolate; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 78b298f2d3aedcab7b9d575110002afbc290e49b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 15:49:08 +0000 Subject: [PATCH 1836/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid MediumTurquoise; } nav { - background: DimGray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From c41e85896b3728dbede28c9a15d9c0beeb388fa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 16:34:07 +0000 Subject: [PATCH 1837/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Cornsilk; } nav { - background: MediumTurquoise; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From bbb5490a20a97677b22f7b9f160073570c29e739 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 18:49:08 +0000 Subject: [PATCH 1838/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Linen; } nav { - background: Cornsilk; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 83107131866e93d383bc998b45846c28665e158c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 19:34:08 +0000 Subject: [PATCH 1839/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Azure; } nav { - background: Linen; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From bffca2a50ab411ddbe8092616d171c2ca5267c9d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 22:34:07 +0000 Subject: [PATCH 1840/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid DarkGray; } nav { - background: Azure; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From bc6f5e31c7ff0ff7629a611b4b140484e8ae4e8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 7 Oct 2022 23:19:08 +0000 Subject: [PATCH 1841/3211] KPT-24: Update background color to PowderBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid PowderBlue; } nav { - background: DarkGray; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From d3f3ef47c69124cb5ed2fcb329ac38c4e4fb7a11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 04:34:07 +0000 Subject: [PATCH 1842/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Green; } nav { - background: PowderBlue; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From a159eb5e52d07b29cb1ce2e4656ffbd35a38e59a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 08:19:08 +0000 Subject: [PATCH 1843/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Plum; } nav { - background: Green; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 3f25f22bd5e58de539fe8fb6ec8e503ce0ab8a35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 11:19:08 +0000 Subject: [PATCH 1844/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkSlateGrey; } nav { - background: Plum; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1fa38527f9834e5676f6c2d4d9431fbefdb22e84 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 12:04:08 +0000 Subject: [PATCH 1845/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 37fe70643b78513b9b14334d5f631ee0a9586558 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 13:34:07 +0000 Subject: [PATCH 1846/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Salmon; } nav { - background: MediumAquaMarine; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From eba91e8614d6522cf56ed990e1ebe036915141a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 14:19:07 +0000 Subject: [PATCH 1847/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DeepPink; } nav { - background: Salmon; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 83ffe14a9dd526ad8ba3ef6ee7ada68c2884a423 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 8 Oct 2022 22:34:08 +0000 Subject: [PATCH 1848/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid PaleVioletRed; } nav { - background: DeepPink; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 4b52019f7ca5fda543bfc85f384156fb8cbcffd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 00:49:07 +0000 Subject: [PATCH 1849/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightSkyBlue; } nav { - background: PaleVioletRed; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From be30f4fbbe844f706832345a09ace9186be21090 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 03:04:08 +0000 Subject: [PATCH 1850/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Linen; } nav { - background: LightSkyBlue; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 7f527e387a530206c8fa48e23a23c628b3403299 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 04:34:07 +0000 Subject: [PATCH 1851/3211] KPT-22: Modals with Ivory accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 280ea4534c4c0a6e856e1ace6ee6febd3b342353 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 12:49:08 +0000 Subject: [PATCH 1852/3211] KPT-22: Modals with Coral accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Coral; } nav { - background: Ivory; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 2c315092b73ec8ab8c70595ee0277e3bd396170e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 13:34:08 +0000 Subject: [PATCH 1853/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid DarkGoldenRod; } nav { - background: Coral; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 8ed775ca9a7968e917e7415fe51fec709a5024d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 14:19:08 +0000 Subject: [PATCH 1854/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid BurlyWood; } nav { - background: DarkGoldenRod; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From ef2740f8fd02adea1fb579217ad831e3edf8fb02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 15:04:07 +0000 Subject: [PATCH 1855/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Ivory; } nav { - background: BurlyWood; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 16513f29be9857b6a10e48caa5d04bfb5c19559d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 16:34:07 +0000 Subject: [PATCH 1856/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid SlateGrey; } nav { - background: Ivory; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From bc0c52918c4571c898493b5af8a4278a382b738c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 18:04:07 +0000 Subject: [PATCH 1857/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid PapayaWhip; } nav { - background: SlateGrey; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From a2aecf4143418aa17cead08e21c9032917a00eb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 9 Oct 2022 19:34:07 +0000 Subject: [PATCH 1858/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Yellow; } nav { - background: PapayaWhip; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 3c10d72477fa2843d7402c1ac40b61f510f95d8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 00:49:08 +0000 Subject: [PATCH 1859/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Gainsboro; } nav { - background: Yellow; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 8f431e78e2ab8c9bf89b71718bc9d92b05cffaff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 06:04:07 +0000 Subject: [PATCH 1860/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid PowderBlue; } nav { - background: Gainsboro; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3e9497675f613d1156f5bf3e43900b4251944ebc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 11:19:09 +0000 Subject: [PATCH 1861/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Silver; } nav { - background: PowderBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From cd2ae28fce3b0b4eb622fb32676b411e92a6cbb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 13:34:08 +0000 Subject: [PATCH 1862/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Orange; } nav { - background: Silver; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From bb7b886746a10f502f7722c44973453e952d634d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 18:49:08 +0000 Subject: [PATCH 1863/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid MediumBlue; } nav { - background: Orange; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From affbf00ae245384156b8d9764d894ebcf2c8c648 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 19:34:07 +0000 Subject: [PATCH 1864/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e33e3f56a0d6131bc5f47484d5637e0517688df9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 10 Oct 2022 21:49:08 +0000 Subject: [PATCH 1865/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid PaleGreen; } nav { - background: MediumSlateBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From fd1a09c5f4f3d795e871a6a38d09712b5cc79788 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 02:19:07 +0000 Subject: [PATCH 1866/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid DarkSalmon; } nav { - background: PaleGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 6615b7a1fed45ddcfce99f5146c06a17da4ad9b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 09:04:07 +0000 Subject: [PATCH 1867/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid DimGrey; } nav { - background: DarkSalmon; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From f20d88e1a9d8f58a16c8011a9da538f8f2416a1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 09:49:07 +0000 Subject: [PATCH 1868/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkSalmon; } nav { - background: DimGrey; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 34354720f4ba98458d7c06e079e58b1fe40f159b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 12:04:08 +0000 Subject: [PATCH 1869/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightCyan; } nav { - background: DarkSalmon; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 15e306e66eb216e6f55960d71d9e1793ca12a73a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 13:34:08 +0000 Subject: [PATCH 1870/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightCyan; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0634fb7e0966ff3a08be110f9fd11fca3abb14f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 15:04:07 +0000 Subject: [PATCH 1871/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid DarkSalmon; } nav { - background: DarkOliveGreen; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e04bc310f21c439cc22cae1489c105686e91d33f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 16:34:07 +0000 Subject: [PATCH 1872/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Bisque; } nav { - background: DarkSalmon; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 90f196fd3e05640d2e986eedada4c73e3364e8d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 18:04:07 +0000 Subject: [PATCH 1873/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid AliceBlue; } nav { - background: Bisque; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4a391f6b7b22c8909a94905c382008ef057c637e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 22:34:07 +0000 Subject: [PATCH 1874/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Tomato; } nav { - background: AliceBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From e5d4ec32be017262d9284d5609eb1b08af3fe11e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 11 Oct 2022 23:19:08 +0000 Subject: [PATCH 1875/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid LightCoral; } nav { - background: Tomato; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From da8c4a756c824386a4279dea250966b2021154f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 00:49:08 +0000 Subject: [PATCH 1876/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid IndianRed; } nav { - background: LightCoral; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 4a80332aebe6a0b9c94f792d68c2821eb2646f70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 02:19:07 +0000 Subject: [PATCH 1877/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid AntiqueWhite; } nav { - background: IndianRed; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3610639b5af23b43e0c5759a1a1b1e881a65c151 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 03:49:08 +0000 Subject: [PATCH 1878/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid DarkGreen; } nav { - background: AntiqueWhite; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 802bfdbd23cba444866eb8bceaaed70e0d06ce30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 09:04:07 +0000 Subject: [PATCH 1879/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Black; } nav { - background: DarkGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From bb13460360823b7ec70d5c65b2dcbbe2b47a41f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 12:49:10 +0000 Subject: [PATCH 1880/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid DodgerBlue; } nav { - background: Black; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0c18b556ef2008a63a2e14114888e1af47388d79 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 12 Oct 2022 19:34:08 +0000 Subject: [PATCH 1881/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 05650d04ebe361dba4872bfb1ab97c6e0d93eff3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 02:19:08 +0000 Subject: [PATCH 1882/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Gainsboro; } nav { - background: Crimson; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From f18a18b681434e4f49a8d5fb02bf4b3a260bd9dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 03:49:08 +0000 Subject: [PATCH 1883/3211] KPT-22: Modals with MistyRose accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid MistyRose; } nav { - background: Gainsboro; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From f0027add3404c6d0708f4699d64ac96d85999fde Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 04:34:07 +0000 Subject: [PATCH 1884/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Brown; } nav { - background: MistyRose; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From d21a95f7f18ca694e12ff71a680f3e259586554b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 06:04:08 +0000 Subject: [PATCH 1885/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid GhostWhite; } nav { - background: Brown; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 82287b98b7711abeb3b5f0c432a00b1c4251aee9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 13 Oct 2022 15:04:09 +0000 Subject: [PATCH 1886/3211] KPT-24: Update background color to DarkOrange --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkOrange; } nav { - background: GhostWhite; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From cc2c744749637b49c4dfd697297f9e00a5536c2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 00:04:08 +0000 Subject: [PATCH 1887/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkOrange; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 5d89cfb4dc49168096686fcecd60f17e7c03e958 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 03:04:08 +0000 Subject: [PATCH 1888/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5e3a44c91b1c6ef09a349dbc6d20bfe9be60b061 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 06:04:07 +0000 Subject: [PATCH 1889/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid GreenYellow; } nav { - background: CadetBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From e6dd041c4d9d018f0208d09521f41f77f0a3fe85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 12:49:08 +0000 Subject: [PATCH 1890/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid MediumTurquoise; } nav { - background: GreenYellow; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From b2fb1ff0f7c97f33b0c8e8f1ebcd314210e69363 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 18:04:08 +0000 Subject: [PATCH 1891/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid MediumSeaGreen; } nav { - background: MediumTurquoise; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 433d464e17bcc188490b6abddfb148fe84bcda9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 14 Oct 2022 22:34:07 +0000 Subject: [PATCH 1892/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid PapayaWhip; } nav { - background: MediumSeaGreen; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 2d7cfd04382d013c0fb2153c268430a2bad25a37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 00:49:08 +0000 Subject: [PATCH 1893/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid BlanchedAlmond; } nav { - background: PapayaWhip; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 5b4e020608e1d5987f4611420e185066b7201676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 06:04:07 +0000 Subject: [PATCH 1894/3211] KPT-22: Modals with LightBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightBlue; } nav { - background: BlanchedAlmond; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 17bd7a48079505edda1ec3948bc8181172e07213 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 06:49:08 +0000 Subject: [PATCH 1895/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: LightBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3118ceb53f6743e39a1f845131eefe33fbbc1308 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 08:19:08 +0000 Subject: [PATCH 1896/3211] KPT-22: Modals with SandyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SandyBrown; } nav { - background: LightSkyBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 02da5bfc3e092a39ccc9b8845ab247ff95477140 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 09:04:08 +0000 Subject: [PATCH 1897/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid GhostWhite; } nav { - background: SandyBrown; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From cd76e5c88d5b1d9843c0ae403bd6542d501fdb13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 09:49:08 +0000 Subject: [PATCH 1898/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 06c7b6cb30811ba878f7d1f074e63780a8493747 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 10:34:08 +0000 Subject: [PATCH 1899/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid LightSlateGray; } nav { - background: DimGrey; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 1f7ab4ae4340c49ceb350246dc143c8c356dec3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 13:34:08 +0000 Subject: [PATCH 1900/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 60431a591e3bca53692704c0cbf91b2d6134ba3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 15:04:08 +0000 Subject: [PATCH 1901/3211] KPT-22: Modals with Chocolate accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Chocolate; } nav { - background: PaleVioletRed; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 24f10d1309effd21f988fda9eecce0ed3e190145 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 15:49:07 +0000 Subject: [PATCH 1902/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid LemonChiffon; } nav { - background: Chocolate; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From c7efb70413c66b139160c19297b7db9948a5818a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 16:34:07 +0000 Subject: [PATCH 1903/3211] KPT-22: Modals with LimeGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid LimeGreen; } nav { - background: LemonChiffon; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From ba9ec0b7ab7e01621fcd35ef655511cd1f6bea31 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 15 Oct 2022 18:49:08 +0000 Subject: [PATCH 1904/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Silver; } nav { - background: LimeGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 2c6856356f345b9f9cf6fa642c7560a2e95e735d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 03:04:07 +0000 Subject: [PATCH 1905/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Aquamarine; } nav { - background: Silver; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 638f735590f0946ad6b50c566cf88ddf3c65c534 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 06:49:08 +0000 Subject: [PATCH 1906/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid SlateGray; } nav { - background: Aquamarine; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ea2d821cff21c73aaf3a54fc9384233df6c651d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 11:19:07 +0000 Subject: [PATCH 1907/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid Yellow; } nav { - background: SlateGray; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 00a2225cd913edf70c38e49ba547576fd911c292 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 18:04:08 +0000 Subject: [PATCH 1908/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid FireBrick; } nav { - background: Yellow; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 9559835e4e9f4ed0f5ac5c4e181110558af2cdf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 19:34:07 +0000 Subject: [PATCH 1909/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid RosyBrown; } nav { - background: FireBrick; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 94ffd5ced3259996a90415ea27a26f0b1617e127 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 20:19:07 +0000 Subject: [PATCH 1910/3211] KPT-24: Update background color to Blue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid Blue; } nav { - background: RosyBrown; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 76eeadd93b0d47fc3f6c0d84c122c32a1b4818a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 21:04:08 +0000 Subject: [PATCH 1911/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DarkOrchid; } nav { - background: Blue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From ff21564e687897185212eed84e2d9cb38120eb18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 16 Oct 2022 22:34:08 +0000 Subject: [PATCH 1912/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkOrchid; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 1493c351eb35015a517b53fdf5ca09c223af86d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 01:34:07 +0000 Subject: [PATCH 1913/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b7c5b8f26b159255644e74726b6ffdb76acd3a73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 05:19:08 +0000 Subject: [PATCH 1914/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Azure; } nav { - background: Tomato; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 8330f7b1ff6d07a7ebba46b0502468d49ae0d8ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 06:49:08 +0000 Subject: [PATCH 1915/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid NavajoWhite; } nav { - background: Azure; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 0688e3ef447bf55828c7c0adfa31add88539f97f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 17:19:08 +0000 Subject: [PATCH 1916/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Yellow; } nav { - background: NavajoWhite; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From a1968cee34af22863655902e7b56d772a0fb7e12 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 21:04:08 +0000 Subject: [PATCH 1917/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid Orange; } nav { - background: Yellow; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 194d25b290ea3bfbed1171893f5af8946b8a09b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 21:49:08 +0000 Subject: [PATCH 1918/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid OldLace; } nav { - background: Orange; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 574b2892857f1cf3066ee6f0a4b2fc17d5e9886d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 17 Oct 2022 22:34:07 +0000 Subject: [PATCH 1919/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid AntiqueWhite; } nav { - background: OldLace; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 27f935286c3a0cdeac2fd467ffbf52cd93662d9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 00:49:08 +0000 Subject: [PATCH 1920/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid PaleVioletRed; } nav { - background: AntiqueWhite; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 49c55ac0aeb7be7704d2f371bcb144027108b052 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 03:04:07 +0000 Subject: [PATCH 1921/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid MintCream; } nav { - background: PaleVioletRed; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 33ef986089d0c09c6731223a57c390be0e848e62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 06:49:08 +0000 Subject: [PATCH 1922/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Moccasin; } nav { - background: MintCream; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From bd893decedc49fdc37b3d5c177ec1f436f265f5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 08:19:08 +0000 Subject: [PATCH 1923/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 52a6777ef5a03c24769c34f4380ca6398aba2a80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 09:49:08 +0000 Subject: [PATCH 1924/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightGrey; } nav { - background: Wheat; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8172dd624b106647ae7c7367828cd8bb2f047dcb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 10:34:08 +0000 Subject: [PATCH 1925/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1b034e57f9dcbf57b52cb59f6b9539d5b8cdb26e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 12:04:08 +0000 Subject: [PATCH 1926/3211] KPT-22: Modals with Beige accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid Beige; } nav { - background: DarkGray; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 2189b29df48ddcbf15f83bfba2ae32d4424a1c6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 18 Oct 2022 18:49:08 +0000 Subject: [PATCH 1927/3211] KPT-24: Update background color to NavajoWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a9481cbbd03fea90b0a6a4136a6caf83d46964e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 00:49:07 +0000 Subject: [PATCH 1928/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid DarkViolet; } nav { - background: NavajoWhite; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From b519ceb7c78ce82ba7aea4ecc96ae4993fa5c91a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 01:34:07 +0000 Subject: [PATCH 1929/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid OldLace; } nav { - background: DarkViolet; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From df5ba2547148484beacb764a4bd52fcef16e1cc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 02:19:07 +0000 Subject: [PATCH 1930/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Cornsilk; } nav { - background: OldLace; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 5b6292b90c5134db67c50917fd7e25d13b1faed0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 05:19:08 +0000 Subject: [PATCH 1931/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Indigo; } nav { - background: Cornsilk; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 71213ad3edd192ec36c96207e19d9bc39a14a0a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 06:04:07 +0000 Subject: [PATCH 1932/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid DarkOrchid; } nav { - background: Indigo; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From af6ff79e3b23757a21842e89f4436f0bdb52c65f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 15:04:07 +0000 Subject: [PATCH 1933/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid GreenYellow; } nav { - background: DarkOrchid; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From e62b1ebfd8fe35e3500753a03c3df43ef9098ed7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 18:49:09 +0000 Subject: [PATCH 1934/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkGrey; } nav { - background: GreenYellow; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From f07c591599ed2a3472b1bc97ae6bc502778e9adf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 19 Oct 2022 22:34:08 +0000 Subject: [PATCH 1935/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkGrey; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5ceb07d05e200675eac7c5616f32e88edda08404 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 06:04:09 +0000 Subject: [PATCH 1936/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid MediumTurquoise; } nav { - background: DarkSeaGreen; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From dc82ef37718c393133f4b168dd19071a2e8c7e26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 08:19:07 +0000 Subject: [PATCH 1937/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Tomato; } nav { - background: MediumTurquoise; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 8c16b5dca27f359f9097bb1be2e043ef8a5c61a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 10:34:08 +0000 Subject: [PATCH 1938/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Crimson; } nav { - background: Tomato; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 5c65094f4b0336ef201a69b0961245b51a8ef886 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 12:49:08 +0000 Subject: [PATCH 1939/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkSlateGray; } nav { - background: Crimson; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 77f5063cec5269c9f9c40738f3d0358ca4f087bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 20 Oct 2022 18:04:08 +0000 Subject: [PATCH 1940/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Gold; } nav { - background: DarkSlateGray; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 863bf8736cdf9128762352b2c634e97d39568b0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 00:04:07 +0000 Subject: [PATCH 1941/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid MintCream; } nav { - background: Gold; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From a255a805cf111a868486546e12c17b900e1a03a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 00:49:09 +0000 Subject: [PATCH 1942/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid DarkGray; } nav { - background: MintCream; + background: DarkGray; display: flex; align-items: center; padding: 0 0.5rem; From 9695b77587d75a0afb99e93b88d0a33a01c002cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 02:19:08 +0000 Subject: [PATCH 1943/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2605db595b860ad764094b84d426bf1c509be548 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 03:04:08 +0000 Subject: [PATCH 1944/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid DarkTurquoise; } nav { - background: GreenYellow; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 81adde6e2818f1a9e29bebe81bea6654d851772e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 03:49:08 +0000 Subject: [PATCH 1945/3211] KPT-24: Update background color to HoneyDew --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid HoneyDew; } nav { - background: DarkTurquoise; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From fa80c7ea5ddd917dd2abdb1a7d85c24dfcaa8e48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 04:34:08 +0000 Subject: [PATCH 1946/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid WhiteSmoke; } nav { - background: HoneyDew; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From af81d7b004b6620c114288017ef51b450d6caebd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 06:04:07 +0000 Subject: [PATCH 1947/3211] KPT-24: Update background color to LimeGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid LimeGreen; } nav { - background: WhiteSmoke; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6ce58cadade1e2e25bed66a02dc9c0d802a1b6ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 09:04:08 +0000 Subject: [PATCH 1948/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkOrange; } nav { - background: LimeGreen; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 3a48e2ede95d3c397d6eafe14daef5b3e9858139 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 13:34:08 +0000 Subject: [PATCH 1949/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fddc7c2941b8409ad8e315c1c15b4e1eaebc7aed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 18:04:07 +0000 Subject: [PATCH 1950/3211] KPT-24: Update background color to Lavender --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Lavender; } nav { - background: BlueViolet; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 4a82acaca18f72f896e90917bf70bc4d5273e096 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 21 Oct 2022 19:34:08 +0000 Subject: [PATCH 1951/3211] KPT-22: Modals with BlanchedAlmond accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid BlanchedAlmond; } nav { - background: Lavender; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From de62c4f2eb680961540b01ff527c4699111df384 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 11:19:08 +0000 Subject: [PATCH 1952/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DarkCyan; } nav { - background: BlanchedAlmond; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 53a03d66c5a5ff9e268cb6664beb754138045b0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 16:34:08 +0000 Subject: [PATCH 1953/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Lavender; } nav { - background: DarkCyan; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 9c50ecd3beb237d6c5a38d5109dc22616512afbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 18:04:08 +0000 Subject: [PATCH 1954/3211] KPT-22: Modals with Orange accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Orange; } nav { - background: Lavender; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 2e7227925cc2c63e2ac1bb282148b4104d12f5d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 22 Oct 2022 18:49:08 +0000 Subject: [PATCH 1955/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ccf4592d66999ceb3690d5c2a751ceeb81788d7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 00:49:08 +0000 Subject: [PATCH 1956/3211] KPT-24: Update background color to Maroon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Maroon; } nav { - background: PaleVioletRed; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From f18c6e1ced89017130e018dda7c797006c7bc2e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 02:19:08 +0000 Subject: [PATCH 1957/3211] KPT-22: Modals with Sienna accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Sienna; } nav { - background: Maroon; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 8324d23d4bcf67c559d3e5102de0f66328af296e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 06:49:08 +0000 Subject: [PATCH 1958/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid NavajoWhite; } nav { - background: Sienna; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 3673d106293c1e82fe19d07b13238bbfaa6dfc39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 10:34:08 +0000 Subject: [PATCH 1959/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ae32839d3ada331a2a0de9b5db838354139eab1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 11:19:08 +0000 Subject: [PATCH 1960/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkGoldenRod; } nav { - background: Tomato; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 9ff0c0dbf2fb5a4ca163b4ec6dfd4cf73262dbd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 16:34:07 +0000 Subject: [PATCH 1961/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid SkyBlue; } nav { - background: DarkGoldenRod; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2c0e5c3138ee4af7d9c275536a0175735632f460 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 20:19:08 +0000 Subject: [PATCH 1962/3211] KPT-22: Modals with DarkOrange accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkOrange; } nav { - background: SkyBlue; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 4d4b3c74fc37f7a5794087e68e2bbd0aec495715 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 21:04:08 +0000 Subject: [PATCH 1963/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Blue; } nav { - background: DarkOrange; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From cc90bdd977d7cce4b0893afa94e0febaf6c27655 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 21:49:08 +0000 Subject: [PATCH 1964/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid DimGrey; } nav { - background: Blue; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From ca9d175cd755d8827ae157f546d6b6b23157eef5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 22:34:08 +0000 Subject: [PATCH 1965/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid SpringGreen; } nav { - background: DimGrey; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4f3f02c0b47c5975aabc9b53df6fb56cd2755e81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 23 Oct 2022 23:19:09 +0000 Subject: [PATCH 1966/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6a8c5e4d0d69ae32d3adff7b0af13a5ea7ed320c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 03:04:07 +0000 Subject: [PATCH 1967/3211] KPT-24: Update background color to SlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid SlateBlue; } nav { - background: DeepPink; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 74fadfc48fec45fb5cdf0393f024cc8007e0c4a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 07:34:08 +0000 Subject: [PATCH 1968/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid LightGreen; } nav { - background: SlateBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From afe4d02f9d1df573429bf8ed0c174099b132c59a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 13:34:09 +0000 Subject: [PATCH 1969/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid DarkMagenta; } nav { - background: LightGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 2bdaadd4c299485955349a557309246f7bdf72a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 14:19:09 +0000 Subject: [PATCH 1970/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 df2fee031c413fee4a7ece60a05d8ad0ec6b335f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 15:49:08 +0000 Subject: [PATCH 1971/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkBlue; } nav { - background: MediumSeaGreen; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From bacb14754889b13894259758f7cfa889c91ff172 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 17:19:09 +0000 Subject: [PATCH 1972/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: DarkBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From aac4d022de1ae998ec89265f6b9da0a95e994eec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 18:04:08 +0000 Subject: [PATCH 1973/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid GhostWhite; } nav { - background: RebeccaPurple; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 918bcda883eb55e032aedbc17b47fbc3ab6567a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 18:49:08 +0000 Subject: [PATCH 1974/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Bisque; } nav { - background: GhostWhite; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 76b1f9b5f906df2ac9feaa9eec8c995a78bc6e2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 24 Oct 2022 23:19:08 +0000 Subject: [PATCH 1975/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SeaGreen; } nav { - background: Bisque; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2396650385732d48236960d9521f12befae2193c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 03:49:08 +0000 Subject: [PATCH 1976/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkCyan; } nav { - background: SeaGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From eeca8d52516519ee91fc6074bebf3190530d0cc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 06:04:08 +0000 Subject: [PATCH 1977/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Peru; } nav { - background: DarkCyan; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 41c8c8d3e0cf7df6df9541fd788f138483914459 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 09:04:09 +0000 Subject: [PATCH 1978/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid GoldenRod; } nav { - background: Peru; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 28ca6ba68f22f3d8cdcd7210c53edb049cbcb7f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 09:49:08 +0000 Subject: [PATCH 1979/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid MediumTurquoise; } nav { - background: GoldenRod; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 2e342e16354f7f971bdf388d6cd5d1964fe1c676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 12:49:09 +0000 Subject: [PATCH 1980/3211] KPT-22: Modals with LightGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightGreen; } nav { - background: MediumTurquoise; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9e5c7b6e904525b22b5fbd9b52ad520fefd4face Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 18:04:08 +0000 Subject: [PATCH 1981/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid IndianRed; } nav { - background: LightGreen; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 72eddb931fe58d761d2867fbc0d8438dade32f88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 19:34:08 +0000 Subject: [PATCH 1982/3211] KPT-22: Modals with Purple accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Purple; } nav { - background: IndianRed; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From f348709ae67269e7ef4f1baae94b08df78023034 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 25 Oct 2022 23:19:08 +0000 Subject: [PATCH 1983/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid PaleTurquoise; } nav { - background: Purple; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 2a84263580031e8f24d63400c472680c10a19cf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 00:49:08 +0000 Subject: [PATCH 1984/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Lime; } nav { - background: PaleTurquoise; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From e1215bd2074ed5510e733a3b2618e00243be4491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 01:34:07 +0000 Subject: [PATCH 1985/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid PaleGreen; } nav { - background: Lime; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 711870e724d0d75f26d83a717a4833dc84e3dc00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 02:19:07 +0000 Subject: [PATCH 1986/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Grey; } nav { - background: PaleGreen; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 622e16e71fd7a4d48ac70cea3247ceef13e7dbc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 05:19:09 +0000 Subject: [PATCH 1987/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid Plum; } nav { - background: Grey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 2d91c9b6f4f04c4f7260cfd957a071a43d076564 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 06:04:07 +0000 Subject: [PATCH 1988/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid MediumTurquoise; } nav { - background: Plum; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 4ed648e043109a7d37210a38073e776b098ad095 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 16:34:08 +0000 Subject: [PATCH 1989/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid LightGray; } nav { - background: MediumTurquoise; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From b90d4e3e005b5d6c3292f0840b82dbe35d1c39c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 17:19:09 +0000 Subject: [PATCH 1990/3211] KPT-22: Modals with MidnightBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid MidnightBlue; } nav { - background: LightGray; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 13c2d668f91fcf6004bf0ee016ead8b905320421 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 19:34:08 +0000 Subject: [PATCH 1991/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Blue; } nav { - background: MidnightBlue; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From f88ef1c3914d51427d764f678f10161de4f6fdf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 26 Oct 2022 23:19:08 +0000 Subject: [PATCH 1992/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Aquamarine; } nav { - background: Blue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 4bd0c7059bf647f5381b621af6cd4fd314c5cad4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 04:34:08 +0000 Subject: [PATCH 1993/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid MediumVioletRed; } nav { - background: Aquamarine; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d832e6f5855c18fe507f23353aa283e3fc2eacb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 06:49:08 +0000 Subject: [PATCH 1994/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid Magenta; } nav { - background: MediumVioletRed; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 6a389eed34c0cf4a062355befbbf11bcd03aa48d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 07:34:07 +0000 Subject: [PATCH 1995/3211] KPT-22: Modals with PaleGoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 45660904db01dc517f5c76354b56ae7a3aeeef23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 08:19:18 +0000 Subject: [PATCH 1996/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2dca9a80bd0d27117c71260883695841951b8035 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 13:34:08 +0000 Subject: [PATCH 1997/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid SlateGrey; } nav { - background: DarkKhaki; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From b9aadda64bb7b4693942e46a9759498becaac839 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 14:19:08 +0000 Subject: [PATCH 1998/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Pink; } nav { - background: SlateGrey; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From b0cb1d3d2fe53cafb1c897e6131059fdc486bb48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 15:04:08 +0000 Subject: [PATCH 1999/3211] KPT-24: Update background color to LawnGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid LawnGreen; } nav { - background: Pink; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 78db84683a41fd264261c0294052eeaccbe82c00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 15:49:08 +0000 Subject: [PATCH 2000/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8549731468af29c9eb929f6d53d5109a62a27f92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 16:34:08 +0000 Subject: [PATCH 2001/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Thistle; } nav { - background: DarkOliveGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 77a240170dca8231d76782f5b4c2846a3efdac3f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 17:19:08 +0000 Subject: [PATCH 2002/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid CadetBlue; } nav { - background: Thistle; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From a2cdb467aaf66ed6bd1848f454b6cacc01aba181 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 18:04:08 +0000 Subject: [PATCH 2003/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DarkOliveGreen; } nav { - background: CadetBlue; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 99b1532362c8842f9c84107aa82f9fd719d91b6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 27 Oct 2022 21:04:08 +0000 Subject: [PATCH 2004/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid SkyBlue; } nav { - background: DarkOliveGreen; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6a260c1fd99222d191cf4ca0d1b3cc0ee56ae8c4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 01:34:07 +0000 Subject: [PATCH 2005/3211] KPT-22: Modals with FireBrick accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid FireBrick; } nav { - background: SkyBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 8bdd237a5eccc80e9ef307a051e5f28689947243 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 04:34:09 +0000 Subject: [PATCH 2006/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid SkyBlue; } nav { - background: FireBrick; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From acdcdc151ce242cb62b4b61d072c9e4c46ffa567 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 05:19:09 +0000 Subject: [PATCH 2007/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid LightSkyBlue; } nav { - background: SkyBlue; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 04a33bf89359e20f7a3d88ac825affadead832ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 06:04:09 +0000 Subject: [PATCH 2008/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid PaleGoldenRod; } nav { - background: LightSkyBlue; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 00688048b4e43c60e903e27d53d632a4b3aec0e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 08:19:07 +0000 Subject: [PATCH 2009/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid MediumOrchid; } nav { - background: PaleGoldenRod; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1d5e4282348bc01ef9cb209315cb93e5dee84512 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 09:04:07 +0000 Subject: [PATCH 2010/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid PaleGoldenRod; } nav { - background: MediumOrchid; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 941e1e1f9d655a62faa8d1014346218edcb76888 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 10:34:07 +0000 Subject: [PATCH 2011/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid FireBrick; } nav { - background: PaleGoldenRod; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 9e1fe08d6ef10eaf8b48e7d728adcdaf55583db6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 12:49:08 +0000 Subject: [PATCH 2012/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 efac547842cc3a5201eaeb5b266344789cf5cbcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 14:19:08 +0000 Subject: [PATCH 2013/3211] KPT-22: Modals with Green accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f983ea5e5192c6d0ad74f26669c91c37ca7aed75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 15:49:20 +0000 Subject: [PATCH 2014/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid IndianRed; } nav { - background: Green; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 40e51f808978247cd9e9a2a32b88ebf834d5b593 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 28 Oct 2022 21:04:08 +0000 Subject: [PATCH 2015/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid GreenYellow; } nav { - background: IndianRed; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 932561e0ca5071e632286610da3130feadc0b85a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 00:49:08 +0000 Subject: [PATCH 2016/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid OldLace; } nav { - background: GreenYellow; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 57d22c089ee0b15ac1fb4201d1bd6010b70e16e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 02:19:07 +0000 Subject: [PATCH 2017/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid AntiqueWhite; } nav { - background: OldLace; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 522a2a4d9ff5dbc074c8cabd5c9e8de77f7ddc0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 13:34:07 +0000 Subject: [PATCH 2018/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid LightSlateGrey; } nav { - background: AntiqueWhite; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From a3984f5bfb58ce72ac86d3fb50bacd1e448c9e7d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 16:34:07 +0000 Subject: [PATCH 2019/3211] KPT-22: Modals with DarkGoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e2588c51fe3da7fea21080e2f1788329efec86cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 19:34:07 +0000 Subject: [PATCH 2020/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightGrey; } nav { - background: DarkGoldenRod; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 84f61fad2698be1938c180d7e1f9d416ae6e3805 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 21:04:08 +0000 Subject: [PATCH 2021/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid MediumOrchid; } nav { - background: LightGrey; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 3be0e04b4b2b61b699b57a5dd957bc5598173088 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 21:49:07 +0000 Subject: [PATCH 2022/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid MediumSlateBlue; } nav { - background: MediumOrchid; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From f8a69cd1a740a21fb4d6deee97acdd2e62e19faf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 29 Oct 2022 22:34:08 +0000 Subject: [PATCH 2023/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid YellowGreen; } nav { - background: MediumSlateBlue; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 25841036b6ce017952e5d06c4971403f8edb43ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 01:34:08 +0000 Subject: [PATCH 2024/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 69e593d1eaa8ee34a118660510142e6e5e3f3d3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 06:04:08 +0000 Subject: [PATCH 2025/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid OldLace; } nav { - background: DarkOrchid; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From c00717a53af0c17116d479be5044e4ef78761a43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 07:34:07 +0000 Subject: [PATCH 2026/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid AntiqueWhite; } nav { - background: OldLace; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From aea11f5bf36d6b232d3c92c645846cb496942bc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 08:19:07 +0000 Subject: [PATCH 2027/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ee02cff208eb1c1d83c46c6c93b9224614495d4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 11:19:07 +0000 Subject: [PATCH 2028/3211] KPT-24: Update background color to Sienna --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Sienna; } nav { - background: LightSteelBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From d133df3d927e1523e36fd248b901cfed3b2d0163 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 15:04:08 +0000 Subject: [PATCH 2029/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid OrangeRed; } nav { - background: Sienna; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 0465a94cfd6098bd88e73696895748b02df537ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 18:04:07 +0000 Subject: [PATCH 2030/3211] KPT-24: Update background color to DarkMagenta --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid DarkMagenta; } nav { - background: OrangeRed; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From e6e522a64daab77b1fe67dcceffec544ad01c0f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 20:19:08 +0000 Subject: [PATCH 2031/3211] KPT-24: Update background color to RosyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1c6cb22650c77d24ab3e0254a92a620860f5526a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 30 Oct 2022 21:49:07 +0000 Subject: [PATCH 2032/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d447943cdbbefaf6e0d59e77c423d19b5d83780d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 00:49:07 +0000 Subject: [PATCH 2033/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightSkyBlue; } nav { - background: LightYellow; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 71a1a8f48c7c85a133bb9038cb4a8d5c2f489cb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 05:19:08 +0000 Subject: [PATCH 2034/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid DeepPink; } nav { - background: LightSkyBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From f572ceee2eff8973923c08aadd005bedf5d9c184 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 06:49:07 +0000 Subject: [PATCH 2035/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Crimson; } nav { - background: DeepPink; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From dbfa455581a78e71ba480e8d3796e74c86176616 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 09:04:08 +0000 Subject: [PATCH 2036/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d40d95afb7c9dbc6f124833be9594770500d8b2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 11:19:07 +0000 Subject: [PATCH 2037/3211] KPT-22: Modals with Gray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Gray; } nav { - background: LightGrey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 5ff35ac109ef682db22bf8a4234cd81bfa3a75ef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 13:34:07 +0000 Subject: [PATCH 2038/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Green; } nav { - background: Gray; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From f3282b3823c38a4973a7e0aeb7775ab55fc3df6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 31 Oct 2022 16:34:07 +0000 Subject: [PATCH 2039/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid HotPink; } nav { - background: Green; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 37822ac330a936c4cc3e5f0492e872a374ff48b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 00:04:08 +0000 Subject: [PATCH 2040/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkSlateBlue; } nav { - background: HotPink; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1616875ab7e633b2bf995a14b70c8a568dc375c3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 01:34:07 +0000 Subject: [PATCH 2041/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkSlateBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From a1e214c8128d2e49fa3cb1e87049eaf5583b16be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 06:04:07 +0000 Subject: [PATCH 2042/3211] KPT-24: Update background color to Cornsilk --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid Cornsilk; } nav { - background: BlanchedAlmond; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From d800fce753cf834225a29a1b608fe7dbf7d7cebf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 06:49:08 +0000 Subject: [PATCH 2043/3211] KPT-24: Update background color to MediumAquaMarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid MediumAquaMarine; } nav { - background: Cornsilk; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 982628e9a9a9d68ea4bc5b001b75ae7e457645c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 13:34:08 +0000 Subject: [PATCH 2044/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid PapayaWhip; } nav { - background: MediumAquaMarine; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From d80a710ba97e8d7900bdfe3de291aa6e869d7e32 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 1 Nov 2022 21:49:08 +0000 Subject: [PATCH 2045/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Black; } nav { - background: PapayaWhip; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 041b4518acb98123289c1dcc5baf09c9bb820d44 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 03:04:08 +0000 Subject: [PATCH 2046/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid WhiteSmoke; } nav { - background: Black; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 30e15a69fb1abdc7f566151c3ee84a8469c5c386 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 03:49:08 +0000 Subject: [PATCH 2047/3211] KPT-24: Update background color to DarkGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkGrey; } nav { - background: WhiteSmoke; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 61d5b1d5ab00daee97ffb77c98e553e366b8b649 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 06:49:08 +0000 Subject: [PATCH 2048/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Brown; } nav { - background: DarkGrey; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From cc7c5da5bd27b3452c72a5f37b0eca32ccae560e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 10:34:07 +0000 Subject: [PATCH 2049/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bf9bced189111b815c00d6ad04e360d79967868c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 12:04:08 +0000 Subject: [PATCH 2050/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid GhostWhite; } nav { - background: DarkCyan; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 74844f428a155aa475255cd47d79d080b060c7ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 2 Nov 2022 14:19:08 +0000 Subject: [PATCH 2051/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b269466f4e7ce276d80a3beca4b7295cb2b15b75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 03:04:08 +0000 Subject: [PATCH 2052/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid MistyRose; } nav { - background: Thistle; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From ac49c12c3bd9d4433aa31cc1bf0a14eeb18becd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 08:19:08 +0000 Subject: [PATCH 2053/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DarkOliveGreen; } nav { - background: MistyRose; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From d1970d898b4779a56b9c4be787e94d6f1e0105b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 15:04:07 +0000 Subject: [PATCH 2054/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid BurlyWood; } nav { - background: DarkOliveGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 99b3b1f551fafb347b5a85c8c8c811ff4e794780 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 18:04:07 +0000 Subject: [PATCH 2055/3211] KPT-24: Update background color to LightSlateGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid LightSlateGray; } nav { - background: BurlyWood; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From e9f3aa4a028e28ddfe3564b4652f9b857caa47d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 3 Nov 2022 19:34:08 +0000 Subject: [PATCH 2056/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Pink; } nav { - background: LightSlateGray; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 5ba57f5c51a881ac70a677f6f000b1d4f5a00aa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 00:04:09 +0000 Subject: [PATCH 2057/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkMagenta; } nav { - background: Pink; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 30be9e8309092f352e5341ca057174e81315b2c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 10:34:08 +0000 Subject: [PATCH 2058/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Snow; } nav { - background: DarkMagenta; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From f8d9484d3909eca07c43b97bd28e34d1e03dccdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 13:34:07 +0000 Subject: [PATCH 2059/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Cyan; } nav { - background: Snow; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From deda0e8fac5929855f2d7ecfa91adae9d9cb3ec8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 17:19:08 +0000 Subject: [PATCH 2060/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid MediumSlateBlue; } nav { - background: Cyan; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3c28606fafaf1dbd0457dac01536808cecc2f0e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 18:04:08 +0000 Subject: [PATCH 2061/3211] KPT-24: Update background color to Silver --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Silver; } nav { - background: MediumSlateBlue; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 4ab0379ff309ddfbf5077bb41f2e1f926a1e47c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 18:49:07 +0000 Subject: [PATCH 2062/3211] KPT-24: Update background color to Purple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Purple; } nav { - background: Silver; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 63580acf9ce05d032786cc47811851fd035cfaa0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 4 Nov 2022 21:49:08 +0000 Subject: [PATCH 2063/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Maroon; } nav { - background: Purple; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 175ebef24e5f23c929b46f201f7ebdedd91d8080 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 01:34:07 +0000 Subject: [PATCH 2064/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Violet; } nav { - background: Maroon; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From dda23f2e336ac6183cfdcd35f74860ec3c1abdd5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 02:19:08 +0000 Subject: [PATCH 2065/3211] KPT-24: Update background color to SlateGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid SlateGrey; } nav { - background: Violet; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 2632cdb1af357e3c2aa09ca78a929fbef89b917a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 05:19:08 +0000 Subject: [PATCH 2066/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Lavender; } nav { - background: SlateGrey; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 4eb9970a5f1a305dd8186f67ba831c6788569639 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 06:49:07 +0000 Subject: [PATCH 2067/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Peru; } nav { - background: Lavender; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 0e76b36ef87f04b2fa25b7eb1cd5c868929a01f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 5 Nov 2022 09:49:07 +0000 Subject: [PATCH 2068/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkGrey; } nav { - background: Peru; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1784e20d0b8ed17c4999c61e0f46edc27c3f66a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 00:04:08 +0000 Subject: [PATCH 2069/3211] KPT-24: Update background color to SkyBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid SkyBlue; } nav { - background: DarkGrey; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From bb8e31b456683b5bb7b4f17b903a231b39502d23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 03:49:07 +0000 Subject: [PATCH 2070/3211] KPT-24: Update background color to Chartreuse --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Chartreuse; } nav { - background: SkyBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 7b0d8d5d14b6437503a302d0058c5f5cfbf42d7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 06:04:07 +0000 Subject: [PATCH 2071/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid GhostWhite; } nav { - background: Chartreuse; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 096101728d69409170b4993866c293e55a6ec9f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 14:19:08 +0000 Subject: [PATCH 2072/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Cornsilk; } nav { - background: GhostWhite; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From b7361aa8d8f20d9f86811e0299f3faa4000e2873 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 18:49:07 +0000 Subject: [PATCH 2073/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Crimson; } nav { - background: Cornsilk; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 8a19dff01f8f93bebd051a9bbf39546d0f92cb22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 20:19:08 +0000 Subject: [PATCH 2074/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Gainsboro; } nav { - background: Crimson; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 181fdfd2aae85c7d8dfd16b9f75acba0b7be531d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 21:04:08 +0000 Subject: [PATCH 2075/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Teal; } nav { - background: Gainsboro; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 3a1142d57ed363587fc2a945520289e0557f15c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 6 Nov 2022 23:19:08 +0000 Subject: [PATCH 2076/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid DarkSlateBlue; } nav { - background: Teal; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b0de332bfb818ee4717274f11350bb27ccd27c68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 00:04:08 +0000 Subject: [PATCH 2077/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid BlanchedAlmond; } nav { - background: DarkSlateBlue; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From fcf79204c0cad9f770afc7261366c902124de81f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 03:04:07 +0000 Subject: [PATCH 2078/3211] KPT-24: Update background color to OrangeRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 15fdb0a2079c96af69c6627a4eadd0dc75044e68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 08:19:07 +0000 Subject: [PATCH 2079/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid DarkSlateGrey; } nav { - background: OrangeRed; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 17e7e63e7f7e1ccb8de1402c56de4ea29d5981b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 09:49:08 +0000 Subject: [PATCH 2080/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkSlateGrey; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2a653102a9ea20b03b1b2f86c97047e93af53baa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 10:34:07 +0000 Subject: [PATCH 2081/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4d0a164b6be4782aa7553ee564cfe77f9fee0448 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 11:19:09 +0000 Subject: [PATCH 2082/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid Maroon; } nav { - background: Gray; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From abe59662234e2ac4576da3eab18ddbdd48b26d1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 13:34:08 +0000 Subject: [PATCH 2083/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Violet; } nav { - background: Maroon; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From bbd7832512d2a3d0ff780c53a04794cf5ec8c71b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 15:49:08 +0000 Subject: [PATCH 2084/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Bisque; } nav { - background: Violet; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 573d4fd9a2176b11e096fb8504137f0b525ed7c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 17:19:08 +0000 Subject: [PATCH 2085/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid LimeGreen; } nav { - background: Bisque; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5887630f486b5521ec3d6ede09721bc3fa1443d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 21:04:08 +0000 Subject: [PATCH 2086/3211] KPT-22: Modals with PaleGoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: LimeGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 4f7a1fa2bec3005b070eeb31bbcea8fcdcc16941 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 7 Nov 2022 21:49:07 +0000 Subject: [PATCH 2087/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid SaddleBrown; } nav { - background: PaleGoldenRod; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 21460259ece85ca69ae3fc08b5988dde7f550300 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 01:34:07 +0000 Subject: [PATCH 2088/3211] KPT-22: Modals with HotPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid HotPink; } nav { - background: SaddleBrown; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From b4fd3c783a96290604694f6b2d5eacaff30a9a73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 05:19:07 +0000 Subject: [PATCH 2089/3211] KPT-24: Update background color to MediumSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid MediumSlateBlue; } nav { - background: HotPink; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b75ea7a5b60d50e0786914dc423976f162576a3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 06:04:08 +0000 Subject: [PATCH 2090/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Cornsilk; } nav { - background: MediumSlateBlue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 79a27fe5da27846571257b192223e17b9d6970af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 06:49:07 +0000 Subject: [PATCH 2091/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Black; } nav { - background: Cornsilk; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From d150e29a33ec55e60a84122610fa68ade6b6fb60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 07:34:07 +0000 Subject: [PATCH 2092/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Tomato; } nav { - background: Black; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From fad6563d6d2339ecb5e9b08829da1da6e2a53ef0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 8 Nov 2022 11:19:08 +0000 Subject: [PATCH 2093/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Gainsboro; } nav { - background: Tomato; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 763e49194061508716a46a2815397e62aaee05f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 18:42:30 +0000 Subject: [PATCH 2094/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Gainsboro; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 54b65e2361ffb36ff543ac052114d1685ae424f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 20:12:30 +0000 Subject: [PATCH 2095/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid LightYellow; } nav { - background: LightGoldenRodYellow; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From ad37431d1a5f5ac5885160b0b145878c2258542a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 9 Nov 2022 23:12:30 +0000 Subject: [PATCH 2096/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Khaki; } nav { - background: LightYellow; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From d706af612c43ae24ec17b7bbb94c03ee5a10446c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 02:57:30 +0000 Subject: [PATCH 2097/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid AntiqueWhite; } nav { - background: Khaki; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8641d8c4dccf90941be87979c1fe58fd88559c74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 04:27:31 +0000 Subject: [PATCH 2098/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid PapayaWhip; } nav { - background: AntiqueWhite; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 32afcd28e8f427c432e74da4f97cefee52449c1b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 11:12:30 +0000 Subject: [PATCH 2099/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bbd8a61466be3d3bb7d08e9405c1768557a87891 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 14:57:31 +0000 Subject: [PATCH 2100/3211] KPT-22: Modals with DarkGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2a56eb44c8c61f73d34863d52a5ad2ec44e56dda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 15:42:30 +0000 Subject: [PATCH 2101/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid Gainsboro; } nav { - background: DarkGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From f49d4978d74c09bfe9b7a70c42e2942c789fcbaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 16:27:31 +0000 Subject: [PATCH 2102/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b8cd3b76d0bc42f3d973836504863e0b42954a49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 17:12:31 +0000 Subject: [PATCH 2103/3211] KPT-24: Update background color to MediumBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid MediumBlue; } nav { - background: MintCream; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From bacbd263499b40c08416b84b39d8cd730fccfb8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 10 Nov 2022 20:57:31 +0000 Subject: [PATCH 2104/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Lime; } nav { - background: MediumBlue; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 1e62d463af99f36fc5b3456562de73b856e6e2c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 02:57:40 +0000 Subject: [PATCH 2105/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Chocolate; } nav { - background: Lime; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 2a8ee0411821faf1053d7889adb2d5314a61b411 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 03:42:30 +0000 Subject: [PATCH 2106/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Cyan; } nav { - background: Chocolate; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From ce2f6b853bee850032d5a170fd71e5dd3ead789f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 05:57:31 +0000 Subject: [PATCH 2107/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Sienna; } nav { - background: Cyan; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 099658a5b26830b8eb4f0499985cc3c9dda32b8f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 10:27:32 +0000 Subject: [PATCH 2108/3211] KPT-24: Update background color to LightGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid LightGrey; } nav { - background: Sienna; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8a4821c1db0edb476819a9474c0599f0f8f80adf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 12:42:31 +0000 Subject: [PATCH 2109/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid PaleTurquoise; } nav { - background: LightGrey; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From b775588a3e76b1ca258ef699ad7bc0473dc1f07b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 17:57:32 +0000 Subject: [PATCH 2110/3211] KPT-24: Update background color to DarkGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkGrey; } nav { - background: PaleTurquoise; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From a2e8d9dea945d9f670dab9a534a686c70a048cf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 21:42:31 +0000 Subject: [PATCH 2111/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Red; } nav { - background: DarkGrey; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 2cae98c160dd9156b4c879d50a998a49fe669ca5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 11 Nov 2022 22:27:31 +0000 Subject: [PATCH 2112/3211] KPT-22: Modals with Lime accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e20972b1e70bba92b8db6c06376174dd778ff57d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 01:27:32 +0000 Subject: [PATCH 2113/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid LavenderBlush; } nav { - background: Lime; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 44f3c017fe855864e92845a925b0e5bd910de842 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 02:57:30 +0000 Subject: [PATCH 2114/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d1319502bbaeadbd03010c87c729ddf5a268f8d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 04:27:30 +0000 Subject: [PATCH 2115/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4bbff855488eea0b86339e729121f0a492b940e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 14:12:30 +0000 Subject: [PATCH 2116/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Chocolate; } nav { - background: DarkRed; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From c130390296f4c21a496f9c887120849f00668188 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 15:42:31 +0000 Subject: [PATCH 2117/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid SlateBlue; } nav { - background: Chocolate; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bbd916d6c395cb3860ec5ee6be26c0047636d1d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 17:12:31 +0000 Subject: [PATCH 2118/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Turquoise; } nav { - background: SlateBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d17111b251a18e7856526ddb12a5f1859bd60628 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 12 Nov 2022 18:42:30 +0000 Subject: [PATCH 2119/3211] KPT-24: Update background color to DarkGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid DarkGreen; } nav { - background: Turquoise; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 732eca464414df18d3a74fcbce9c15dc9adc58d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 01:27:31 +0000 Subject: [PATCH 2120/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a8142f920bf9a53c64a1293fdb1dfa8e48cfeb88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 12:42:31 +0000 Subject: [PATCH 2121/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid MediumOrchid; } nav { - background: Turquoise; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 64d072c5d7b38290d3677e3087672bfbfa2508c0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 13 Nov 2022 23:57:30 +0000 Subject: [PATCH 2122/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Snow; } nav { - background: MediumOrchid; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From e39190836b93b079dac68d7ad9d14368e348d494 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 02:12:31 +0000 Subject: [PATCH 2123/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid PaleGoldenRod; } nav { - background: Snow; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From e66cccb70074c7fa0f0fe0c6157e3689fdca7c07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 02:57:30 +0000 Subject: [PATCH 2124/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid MediumSeaGreen; } nav { - background: PaleGoldenRod; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ed6b8f28f0c7227ee01fc5ee025fa7aae1624906 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 04:27:31 +0000 Subject: [PATCH 2125/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Azure; } nav { - background: MediumSeaGreen; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 01d0c1208a75813c0c6016809d24c381c7a74dbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 05:12:31 +0000 Subject: [PATCH 2126/3211] KPT-24: Update background color to DarkSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ff641876348e9a97a83199d92e40db73cac4f489 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 12:42:31 +0000 Subject: [PATCH 2127/3211] KPT-24: Update background color to PaleGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid PaleGreen; } nav { - background: DarkSlateBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From d9720f2addb288eb3c253fa951c1ff5a5b0238ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 22:27:30 +0000 Subject: [PATCH 2128/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 753eeffad0a3ad88f32b6d2edde86f31a2f476fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 14 Nov 2022 23:57:31 +0000 Subject: [PATCH 2129/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid SandyBrown; } nav { - background: DodgerBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From fc481e24c272ee4dbe23986b59b49f248a64e8df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 00:42:31 +0000 Subject: [PATCH 2130/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 de29391ade9d566b130cd14b63a88a1779f9057d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 01:27:31 +0000 Subject: [PATCH 2131/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Brown; } nav { - background: MediumBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From c716a6df810f404b3f3b3a37f7367fd51e564309 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 03:42:30 +0000 Subject: [PATCH 2132/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid DarkSlateGrey; } nav { - background: Brown; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 647d1436fa794ed8e2ba7a205cf5437c0ab121ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 04:27:32 +0000 Subject: [PATCH 2133/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkSlateGrey; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6c54e087ffd9555c65e70b6aa36d5896e68e0cdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 05:12:31 +0000 Subject: [PATCH 2134/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SlateGrey; } nav { - background: LightSkyBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9104a5c4d21be840b2524471e80ad73ee865b288 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 06:42:31 +0000 Subject: [PATCH 2135/3211] KPT-24: Update background color to DarkMagenta --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkMagenta; } nav { - background: SlateGrey; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 9361634fad7c5383cad1230cfbc08a947750c7e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 08:57:30 +0000 Subject: [PATCH 2136/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Aquamarine; } nav { - background: DarkMagenta; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 342f75cbbaf03595c9572177546346495439a2e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 11:12:31 +0000 Subject: [PATCH 2137/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Green; } nav { - background: Aquamarine; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From df09631ada3ab7ca9bafe8ad7cd881a62199648b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 13:27:31 +0000 Subject: [PATCH 2138/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Lime; } nav { - background: Green; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From ebab0f1812244926a490a8eb4812d4c1592d4cb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 17:57:31 +0000 Subject: [PATCH 2139/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid FireBrick; } nav { - background: Lime; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 19d834c77a32c2aaef76c1b1d55ad504624ecf9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 15 Nov 2022 21:42:30 +0000 Subject: [PATCH 2140/3211] KPT-22: Modals with YellowGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid YellowGreen; } nav { - background: FireBrick; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 97a30a091f6dabfd001bc718b82dbdb8f6d0e30b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 01:27:31 +0000 Subject: [PATCH 2141/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid SaddleBrown; } nav { - background: YellowGreen; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 104c70ec52a6e8ade08e2cb0b489104f92a5f97b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 03:42:31 +0000 Subject: [PATCH 2142/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid SeaGreen; } nav { - background: SaddleBrown; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ba5fddf2fa24c923b60ef4f2312aae6ed8ed2c89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 05:12:31 +0000 Subject: [PATCH 2143/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid PapayaWhip; } nav { - background: SeaGreen; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 72fa534b19537b4a9a539313227766ac99080a3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 10:27:31 +0000 Subject: [PATCH 2144/3211] KPT-22: Modals with Navy accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Navy; } nav { - background: PapayaWhip; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 37c5127fa0dc45996f96e48ebfecee19ac843749 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 11:12:32 +0000 Subject: [PATCH 2145/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid DarkOrange; } nav { - background: Navy; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From d797b65fb412868c24b0b04de246f2092924aa94 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 14:57:31 +0000 Subject: [PATCH 2146/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MediumSpringGreen; } nav { - background: DarkOrange; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 64bde5ec5921150dec47dcb0e3a90b00cc61c4c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 22:27:30 +0000 Subject: [PATCH 2147/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Tan; } nav { - background: MediumSpringGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 80b02baece3f757a65df51aff563478329e570f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 16 Nov 2022 23:12:30 +0000 Subject: [PATCH 2148/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid PeachPuff; } nav { - background: Tan; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 19af7589817dc6890b5ead74d56a4a162d58aac1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 02:57:31 +0000 Subject: [PATCH 2149/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 082980156fd1f72344478f21a9fb567dc7e10bab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 08:12:31 +0000 Subject: [PATCH 2150/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid PowderBlue; } nav { - background: DimGrey; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7bc258cd486540782b78dc52ab8e7a37ff90c179 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 14:12:32 +0000 Subject: [PATCH 2151/3211] KPT-22: Modals with Pink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Pink; } nav { - background: PowderBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 03a94a5db67fab2828c11254a646a6c3bf826e16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 15:42:31 +0000 Subject: [PATCH 2152/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid PaleVioletRed; } nav { - background: Pink; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 18c479fd46c5264e6180ceef6af63ae98ffd3788 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 16:27:31 +0000 Subject: [PATCH 2153/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid SeaShell; } nav { - background: PaleVioletRed; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 865ccaa2c27bc3376572a7a0aa0245163373b01d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 17:12:30 +0000 Subject: [PATCH 2154/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid SlateGrey; } nav { - background: SeaShell; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 485855a2761144771c8870fe80ad07583d6f5a50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 17 Nov 2022 19:27:32 +0000 Subject: [PATCH 2155/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightPink; } nav { - background: SlateGrey; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 42409d57302df1726e44514e96662f11bdf0970c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 00:42:32 +0000 Subject: [PATCH 2156/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Snow; } nav { - background: LightPink; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From ab900b2ceb1e7a5a28a0f05ad71d726f747ee52f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 03:42:32 +0000 Subject: [PATCH 2157/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 81ae3bedacf25a4838abd8effab8d1b59d43c2ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 05:12:31 +0000 Subject: [PATCH 2158/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid PeachPuff; } nav { - background: MediumBlue; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ece122080563ce023a58e58e97a071660739155e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 06:42:31 +0000 Subject: [PATCH 2159/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid OliveDrab; } nav { - background: PeachPuff; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 34f62b1ac9e43e10ffedc395a4a111499d992c30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 12:42:31 +0000 Subject: [PATCH 2160/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid PaleGoldenRod; } nav { - background: OliveDrab; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 2d0c23aad4bec48eb05f94a3cb68414903f913ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 16:27:30 +0000 Subject: [PATCH 2161/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid HotPink; } nav { - background: PaleGoldenRod; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 3c44c59f5af03130cc0fdb354135d789c7d1f88d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 17:12:30 +0000 Subject: [PATCH 2162/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid ForestGreen; } nav { - background: HotPink; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From d77432838bebdd2bad7f858c6dc26368c2f31ace Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 18:42:30 +0000 Subject: [PATCH 2163/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 218d4723fb80bf6675b7fd2ce015154e6ec87959 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 20:12:31 +0000 Subject: [PATCH 2164/3211] KPT-24: Update background color to GhostWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid GhostWhite; } nav { - background: GreenYellow; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 6cd83d28b2b57a16f16d0f2d62975ebdd7c52b81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 18 Nov 2022 23:57:31 +0000 Subject: [PATCH 2165/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Cyan; } nav { - background: GhostWhite; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 5399fef9b3ee84324773da3c556d5988c5b28d11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 01:27:30 +0000 Subject: [PATCH 2166/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Maroon; } nav { - background: Cyan; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 2e43b6aa30887614ccc927900fcf0340250d5897 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 02:12:31 +0000 Subject: [PATCH 2167/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkMagenta; } nav { - background: Maroon; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 8aa8ab7d800401f742e7e2577ec739b1e0577c6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 02:57:30 +0000 Subject: [PATCH 2168/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LavenderBlush; } nav { - background: DarkMagenta; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 79b5ff97f52dcce076bf4d0e07f46875fe01d490 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 04:27:32 +0000 Subject: [PATCH 2169/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid HotPink; } nav { - background: LavenderBlush; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 69660f5671bf8bf52dc8b6f67e750205d022687d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 05:12:31 +0000 Subject: [PATCH 2170/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid MediumOrchid; } nav { - background: HotPink; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 00a1e5b19667e242c45b0548bc42d8038f5b1676 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 13:27:31 +0000 Subject: [PATCH 2171/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid BlueViolet; } nav { - background: MediumOrchid; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 9c51f0efa6a9122e48b002d88e65248bc1f58443 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 16:27:30 +0000 Subject: [PATCH 2172/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid PaleGoldenRod; } nav { - background: BlueViolet; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 02adda3ce1c55a75868df9c4f0c828ab8bed2fe0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 19:27:31 +0000 Subject: [PATCH 2173/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Tan; } nav { - background: PaleGoldenRod; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 786b4eab156d3e63ba5cf87d6d5c7347dba6e516 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 20:12:30 +0000 Subject: [PATCH 2174/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid SlateGrey; } nav { - background: Tan; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7dfda1b72b0457e7273d7218b5358deeb634b393 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 22:27:30 +0000 Subject: [PATCH 2175/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Plum; } nav { - background: SlateGrey; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 363a2bd2833d3136d4a28ed32df24352b9ed6b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 23:12:30 +0000 Subject: [PATCH 2176/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Pink; } nav { - background: Plum; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 900fab22ca6158f606932e16de26193c6d9feaae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 19 Nov 2022 23:57:31 +0000 Subject: [PATCH 2177/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid SpringGreen; } nav { - background: Pink; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0030bef8965de2a6390ecaca7ee7f35ecb0af6e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 01:27:30 +0000 Subject: [PATCH 2178/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 48ea28c909bd838571e814c66c4b47cf1225fa5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 02:57:31 +0000 Subject: [PATCH 2179/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Maroon; } nav { - background: SkyBlue; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 2bbf1622f0b38ec3838cbae43030d928c72dd166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 03:42:31 +0000 Subject: [PATCH 2180/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid DarkCyan; } nav { - background: Maroon; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From d3e665d5464fee8a50ad7c59de24bf7acc3fd477 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 04:27:30 +0000 Subject: [PATCH 2181/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Coral; } nav { - background: DarkCyan; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 639d48fa6c50266410bd8253339c10a7b7095033 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 05:12:31 +0000 Subject: [PATCH 2182/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e291a47a224a284afd5c0a6d63a80557ecca017a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 05:57:31 +0000 Subject: [PATCH 2183/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DarkSalmon; } nav { - background: AliceBlue; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 195bc35d88ca43852eaf0226971fba0e00c08c0e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 12:42:31 +0000 Subject: [PATCH 2184/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MediumSlateBlue; } nav { - background: DarkSalmon; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 36223e1bfbbe04d108492f7fcae92f5881c16806 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 16:27:30 +0000 Subject: [PATCH 2185/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid SkyBlue; } nav { - background: MediumSlateBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1e136135da04671d0ec8d000a5631f412f4ae004 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 20:12:31 +0000 Subject: [PATCH 2186/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid MidnightBlue; } nav { - background: SkyBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 23c06192b020f8bbbc45b8abf8e51a4f03fa4a19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 21:42:30 +0000 Subject: [PATCH 2187/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid LemonChiffon; } nav { - background: MidnightBlue; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From e2b7a2d9215bdeba1868a68c0ab65d77da49cf4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 20 Nov 2022 22:27:30 +0000 Subject: [PATCH 2188/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid DodgerBlue; } nav { - background: LemonChiffon; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6b6f2245b0b9012d941b7fee0c1db73773a096e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 00:42:30 +0000 Subject: [PATCH 2189/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid MediumBlue; } nav { - background: DodgerBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1417aad5d8b64e683aca7045ef8a1148432cc500 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 02:12:30 +0000 Subject: [PATCH 2190/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid SlateGrey; } nav { - background: MediumBlue; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From bdb945e1a5008cd2240155e7ab1fedd1d90a3b3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 05:57:32 +0000 Subject: [PATCH 2191/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid OrangeRed; } nav { - background: SlateGrey; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 80299ee98d4754f33f556b57435c9939812a238f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 12:42:30 +0000 Subject: [PATCH 2192/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid PaleGoldenRod; } nav { - background: OrangeRed; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6ba07e48746865299be7e83aff87427c021a609b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 13:27:31 +0000 Subject: [PATCH 2193/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid GoldenRod; } nav { - background: PaleGoldenRod; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c95cdb25e0cd69ad5b7f6bb419165ce4f45215c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 21:42:31 +0000 Subject: [PATCH 2194/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid MistyRose; } nav { - background: GoldenRod; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 09644ae87c27faa8a2feffd60b3cdf38084a722d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 21 Nov 2022 22:27:30 +0000 Subject: [PATCH 2195/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Violet; } nav { - background: MistyRose; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 06a22ed588abc3f8142e262b1802f0695da49872 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 00:42:31 +0000 Subject: [PATCH 2196/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid DeepSkyBlue; } nav { - background: Violet; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 092fb7361a5f49e74e7542ae3063bd06f6f382c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 05:57:32 +0000 Subject: [PATCH 2197/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid White; } nav { - background: DeepSkyBlue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 6e2478dcbbef8bf7c99293fee5d808d34c36cf4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 06:42:31 +0000 Subject: [PATCH 2198/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Aquamarine; } nav { - background: White; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From a5adcd32976943c801f28d94b8f847d166dbd349 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 11:12:31 +0000 Subject: [PATCH 2199/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid SkyBlue; } nav { - background: Aquamarine; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 49f89fa058317cb14ada4429a8530edf7a40f217 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 14:12:31 +0000 Subject: [PATCH 2200/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Fuchsia; } nav { - background: SkyBlue; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From f03421ff2aa9e8687aac6477ac537e4b596cbd30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 16:27:31 +0000 Subject: [PATCH 2201/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7ff1a6a9025346c904fe95968e2d1145e66016a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 22 Nov 2022 18:42:31 +0000 Subject: [PATCH 2202/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DarkSalmon; } nav { - background: LightCoral; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 644525b0bff5360cc989bddd768e1f0ff06ebac3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 00:42:31 +0000 Subject: [PATCH 2203/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LimeGreen; } nav { - background: DarkSalmon; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From c44ab6abd341a21a647fd57304fcc24333661c92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 02:57:31 +0000 Subject: [PATCH 2204/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid CornflowerBlue; } nav { - background: LimeGreen; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f9c6d382c79ad10abbdd767acf94bec686225bc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 04:27:31 +0000 Subject: [PATCH 2205/3211] KPT-24: Update background color to Sienna --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Sienna; } nav { - background: CornflowerBlue; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From b391df742b6178d9a9126f57b5d7917362d86d7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 06:42:31 +0000 Subject: [PATCH 2206/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8b40e6a2af076fa1be051337da0d20d345e2808e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 07:27:31 +0000 Subject: [PATCH 2207/3211] KPT-24: Update background color to Linen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Linen; } nav { - background: Beige; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From d687731780f820e8bb8cc8cdedbd663ec1af3e4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 11:57:32 +0000 Subject: [PATCH 2208/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Red; } nav { - background: Linen; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From ca8ec40bb8d448bc0b0aa928d1821967b3d72ad3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 16:27:31 +0000 Subject: [PATCH 2209/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightYellow; } nav { - background: Red; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 846d86cec6cdef5ac760c9bc76d33f058fa74132 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 18:42:30 +0000 Subject: [PATCH 2210/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightBlue; } nav { - background: LightYellow; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From daa53f8ea0321a7df069717b226cdd05baa731d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 23 Nov 2022 22:27:30 +0000 Subject: [PATCH 2211/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Navy; } nav { - background: LightBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 6c4ead21a4c6c842f18c6a9a1d4e09dbeb782d13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 01:27:31 +0000 Subject: [PATCH 2212/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 77da608652cc7e18d67fc5522655955d08651a4f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 04:27:31 +0000 Subject: [PATCH 2213/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid MediumTurquoise; } nav { - background: Brown; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From b3f1af6a1e89b3a9bd09d329c9f7241318297bb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 05:57:31 +0000 Subject: [PATCH 2214/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Black; } nav { - background: MediumTurquoise; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From f48a9bbb8dc2ca9aa9bddfcb59e3a6d91c8d6fc3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 06:42:30 +0000 Subject: [PATCH 2215/3211] KPT-22: Modals with SandyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid SandyBrown; } nav { - background: Black; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8e63ed4cff72164d9cec3880120559437f2cd88d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 24 Nov 2022 17:57:31 +0000 Subject: [PATCH 2216/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid LightCyan; } nav { - background: SandyBrown; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 1b7774e0e6a31b9822cf95b368808736e9ee44ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 00:42:31 +0000 Subject: [PATCH 2217/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Coral; } nav { - background: LightCyan; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 208a76e2a50f43f1810ac7c46f582dbe628526ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 02:12:30 +0000 Subject: [PATCH 2218/3211] KPT-24: Update background color to Teal --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Teal; } nav { - background: Coral; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From e4c233762ef629c5143fbb27696c2927bf89b468 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 08:12:31 +0000 Subject: [PATCH 2219/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid SpringGreen; } nav { - background: Teal; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From e93b3fdec4e45348c750b22fdb8992695a32bfa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 11:12:31 +0000 Subject: [PATCH 2220/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid PaleGoldenRod; } nav { - background: SpringGreen; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 769d2b490f94a9d7f4d76424ea28adf775f45106 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 17:57:30 +0000 Subject: [PATCH 2221/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid WhiteSmoke; } nav { - background: PaleGoldenRod; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0bec0baf57f33bb504685bb7bcbdee8300645cea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 18:42:32 +0000 Subject: [PATCH 2222/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Fuchsia; } nav { - background: WhiteSmoke; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 237b96579e5dbf588834d2c09d514f1e8a415e16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 22:27:30 +0000 Subject: [PATCH 2223/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Cornsilk; } nav { - background: Fuchsia; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From ca7cad5685feef98495bd9101674934d9a474f41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 25 Nov 2022 23:57:30 +0000 Subject: [PATCH 2224/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightSlateGrey; } nav { - background: Cornsilk; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 793b8f5508464b01b8b7069b12364d3facce99b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 02:57:31 +0000 Subject: [PATCH 2225/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid ForestGreen; } nav { - background: LightSlateGrey; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2b1175fdd9b25506efe24c4111216ba5b91e55ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 05:57:30 +0000 Subject: [PATCH 2226/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid RosyBrown; } nav { - background: ForestGreen; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From e10b1e6a91b6349a3f0098e6a49c1281161a3c0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 11:12:30 +0000 Subject: [PATCH 2227/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ac04782c4e3a001210fdca66da302c024f968ce6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 11:57:30 +0000 Subject: [PATCH 2228/3211] KPT-24: Update background color to Red --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Red; } nav { - background: PaleGoldenRod; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 02c8c57348f034cf5fa9a8760fc46d0b7b52808c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 13:27:30 +0000 Subject: [PATCH 2229/3211] KPT-22: Modals with Bisque accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Bisque; } nav { - background: Red; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From a6ca7cea3a0140bf1535460113662d84ded7f4f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 19:27:31 +0000 Subject: [PATCH 2230/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Navy; } nav { - background: Bisque; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 61c16146540fe3629080f55e8f42a70c862bdb92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 20:12:30 +0000 Subject: [PATCH 2231/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid PapayaWhip; } nav { - background: Navy; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 2e4208339241437ff8f5305e71288df77547f040 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 21:42:30 +0000 Subject: [PATCH 2232/3211] KPT-24: Update background color to Black --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Black; } nav { - background: PapayaWhip; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From 110fc3734d744d0e0dbd913a773dce79519f5175 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 22:27:31 +0000 Subject: [PATCH 2233/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid LawnGreen; } nav { - background: Black; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 130f27257813eda6d1c2d1f73536a64a270593ab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 23:12:30 +0000 Subject: [PATCH 2234/3211] KPT-24: Update background color to FireBrick --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid FireBrick; } nav { - background: LawnGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From e0a0c0bec5d05117d19ad9341ff9b913bd892b14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 26 Nov 2022 23:57:31 +0000 Subject: [PATCH 2235/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid PowderBlue; } nav { - background: FireBrick; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 99a355a27aff3877f76161fb547f4cd2fb148c7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 02:12:31 +0000 Subject: [PATCH 2236/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Purple; } nav { - background: PowderBlue; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 4c703c19c0daa9f0ac14b6e01989421024d83d80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 04:27:31 +0000 Subject: [PATCH 2237/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid LightYellow; } nav { - background: Purple; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8ee0170fe3cc26f9e45391a35d28e8e3c2aad896 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 05:57:32 +0000 Subject: [PATCH 2238/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkCyan; } nav { - background: LightYellow; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 707e9e1338ece92ecc7811b677a7a43713cd6aec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 08:57:32 +0000 Subject: [PATCH 2239/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a5edd6b4893e9d8b0091c1230b6759b7952cd1cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 11:57:30 +0000 Subject: [PATCH 2240/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Grey; } nav { - background: DarkSlateGrey; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From e4cd148b0e6d9ee82ad0a17375501772bc7f7f11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 14:57:32 +0000 Subject: [PATCH 2241/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid MediumOrchid; } nav { - background: Grey; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From cf3d913539d79d2d0ee38f6e758f732e0c0d2a85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 17:12:30 +0000 Subject: [PATCH 2242/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid FloralWhite; } nav { - background: MediumOrchid; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From f67adc286bd15f44f5ad7a75e7d5d9e1e3632910 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 18:42:30 +0000 Subject: [PATCH 2243/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid MediumVioletRed; } nav { - background: FloralWhite; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From c801951da5eca1636e846a0b03924b5752f560a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 19:27:31 +0000 Subject: [PATCH 2244/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid LightYellow; } nav { - background: MediumVioletRed; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 26db1312c547195db8206b289ba1abd33b0c9f6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 20:57:32 +0000 Subject: [PATCH 2245/3211] KPT-24: Update background color to LightCyan --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid LightCyan; } nav { - background: LightYellow; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From b89679a3b94f8f58ba4e4338e6ac666215a554ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 23:12:30 +0000 Subject: [PATCH 2246/3211] KPT-22: Modals with SlateBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid SlateBlue; } nav { - background: LightCyan; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9b8a5214afd263aa9683a3fbf08ae45aa516cbf5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 27 Nov 2022 23:57:32 +0000 Subject: [PATCH 2247/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid PapayaWhip; } nav { - background: SlateBlue; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 81630611791f2a7f742bc2c73c86e32a7876e159 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 05:12:31 +0000 Subject: [PATCH 2248/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Silver; } nav { - background: PapayaWhip; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 7df24c35b5f959b85cad59c55738bd5a08fd5b82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 08:12:30 +0000 Subject: [PATCH 2249/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkOrange; } nav { - background: Silver; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 3c36e44b288a2fafb2874c0e7d11b38f65cea0f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 10:27:30 +0000 Subject: [PATCH 2250/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Violet; } nav { - background: DarkOrange; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 3ea028c31776896912c79bd3ad28c571e24eebfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 14:12:31 +0000 Subject: [PATCH 2251/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 40926469ee9b20d513d9227d23b98b7dc5aecb92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 14:57:33 +0000 Subject: [PATCH 2252/3211] KPT-22: Modals with MediumOrchid accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid MediumOrchid; } nav { - background: OldLace; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From d4a28ca4dfd7f5f37685240fa51e40f2bb00f329 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 15:42:30 +0000 Subject: [PATCH 2253/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid PowderBlue; } nav { - background: MediumOrchid; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1ea081795e8c1cf651c2917251d332fa8a9674e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 22:27:32 +0000 Subject: [PATCH 2254/3211] KPT-24: Update background color to GhostWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid GhostWhite; } nav { - background: PowderBlue; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 7d5165e573626154bf692a0a10232d72129299f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 28 Nov 2022 23:12:31 +0000 Subject: [PATCH 2255/3211] KPT-24: Update background color to SandyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid SandyBrown; } nav { - background: GhostWhite; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 0c1c73be8037b0c51e3b83613ac118a89bee1198 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 03:42:31 +0000 Subject: [PATCH 2256/3211] KPT-24: Update background color to Salmon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d3dcc9ca98cdca34803589f4a499d0cb3d819c2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 04:27:32 +0000 Subject: [PATCH 2257/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid PapayaWhip; } nav { - background: Salmon; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From e60dba7ae7705b2f2168685385a0303960e40913 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 12:42:30 +0000 Subject: [PATCH 2258/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid GoldenRod; } nav { - background: PapayaWhip; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6143d390ece387cb4e063b05106dee9a04343a2e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 13:27:31 +0000 Subject: [PATCH 2259/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid PowderBlue; } nav { - background: GoldenRod; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From c9681167f6b06dc8a8d09b6c104fcaf7d45546bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 14:57:31 +0000 Subject: [PATCH 2260/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid MediumTurquoise; } nav { - background: PowderBlue; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 5ff01894df28bb1849af69955ebca9df6daf2afe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 20:57:32 +0000 Subject: [PATCH 2261/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Silver; } nav { - background: MediumTurquoise; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 4e160883fdd31eb4b296fef96f8759f235cefd10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 29 Nov 2022 23:12:31 +0000 Subject: [PATCH 2262/3211] KPT-22: Modals with MediumPurple accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid MediumPurple; } nav { - background: Silver; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From eaf7c5c149391955ea8012360ecd6df7987718e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 00:42:31 +0000 Subject: [PATCH 2263/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Maroon; } nav { - background: MediumPurple; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From d98174792f35cffa6fbd1033005e9239f4886226 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 04:27:30 +0000 Subject: [PATCH 2264/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Fuchsia; } nav { - background: Maroon; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From f81f0ad3d3ab03b8f16edb07b10364294ab5beda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 06:42:31 +0000 Subject: [PATCH 2265/3211] KPT-24: Update background color to SeaShell --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid SeaShell; } nav { - background: Fuchsia; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From e0b44580f610a451b8fad8612161f09303a62698 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 07:27:31 +0000 Subject: [PATCH 2266/3211] KPT-24: Update background color to DeepPink --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DeepPink; } nav { - background: SeaShell; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 411a3262d56f16e6cf784f6111557d451c43bc08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 09:42:30 +0000 Subject: [PATCH 2267/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2a5578012e42b60f159e3a65e68af1efb3e535f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 16:27:31 +0000 Subject: [PATCH 2268/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid PapayaWhip; } nav { - background: DarkViolet; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From f7a8f1143af080c926d8f4739ab1a8698f9f90a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 17:12:31 +0000 Subject: [PATCH 2269/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DarkSlateGrey; } nav { - background: PapayaWhip; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4936232b2789cc558e081421c5321aff0a479903 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 30 Nov 2022 23:57:32 +0000 Subject: [PATCH 2270/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid LightCoral; } nav { - background: DarkSlateGrey; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From ba1a6d58bf5ceee7dcb29aa5e576683c1c1388b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 01:27:31 +0000 Subject: [PATCH 2271/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightYellow; } nav { - background: LightCoral; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From e1897811ddf851caca2bc40b53bb999611e76ba2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 02:12:30 +0000 Subject: [PATCH 2272/3211] KPT-22: Modals with Plum accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Plum; } nav { - background: LightYellow; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 5a94da098f1abdb3e046c8d3c3eda761be609437 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 08:57:32 +0000 Subject: [PATCH 2273/3211] KPT-22: Modals with PaleVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid PaleVioletRed; } nav { - background: Plum; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From bbc64a47862cbc656d48494fe677ecb7c21f103e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 09:42:30 +0000 Subject: [PATCH 2274/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Chartreuse; } nav { - background: PaleVioletRed; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 5d3e5de35ea67e9f513c33e68ae1edeb77a3820d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 10:27:31 +0000 Subject: [PATCH 2275/3211] KPT-24: Update background color to AliceBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid AliceBlue; } nav { - background: Chartreuse; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From cd7044313a48abcd91ba49cad64a61d3be881d66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 13:27:31 +0000 Subject: [PATCH 2276/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid SteelBlue; } nav { - background: AliceBlue; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From c28689ccbea09e628a79e71ca5ee2b1182bfced7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 14:57:32 +0000 Subject: [PATCH 2277/3211] KPT-24: Update background color to Yellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Yellow; } nav { - background: SteelBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 39aee591179d9767810d812106029c179e276e04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 15:42:32 +0000 Subject: [PATCH 2278/3211] KPT-22: Modals with SlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid SlateGrey; } nav { - background: Yellow; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 95bd9d0d1f01cf1c6814179ba37b5a7885d57658 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 17:57:31 +0000 Subject: [PATCH 2279/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid PaleGreen; } nav { - background: SlateGrey; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1c2a977f3bfc74b789158df5615c802dd995213b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 1 Dec 2022 20:57:32 +0000 Subject: [PATCH 2280/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid BurlyWood; } nav { - background: PaleGreen; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 4fc360158bf05730e8a59334a67452cf34ad67b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 00:42:31 +0000 Subject: [PATCH 2281/3211] KPT-22: Modals with DarkOliveGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 749a5ada1d60183e7a9a8f5b3d3db6e1a4602659 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 03:42:31 +0000 Subject: [PATCH 2282/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid LightCoral; } nav { - background: DarkOliveGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From a89d9647d5212458821faf4fb9f88bdbc112a30f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 08:12:30 +0000 Subject: [PATCH 2283/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid CornflowerBlue; } nav { - background: LightCoral; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7e25f8a7a8e41888ed5ba0a278dd14fa826dca34 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 11:12:31 +0000 Subject: [PATCH 2284/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 11f82f75bdaef9543f6c8a8d70bd01e0cedd4434 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 16:27:31 +0000 Subject: [PATCH 2285/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 af15eb3c915f7f8cd42b51eb01f2038fe41b5d1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 20:12:31 +0000 Subject: [PATCH 2286/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid BurlyWood; } nav { - background: SlateBlue; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 39c2f4dc8dd6c6cad4017b7f95939af8e2626c5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 20:57:31 +0000 Subject: [PATCH 2287/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid MediumTurquoise; } nav { - background: BurlyWood; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From baead2f99954f073a1987169ee15664a299649b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 2 Dec 2022 23:12:30 +0000 Subject: [PATCH 2288/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 eadf8d894b5730034f49deba79001dd0dee5de3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 02:12:31 +0000 Subject: [PATCH 2289/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 abd99386c866427838c245f719430b7fda552f0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 04:27:30 +0000 Subject: [PATCH 2290/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid Olive; } nav { - background: LightGray; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 6b54c70e6c3d4f02445e3b99c49285fb83d46556 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 08:12:31 +0000 Subject: [PATCH 2291/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightSteelBlue; } nav { - background: Olive; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 627714a34e16f2bb16e96544f9e0719fd449bad8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 08:57:32 +0000 Subject: [PATCH 2292/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Gray; } nav { - background: LightSteelBlue; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 033a1bd24be89ada39ca3abd25b29c26ed6e1118 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 11:57:31 +0000 Subject: [PATCH 2293/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c83a6f1ce0a26cd7e51a5f83f6e680c6f8d32195 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 3 Dec 2022 20:57:32 +0000 Subject: [PATCH 2294/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid PaleGoldenRod; } nav { - background: MediumAquaMarine; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c6b3ca4fb11f3aa671e8525871bf0daf5a192b33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 06:42:31 +0000 Subject: [PATCH 2295/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid Salmon; } nav { - background: PaleGoldenRod; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From f6863ec1c291c7cbcb5ef6c4a87c16402817067d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 07:27:32 +0000 Subject: [PATCH 2296/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid DarkCyan; } nav { - background: Salmon; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From d34a31d290904e5e49b6c5dce9bbcd2f42814820 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 10:27:30 +0000 Subject: [PATCH 2297/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Indigo; } nav { - background: DarkCyan; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 913b3fa4cd32ac55a8b3ff47a8f41790ae527cbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 12:42:30 +0000 Subject: [PATCH 2298/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Grey; } nav { - background: Indigo; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 0dbdace770658831453603e08d196faf0a6dcb2d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 18:42:31 +0000 Subject: [PATCH 2299/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d8e738ff4d2ee8603affaac2b78673ddf7cae6aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 19:27:31 +0000 Subject: [PATCH 2300/3211] KPT-24: Update background color to Green --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Green; } nav { - background: DarkCyan; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 4939c077a5701152563c83eacd39b357de796b9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 21:42:30 +0000 Subject: [PATCH 2301/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid DodgerBlue; } nav { - background: Green; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From e34d6cea825de3de3b49c38d120c3d07e61ea859 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 4 Dec 2022 22:27:31 +0000 Subject: [PATCH 2302/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkKhaki; } nav { - background: DodgerBlue; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From e0277186047cf599b8107aa6e7a861cb8c15d32e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 01:27:32 +0000 Subject: [PATCH 2303/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid LightSteelBlue; } nav { - background: DarkKhaki; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From b84a0a0fcc1ff377142ef17b60a2124f629fc8bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 17:57:31 +0000 Subject: [PATCH 2304/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid Indigo; } nav { - background: LightSteelBlue; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From e7bf73178ffd1d8ae344e66ecda9f57b88aada35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 5 Dec 2022 20:12:30 +0000 Subject: [PATCH 2305/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5d0c8d0559044c4f496a7a9d3b5582a6e6600b88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 05:57:32 +0000 Subject: [PATCH 2306/3211] KPT-24: Update background color to Olive --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Olive; } nav { - background: Pink; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 3368843a23a5226ec8bb4d4cc416853b68eee4a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 07:27:31 +0000 Subject: [PATCH 2307/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid LightGreen; } nav { - background: Olive; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 9bfd3ec6e013e403bdc94962d9d472324008eaae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 11:12:31 +0000 Subject: [PATCH 2308/3211] KPT-22: Modals with SeaGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 40c80cd102a06348fa93760030cbe5ab9742acb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 14:12:31 +0000 Subject: [PATCH 2309/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Tan; } nav { - background: SeaGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From f383273ba04bfa6708359dc9c53e8843107ff941 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 14:57:41 +0000 Subject: [PATCH 2310/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Fuchsia; } nav { - background: Tan; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 93b78089ba3060e3a300a6e583d8a0de8453e6cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 18:42:31 +0000 Subject: [PATCH 2311/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Chocolate; } nav { - background: Fuchsia; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From c62a6ed3f93879ae0e20361a561943765b2b59a1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 6 Dec 2022 20:57:32 +0000 Subject: [PATCH 2312/3211] KPT-24: Update background color to MediumOrchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid MediumOrchid; } nav { - background: Chocolate; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 6c6bb4505cf50130b391e33a9e47f22c173f9374 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 01:27:31 +0000 Subject: [PATCH 2313/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid GhostWhite; } nav { - background: MediumOrchid; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 9e6b7af3abac9b034dacfa0dec8b7fb43d0ff099 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 04:27:31 +0000 Subject: [PATCH 2314/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid NavajoWhite; } nav { - background: GhostWhite; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d00947741d29ed9ce835594c5317321647a6cd5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 07:27:31 +0000 Subject: [PATCH 2315/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Grey; } nav { - background: NavajoWhite; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From f5a87282b3abc262e199e7282e76c8bde12b1444 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 09:42:31 +0000 Subject: [PATCH 2316/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid MediumVioletRed; } nav { - background: Grey; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From fa585c66b8b6a3106686d4992820e95984664937 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 12:42:31 +0000 Subject: [PATCH 2317/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid PaleVioletRed; } nav { - background: MediumVioletRed; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 060bceec50c53755bb732b9e240c1ab94d73fe25 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 15:42:41 +0000 Subject: [PATCH 2318/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Tan; } nav { - background: PaleVioletRed; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 3f84e9d241508452d0275173c892ad92ea4d4798 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 17:12:30 +0000 Subject: [PATCH 2319/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Magenta; } nav { - background: Tan; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 8d5c6d87de139e0a4b4523c188ef5d2a683a0be0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 17:57:31 +0000 Subject: [PATCH 2320/3211] KPT-24: Update background color to Khaki --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Khaki; } nav { - background: Magenta; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From 745a4358baebfadd6975f0b9aa4ec604479de95c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 7 Dec 2022 23:12:31 +0000 Subject: [PATCH 2321/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Plum; } nav { - background: Khaki; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 560b6bf8e7ae21ec0b5f4c1d2f8d708a9404a9cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 08:12:30 +0000 Subject: [PATCH 2322/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e9b5d73837570225654a17d2aded8fbc044e4142 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 10:27:31 +0000 Subject: [PATCH 2323/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid LightGray; } nav { - background: Thistle; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From b048abe3682078e5581ff45ffadcb9b3ca48efec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 17:12:31 +0000 Subject: [PATCH 2324/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid MediumSpringGreen; } nav { - background: LightGray; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4c310641c9fe58c4d53eb6b6ef143f685c500099 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 19:27:31 +0000 Subject: [PATCH 2325/3211] KPT-22: Modals with SeaShell accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid SeaShell; } nav { - background: MediumSpringGreen; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 1216aee44233db9cbf31f07c4ccfb2f6aed7ef59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 8 Dec 2022 20:12:30 +0000 Subject: [PATCH 2326/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid OldLace; } nav { - background: SeaShell; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 9dabb0203e34ea05ec9a7b23f47eca89dd623e46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 03:42:31 +0000 Subject: [PATCH 2327/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1530cdc2ba485aa9d61b62b8789f124de7886d28 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 05:12:31 +0000 Subject: [PATCH 2328/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid White; } nav { - background: DarkSlateGray; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From eb1334df3d88c5a494d975efb592303e5300f4e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 05:57:31 +0000 Subject: [PATCH 2329/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid MediumVioletRed; } nav { - background: White; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 3276d48e7c15547f9798eb00a7a7e58490b715f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 09:42:30 +0000 Subject: [PATCH 2330/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6fa6d730599164e7de491f4a412f530ccd0d68a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 14:57:32 +0000 Subject: [PATCH 2331/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e6efaa0a67098004d9887676a532575be6c3f705 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 16:27:31 +0000 Subject: [PATCH 2332/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Fuchsia; } nav { - background: PaleVioletRed; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 05abcbc175831cdc4d936790f8e3740e2de96194 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 22:27:31 +0000 Subject: [PATCH 2333/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid DimGray; } nav { - background: Fuchsia; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From e6c0d32fa140103da00477fd4511c4f409f300bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 9 Dec 2022 23:12:30 +0000 Subject: [PATCH 2334/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid GreenYellow; } nav { - background: DimGray; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From cf12f2b4ebd9d0167bf1cd03b4957a290e4b0047 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 01:27:31 +0000 Subject: [PATCH 2335/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 709d8468f9f8aa3499fdfac36d8c2b4b7c0719f9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 05:57:30 +0000 Subject: [PATCH 2336/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Peru; } nav { - background: Gold; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 3c5c1df7fec2c2956c583f161a53931bf3859c9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 08:57:31 +0000 Subject: [PATCH 2337/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Magenta; } nav { - background: Peru; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From dee8b64c590ace9c85afbf9f12144ad3f1185c5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 09:42:31 +0000 Subject: [PATCH 2338/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid PaleTurquoise; } nav { - background: Magenta; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6bce6448fbd8836a384cb19ad02a149a7847328c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 11:57:31 +0000 Subject: [PATCH 2339/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid FireBrick; } nav { - background: PaleTurquoise; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From f34eeb80f28e38e24d045e8f571d5a97bcc89508 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 16:27:31 +0000 Subject: [PATCH 2340/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid LightSalmon; } nav { - background: FireBrick; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From fa2c7c00d678bbe86c23b2ebcea1eb1c462e878e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 18:42:30 +0000 Subject: [PATCH 2341/3211] KPT-22: Modals with DodgerBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DodgerBlue; } nav { - background: LightSalmon; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 795f454f764c268e60a17769a5234ef305ff4b2b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 20:57:30 +0000 Subject: [PATCH 2342/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Bisque; } nav { - background: DodgerBlue; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From f0dcd170ae0a388cb52931a30603717a6e02c366 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 10 Dec 2022 22:27:31 +0000 Subject: [PATCH 2343/3211] KPT-24: Update background color to MediumAquaMarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid MediumAquaMarine; } nav { - background: Bisque; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 34a0cc3263a8658555eee50f91c827664b52b6d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 02:57:32 +0000 Subject: [PATCH 2344/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid LightGray; } nav { - background: MediumAquaMarine; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 25ac3e3b63944336e48e14390d74dcb6dfb559b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 08:12:31 +0000 Subject: [PATCH 2345/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid LimeGreen; } nav { - background: LightGray; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From efa3cfa280651434272b932d69e468497f5bf485 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 12:42:31 +0000 Subject: [PATCH 2346/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Lavender; } nav { - background: LimeGreen; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From c61c66015c5e7995a38434e862f4cb1a014c1d60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 17:57:33 +0000 Subject: [PATCH 2347/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Moccasin; } nav { - background: Lavender; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 324e88b223d9de2e768a719ff8544ea197dc9c29 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 11 Dec 2022 20:57:31 +0000 Subject: [PATCH 2348/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid LightGreen; } nav { - background: Moccasin; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 76b9640a4dfb34377748f9223c65374a52705ccf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 01:27:30 +0000 Subject: [PATCH 2349/3211] KPT-22: Modals with Gainsboro accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Gainsboro; } nav { - background: LightGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 7160d7a047db90d612bb8aab47b75b51a553b82f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 02:12:30 +0000 Subject: [PATCH 2350/3211] KPT-24: Update background color to Maroon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 57798da6fd88c7dba3691990bdb2a952e530d72b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 05:57:31 +0000 Subject: [PATCH 2351/3211] KPT-22: Modals with Teal accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Teal; } nav { - background: Maroon; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 9e128b93a24c5b38859fd8c2b266882ef91a39ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 08:12:30 +0000 Subject: [PATCH 2352/3211] KPT-24: Update background color to MintCream --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid MintCream; } nav { - background: Teal; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 4e745c0ea4d89f2f93bb446c86a8d3616142e5ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 10:27:30 +0000 Subject: [PATCH 2353/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Tomato; } nav { - background: MintCream; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 49b04d7f248325f3300da2c30d2c74a7bc22daa2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 13:27:31 +0000 Subject: [PATCH 2354/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f6df0a1167fcab22b761c33bfffe0a24ba02d83b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 15:42:31 +0000 Subject: [PATCH 2355/3211] KPT-22: Modals with DarkSlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkSlateGrey; } nav { - background: Olive; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 49b1cc91609bb872b5ffd27d0c7e83e46cbddd73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 16:27:31 +0000 Subject: [PATCH 2356/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Fuchsia; } nav { - background: DarkSlateGrey; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 400312422cdfd806921283ff978ba662d2e91284 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 17:57:30 +0000 Subject: [PATCH 2357/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid GhostWhite; } nav { - background: Fuchsia; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From fae500be8610383bcdbd95b980324c2adcca425b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 19:27:31 +0000 Subject: [PATCH 2358/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid Snow; } nav { - background: GhostWhite; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From e78c2768cc5b7e1ae1ca41ce0bc0cb1972617c6e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 20:12:31 +0000 Subject: [PATCH 2359/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid LightPink; } nav { - background: Snow; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 4b8190349fda6e5ec6c8107854910f538b84c555 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 21:42:31 +0000 Subject: [PATCH 2360/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fd9486446dfe143eca911ec68ebe320ee06f3006 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 22:27:31 +0000 Subject: [PATCH 2361/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Gainsboro; } nav { - background: SpringGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From c217674f2a4f5d70318ed1f6cf91cb09b43b036b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 12 Dec 2022 23:12:31 +0000 Subject: [PATCH 2362/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid HoneyDew; } nav { - background: Gainsboro; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From baaae62be708200397bcd50d96d6c899443948cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 01:27:31 +0000 Subject: [PATCH 2363/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid LightSlateGrey; } nav { - background: HoneyDew; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 722e35fc60f258481b6f847c4a5b2f692e6f51e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 03:42:31 +0000 Subject: [PATCH 2364/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid CornflowerBlue; } nav { - background: LightSlateGrey; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From d3fe5c49b3f143dbc7f6cf3f5f043113456f6e13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 04:27:31 +0000 Subject: [PATCH 2365/3211] KPT-24: Update background color to IndianRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid IndianRed; } nav { - background: CornflowerBlue; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 2eca839f2806cc0418aecb96de69a8df48345910 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 05:12:31 +0000 Subject: [PATCH 2366/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid SlateGray; } nav { - background: IndianRed; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6f05090669f132daec3d3451c92ba22568e8e47e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 05:57:31 +0000 Subject: [PATCH 2367/3211] KPT-22: Modals with DarkSalmon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DarkSalmon; } nav { - background: SlateGray; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 296eec9906ae7ab64ec121fd375f203666df2a22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 09:42:31 +0000 Subject: [PATCH 2368/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2b67728ed406ef8c8fc6f64e1c910af5f731665a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 12:42:30 +0000 Subject: [PATCH 2369/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid HoneyDew; } nav { - background: Moccasin; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 364626469a9c28902bc77882060aa0d401c14542 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 17:57:32 +0000 Subject: [PATCH 2370/3211] KPT-22: Modals with DarkSalmon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid DarkSalmon; } nav { - background: HoneyDew; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 95bf99db7d256c0f0c670b1288eb6321d658400e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 13 Dec 2022 23:57:31 +0000 Subject: [PATCH 2371/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid GoldenRod; } nav { - background: DarkSalmon; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 36d8f908ef4025375a08ba928efc492a338b9a18 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 03:42:31 +0000 Subject: [PATCH 2372/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Gold; } nav { - background: GoldenRod; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From d123137728d3e1f8902adaaefc48d3771e525406 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 09:42:30 +0000 Subject: [PATCH 2373/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid Coral; } nav { - background: Gold; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 91c7f43afe5ae768c52ab9fa7dc2e0a6ca0e1aa4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 12:42:31 +0000 Subject: [PATCH 2374/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid MediumSeaGreen; } nav { - background: Coral; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7b09edb47d5470796f8ccecbb8338ce1b1129be5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 13:27:32 +0000 Subject: [PATCH 2375/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: MediumSeaGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b66b1b75e33ef4322785fe42e02ef664431fc3a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 15:42:31 +0000 Subject: [PATCH 2376/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LightGreen; } nav { - background: LightSeaGreen; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 7628c42ede64e3a0b19c48b0be0b7179cc87b587 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 16:27:30 +0000 Subject: [PATCH 2377/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f4f016c143d1efa40fbdcaa4317174c17a5fb0f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 14 Dec 2022 23:12:31 +0000 Subject: [PATCH 2378/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2547d4e00bcc2e45eccd9b1c9e2f91538f067f15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 00:42:30 +0000 Subject: [PATCH 2379/3211] KPT-22: Modals with FloralWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid FloralWhite; } nav { - background: SandyBrown; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From cfc135415b1af8727c36b830e7f62abc266270ce Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 01:27:30 +0000 Subject: [PATCH 2380/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d8970c89631e267a58493afcff35609b978d3b23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 02:57:31 +0000 Subject: [PATCH 2381/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid LavenderBlush; } nav { - background: NavajoWhite; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From ba67115a9ff312438f0f0ae1bd591293bc4c7d8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 06:42:30 +0000 Subject: [PATCH 2382/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightGreen; } nav { - background: LavenderBlush; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 918642e1f325fcaa582aa65e6d7cade887efa574 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 07:27:30 +0000 Subject: [PATCH 2383/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 29abea10222fa5ecae758f78111aece18bf95566 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 08:57:31 +0000 Subject: [PATCH 2384/3211] KPT-24: Update background color to DarkSalmon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid DarkSalmon; } nav { - background: Yellow; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 023f80bdd2a83a12d0ae25f48b72bceeb1d68664 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 11:57:31 +0000 Subject: [PATCH 2385/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid Orchid; } nav { - background: DarkSalmon; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 99af4d71c0849bc6249bcaea4d62d2af441d29ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 15 Dec 2022 17:57:32 +0000 Subject: [PATCH 2386/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid CornflowerBlue; } nav { - background: Orchid; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2743eab1b83cfe82059b7ef90cdf1680e1c2d8f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 00:42:30 +0000 Subject: [PATCH 2387/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Turquoise; } nav { - background: CornflowerBlue; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From f4eb945761d433718134305a16d9cf7d863af8db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 02:12:31 +0000 Subject: [PATCH 2388/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8d3bef70fd020acd38daf89081b38c6f20bc49b0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 07:27:31 +0000 Subject: [PATCH 2389/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid DodgerBlue; } nav { - background: LavenderBlush; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 77f269328dec5f91c9c29e532de46d53aed234f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 09:42:30 +0000 Subject: [PATCH 2390/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid Navy; } nav { - background: DodgerBlue; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 16f900acf78dac192008709845657f0282691dd1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 10:27:31 +0000 Subject: [PATCH 2391/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid SlateBlue; } nav { - background: Navy; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From bf55ead12351148c12a57546bbdc3e971b8a070f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 11:57:30 +0000 Subject: [PATCH 2392/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid RoyalBlue; } nav { - background: SlateBlue; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From ed8a931cc62663ca4286fc71efa31257f3d1cf21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 12:42:31 +0000 Subject: [PATCH 2393/3211] KPT-22: Modals with NavajoWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid NavajoWhite; } nav { - background: RoyalBlue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From a0a3c38f3bc02747ea3a238628ca4fb168f61f51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 14:12:30 +0000 Subject: [PATCH 2394/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Red; } nav { - background: NavajoWhite; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 94a3ef8863e42b602a137f20149671ba07d1720d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 14:57:30 +0000 Subject: [PATCH 2395/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightBlue; } nav { - background: Red; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From fc8ab8dbf02cc54ececfd7be4eba8c157d4d6dd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 17:57:31 +0000 Subject: [PATCH 2396/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Pink; } nav { - background: LightBlue; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 7a66205dd3e4a94d3e6145efa70baf117293521e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 18:42:31 +0000 Subject: [PATCH 2397/3211] KPT-24: Update background color to FloralWhite --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid FloralWhite; } nav { - background: Pink; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From a92ddf87fd2232a83da4c910d89e0eebb0c9ddb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 16 Dec 2022 21:42:30 +0000 Subject: [PATCH 2398/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Crimson; } nav { - background: FloralWhite; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From a35973b40ff1e14cd6eeab437775abd30f0a0ab4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 02:12:31 +0000 Subject: [PATCH 2399/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid YellowGreen; } nav { - background: Crimson; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 502cc549bf959c5f83162603416d38e7496dd1fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 08:12:31 +0000 Subject: [PATCH 2400/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Magenta; } nav { - background: YellowGreen; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 90e9330d663f5550938ea4f0df769ef2ad845f0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 08:57:30 +0000 Subject: [PATCH 2401/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightYellow; } nav { - background: Magenta; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 1bb8d25ec399751480255c6ad8eee6588c548932 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 16:27:31 +0000 Subject: [PATCH 2402/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid SlateBlue; } nav { - background: LightYellow; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9c50bba69dd39f1e5276c9be0ebb58cdf30c3d93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 17:57:32 +0000 Subject: [PATCH 2403/3211] KPT-22: Modals with LightGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid LightGreen; } nav { - background: SlateBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From a3c2516e1121f39049207d97afc3b762f092f1d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 18:42:31 +0000 Subject: [PATCH 2404/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 77488038205f40d43b7054280e65f574a0c3fce2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 20:57:30 +0000 Subject: [PATCH 2405/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid SandyBrown; } nav { - background: LightSkyBlue; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 4a1aaf1f1e3d79564921eaf23ce535cae51ca6e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 17 Dec 2022 22:27:30 +0000 Subject: [PATCH 2406/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid LightSkyBlue; } nav { - background: SandyBrown; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5163d726384e3746289f0236e14a14705b3020dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 02:12:31 +0000 Subject: [PATCH 2407/3211] KPT-24: Update background color to Snow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Snow; } nav { - background: LightSkyBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From df039392c185e5d65c8dd8b5c517834e75b9c002 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 03:42:30 +0000 Subject: [PATCH 2408/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid White; } nav { - background: Snow; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From c866c3d9a590709a50d6bb0f89a1b1a9105c2b7f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 05:12:30 +0000 Subject: [PATCH 2409/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid SlateGrey; } nav { - background: White; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 4464ba52b4aa30d87541e08ed35ab7d83538709e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 11:12:30 +0000 Subject: [PATCH 2410/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..0a77f9998160 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LemonChiffon; } nav { - background: SlateGrey; + background: LemonChiffon; display: flex; align-items: center; padding: 0 0.5rem; From ab33ed1035e732df487bdf2155b9371f438925b5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 17:12:30 +0000 Subject: [PATCH 2411/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0a77f9998160..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LemonChiffon; + border-top: 1px solid LimeGreen; } nav { - background: LemonChiffon; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From e9eba987a8936f03b717eda3429f037d6b0f0559 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 18:42:30 +0000 Subject: [PATCH 2412/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Aqua; } nav { - background: LimeGreen; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From be8b5c5e8edeec0d1dce692c9c93a11e24bf4123 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 22:27:30 +0000 Subject: [PATCH 2413/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid CadetBlue; } nav { - background: Aqua; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4d039c0b8b2999babcfcd598db3a5de6b7323de5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 18 Dec 2022 23:57:30 +0000 Subject: [PATCH 2414/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Magenta; } nav { - background: CadetBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From d851e5da46ef26b33dfd20fedaf2d2c531cfed01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 00:42:31 +0000 Subject: [PATCH 2415/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid DarkGrey; } nav { - background: Magenta; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 34c8f5f5b866090ca0b86a490fe493d2f6a43c37 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 01:27:31 +0000 Subject: [PATCH 2416/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1e86647e81e56f9487e5a8c2022b1f5f6c241b33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 04:27:31 +0000 Subject: [PATCH 2417/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid DarkTurquoise; } nav { - background: PaleTurquoise; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 93caab9b711aed6e81d912343f8a3bfa48304882 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 06:42:31 +0000 Subject: [PATCH 2418/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 539aa3f5e78e6662560ca0c3daba47f523210fed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 08:12:31 +0000 Subject: [PATCH 2419/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5db1397ce189efc1f648d70825b00f631dbffdd9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 13:27:31 +0000 Subject: [PATCH 2420/3211] KPT-22: Modals with DarkKhaki accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 01861df5480672641e97fb2861d8fbb76e9eb1fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 15:42:30 +0000 Subject: [PATCH 2421/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Lime; } nav { - background: DarkKhaki; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 34f021ef4b0db6377e3746ef1b4df5225fd53ea7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 17:12:30 +0000 Subject: [PATCH 2422/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5eccc6f1b4089818c2bdafab824b305d2fb9ace9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 18:42:31 +0000 Subject: [PATCH 2423/3211] KPT-22: Modals with Turquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Turquoise; } nav { - background: White; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From d5ca408cc5f85b676f70bab01d78cfbb0842edc5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 19:27:31 +0000 Subject: [PATCH 2424/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Fuchsia; } nav { - background: Turquoise; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 5a378eff9be00ed8cfcb35b642d531570d7a8e10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 19 Dec 2022 23:57:31 +0000 Subject: [PATCH 2425/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Navy; } nav { - background: Fuchsia; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From d34083dd03090017601b76a5854ab5b24da07e11 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 02:12:31 +0000 Subject: [PATCH 2426/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid SpringGreen; } nav { - background: Navy; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 112f4f6483cefc0799a3aa477d06454d50bb79a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 05:57:31 +0000 Subject: [PATCH 2427/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkMagenta; } nav { - background: SpringGreen; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From cf378bb831be693c0dd93a6a372361e367c19d1f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 08:57:31 +0000 Subject: [PATCH 2428/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid MintCream; } nav { - background: DarkMagenta; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 4edb2d90f3d35ee32720347f2f938a40d924b524 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 12:42:31 +0000 Subject: [PATCH 2429/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Plum; } nav { - background: MintCream; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 3e689aff4b2baa3388e860b8dbea11bd9c9acd13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 13:27:31 +0000 Subject: [PATCH 2430/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid Tan; } nav { - background: Plum; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From ca2b70884f426486a4cbedd02f9da9e62bd5f3ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 20:12:30 +0000 Subject: [PATCH 2431/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid MediumOrchid; } nav { - background: Tan; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 9bea0c2ec3f09672e8bcd8b49f730b387ed09511 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 20 Dec 2022 21:42:31 +0000 Subject: [PATCH 2432/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid Tomato; } nav { - background: MediumOrchid; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 0bc62b61bef039655d900e81179ef1ca1ae17d48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 04:27:30 +0000 Subject: [PATCH 2433/3211] KPT-24: Update background color to MediumBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid MediumBlue; } nav { - background: Tomato; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5f4445805ad5f3321b2c06931caa28c54d6a0988 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 05:12:31 +0000 Subject: [PATCH 2434/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b5df683c243c81aeebe83700a59dd36bed8c80a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 05:57:31 +0000 Subject: [PATCH 2435/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a0dcfc863a2d6e2727eda473929ebe4e978def4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 11:12:30 +0000 Subject: [PATCH 2436/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid Coral; } nav { - background: DarkOrchid; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From c90789447b287646aca0ce4ec4fff8ef9a2bf7d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 13:27:31 +0000 Subject: [PATCH 2437/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid PeachPuff; } nav { - background: Coral; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From b8e1a8185a9bf5eeab76de48454175c94f15649f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 14:12:30 +0000 Subject: [PATCH 2438/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid IndianRed; } nav { - background: PeachPuff; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 857d1757c9946fdd16c65f99180b65a7b95b066f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 14:57:31 +0000 Subject: [PATCH 2439/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Gainsboro; } nav { - background: IndianRed; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 736a90f55761cca30e100fbd0965902f66b2d47d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 21 Dec 2022 18:42:31 +0000 Subject: [PATCH 2440/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bd76f5dddd8a19e51462ac426928f9bacaa2d5fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 01:27:30 +0000 Subject: [PATCH 2441/3211] KPT-22: Modals with LawnGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LawnGreen; } nav { - background: DarkRed; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0acb1e8ee64935015c42d436e74fe6b3203f8695 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 02:57:32 +0000 Subject: [PATCH 2442/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LimeGreen; } nav { - background: LawnGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From b0216a592a95f0966bf5439a9431e9e6c742b3f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 10:27:31 +0000 Subject: [PATCH 2443/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid PaleTurquoise; } nav { - background: LimeGreen; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From d5a8fc79a6b429797419909dca6856ce086704f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 16:27:30 +0000 Subject: [PATCH 2444/3211] KPT-24: Update background color to Navy --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Navy; } nav { - background: PaleTurquoise; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From adbed238db61b190ccf49b627d36f9c04c66eda9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 22 Dec 2022 20:12:31 +0000 Subject: [PATCH 2445/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid IndianRed; } nav { - background: Navy; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 5febc96b447417b0e0675fa08426343eaa537e19 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 02:57:31 +0000 Subject: [PATCH 2446/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid CadetBlue; } nav { - background: IndianRed; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From 98d6d1b081418da3e112249eb3c613076b78dfa8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 05:12:30 +0000 Subject: [PATCH 2447/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid DeepPink; } nav { - background: CadetBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 20fc88f3f539f2b8aa398189720c4f907b413b21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 06:42:30 +0000 Subject: [PATCH 2448/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid MediumAquaMarine; } nav { - background: DeepPink; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 7d475f6ee869ba7e7a92dfe6e82d2f4e611171b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 07:27:31 +0000 Subject: [PATCH 2449/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkKhaki; } nav { - background: MediumAquaMarine; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From dcdb59bba0f48d57f781b14c0a2a92c9d478483c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 08:12:30 +0000 Subject: [PATCH 2450/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Sienna; } nav { - background: DarkKhaki; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 43f992ff8533d4c8a0965ea5b5e9542d1e273b13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 08:57:30 +0000 Subject: [PATCH 2451/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid SaddleBrown; } nav { - background: Sienna; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 898dba4ebb38fc177c6d67083bdcadf78c83710e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 11:12:30 +0000 Subject: [PATCH 2452/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Azure; } nav { - background: SaddleBrown; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 2b9e7d328e8f4bf9667094e93c1d7150802b0aed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 11:57:30 +0000 Subject: [PATCH 2453/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Aqua; } nav { - background: Azure; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 44168bb60034c5bde7c0f7f78541208e2b184d5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 12:42:30 +0000 Subject: [PATCH 2454/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid DarkOliveGreen; } nav { - background: Aqua; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 44bcc9f8641c6c5679426fffadca4dc88e3ee60e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 16:27:30 +0000 Subject: [PATCH 2455/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Indigo; } nav { - background: DarkOliveGreen; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 6035f7ae3b804ac840be48a1c3a8998a7012bb0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 21:42:30 +0000 Subject: [PATCH 2456/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8937b3e58ec5505acd82bc800f79294eff07b1bb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 22:27:31 +0000 Subject: [PATCH 2457/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkSalmon; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 76f01adef30dbbb44df8c53dfde78da2a4e99a8c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 23 Dec 2022 23:57:32 +0000 Subject: [PATCH 2458/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightGoldenRodYellow; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From eb720311810003f5cbaa9b9c52c9a24482ba16af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 00:42:30 +0000 Subject: [PATCH 2459/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid FloralWhite; } nav { - background: DarkSlateBlue; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From accd2b688dfa7cfcef9dde9147bb9aa7ec66ea50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 08:12:30 +0000 Subject: [PATCH 2460/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid BurlyWood; } nav { - background: FloralWhite; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From e64e54fef950389d2cceb40b22bfd6b7715da10b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 09:42:31 +0000 Subject: [PATCH 2461/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid WhiteSmoke; } nav { - background: BurlyWood; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From ddc9ca2a3da214a71e7b4be8c80a4966d2e565c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 10:27:31 +0000 Subject: [PATCH 2462/3211] KPT-24: Update background color to Cornsilk --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Cornsilk; } nav { - background: WhiteSmoke; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From a30b32ca82592cfde553cd4ef255120ad48575f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 15:42:31 +0000 Subject: [PATCH 2463/3211] KPT-24: Update background color to LightBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightBlue; } nav { - background: Cornsilk; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From b70a0023da37a85c82b718b0e34389f5ac1ca41d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 18:42:31 +0000 Subject: [PATCH 2464/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid RebeccaPurple; } nav { - background: LightBlue; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From e088d112972568246e5141f339ce5e88ade54444 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 19:27:30 +0000 Subject: [PATCH 2465/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Peru; } nav { - background: RebeccaPurple; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From f9ee9b4124aa4dcbe790f1de5a211743c8c70aa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 24 Dec 2022 20:12:31 +0000 Subject: [PATCH 2466/3211] KPT-22: Modals with LightBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid LightBlue; } nav { - background: Peru; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From a36024f06a9ad88564054cbb495499dfd37cf41a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 01:27:31 +0000 Subject: [PATCH 2467/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid Coral; } nav { - background: LightBlue; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 392233cf4d5fdb937610294177ddf0977b694b4d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 02:57:31 +0000 Subject: [PATCH 2468/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid SkyBlue; } nav { - background: Coral; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9ac003c1372dff945e7033b8bd61e797f8717374 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 07:27:30 +0000 Subject: [PATCH 2469/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Magenta; } nav { - background: SkyBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 7c27411efbc9eb03dd4032c6850afff950d73a97 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 08:57:30 +0000 Subject: [PATCH 2470/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LawnGreen; } nav { - background: Magenta; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5853201976abd2dda5a08c0cbe40d63caf01cf69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 12:42:31 +0000 Subject: [PATCH 2471/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid DarkRed; } nav { - background: LawnGreen; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 273142a3b7a1f3afd9d1f1c474d696529a3ee3ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 14:57:30 +0000 Subject: [PATCH 2472/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid GoldenRod; } nav { - background: DarkRed; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 85b78ee355e8164fe5f4e2edc499cc4e4d6cf36b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 15:42:30 +0000 Subject: [PATCH 2473/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid MediumAquaMarine; } nav { - background: GoldenRod; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 9aab9c0ce69feced64c405b72a04be0c9599e339 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 25 Dec 2022 19:27:30 +0000 Subject: [PATCH 2474/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid HotPink; } nav { - background: MediumAquaMarine; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 5166cbc8e127d74667ca5c5af4018c98be4daff8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 01:27:30 +0000 Subject: [PATCH 2475/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid PaleGoldenRod; } nav { - background: HotPink; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d21388c7a5a0b720d3669f834253dcc6e0f18227 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 03:42:30 +0000 Subject: [PATCH 2476/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid SeaGreen; } nav { - background: PaleGoldenRod; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 28815ab0e2998bb14a90bc1b175254172c0cf685 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 10:27:31 +0000 Subject: [PATCH 2477/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Sienna; } nav { - background: SeaGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 3c4b99758bfee6ff9478d38a4752bd3f219aab7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 12:42:30 +0000 Subject: [PATCH 2478/3211] KPT-24: Update background color to Gray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Gray; } nav { - background: Sienna; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From fb29751405e6d472f839666d57b98cb9010c7815 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 13:27:30 +0000 Subject: [PATCH 2479/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2be0ab196797534ff9ea31174e027ddcc99c3d69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 15:42:30 +0000 Subject: [PATCH 2480/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid MediumSeaGreen; } nav { - background: SlateGrey; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 295fe7bfdb121a7835aa1e6a67199bdb7b4be505 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 17:57:32 +0000 Subject: [PATCH 2481/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 10abff25e6fd6830fc63d644ca71692b5c8a6252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 20:12:31 +0000 Subject: [PATCH 2482/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6d53d18a3a643c1c81b7ae051e31c2eef62c3b51 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 20:57:31 +0000 Subject: [PATCH 2483/3211] KPT-22: Modals with LightSalmon accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 38f8eda34268d2ceb85cfaaee8bf36d173928dfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 21:42:31 +0000 Subject: [PATCH 2484/3211] KPT-24: Update background color to Thistle --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Thistle; } nav { - background: LightSalmon; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From f19c3f73ff70349d4f384435801b52a2afb5cc78 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 26 Dec 2022 22:27:31 +0000 Subject: [PATCH 2485/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid MidnightBlue; } nav { - background: Thistle; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 7c58a7b1ef2f34b765f740a0342434d5efa6e770 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 08:12:31 +0000 Subject: [PATCH 2486/3211] KPT-24: Update background color to Coral --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 08b0f40372af9816d619ff733af8b0b2e9903bb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 11:12:31 +0000 Subject: [PATCH 2487/3211] KPT-24: Update background color to LawnGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LawnGreen; } nav { - background: Coral; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From d561c8751d5e23485ae02fb902a618f99126898a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 12:42:31 +0000 Subject: [PATCH 2488/3211] KPT-24: Update background color to LavenderBlush --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid LavenderBlush; } nav { - background: LawnGreen; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From a3c46613954ff22376b4cafa899a78850abce6b8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 13:27:30 +0000 Subject: [PATCH 2489/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid SeaShell; } nav { - background: LavenderBlush; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 4dc7ffcacfc4729ecf8ea4b7b0cdd9ad9cad3da8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 16:27:31 +0000 Subject: [PATCH 2490/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Teal; } nav { - background: SeaShell; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 16d95f736e3960d4fc63e55eee76f1246470ba36 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 17:57:33 +0000 Subject: [PATCH 2491/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Grey; } nav { - background: Teal; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From e316c96190c61059d4c552d3271c564656bc9c9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 27 Dec 2022 22:27:31 +0000 Subject: [PATCH 2492/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid BlanchedAlmond; } nav { - background: Grey; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From a7e78e80bbcaa498c4e16d688881f2c50dc08871 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 02:57:31 +0000 Subject: [PATCH 2493/3211] KPT-24: Update background color to DarkOrange --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid DarkOrange; } nav { - background: BlanchedAlmond; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From a0d5cddd8894ec4bb7ea6760922ed1cf95c82aa4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 05:12:31 +0000 Subject: [PATCH 2494/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Azure; } nav { - background: DarkOrange; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 2bc08ba720b1249e77ace8578b451da5fb332bf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 05:57:32 +0000 Subject: [PATCH 2495/3211] KPT-22: Modals with SandyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid SandyBrown; } nav { - background: Azure; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 5318563664f8ce26431a21fb5996adb98d728664 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 08:57:31 +0000 Subject: [PATCH 2496/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkOrchid; } nav { - background: SandyBrown; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1b7029e0f6b128b8c4372e85155ad88689fd004d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 28 Dec 2022 14:12:31 +0000 Subject: [PATCH 2497/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkOrchid; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From af08e685f5ab19d1965497ba21ccbe62c50337f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 01:27:30 +0000 Subject: [PATCH 2498/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Wheat; } nav { - background: DarkTurquoise; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From d6e88bbba59c836bd25f4e21c505dddf1deea738 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 05:12:30 +0000 Subject: [PATCH 2499/3211] KPT-24: Update background color to LightSlateGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid LightSlateGrey; } nav { - background: Wheat; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1d868a1304ed8b7afad84ceb6f714650ae02426c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 07:27:31 +0000 Subject: [PATCH 2500/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid LightYellow; } nav { - background: LightSlateGrey; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 28872ae59f2464eed8bc6c691c95b377d0a51385 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 14:12:31 +0000 Subject: [PATCH 2501/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a5e9117d17c9d19a2fd5f9809febb47c9372f8a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 17:12:31 +0000 Subject: [PATCH 2502/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid OldLace; } nav { - background: Salmon; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From ab99aaae979397a8b6b4621c06ccd5adad73dffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 18:42:30 +0000 Subject: [PATCH 2503/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid PaleGoldenRod; } nav { - background: OldLace; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 06ab2fc3e84675b98fcfb359b729c8e2fa26d1fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 29 Dec 2022 23:57:31 +0000 Subject: [PATCH 2504/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DarkViolet; } nav { - background: PaleGoldenRod; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From 25d2e4e8405423b4a1b7ce99bf11a21be75a35fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 05:12:30 +0000 Subject: [PATCH 2505/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Beige; } nav { - background: DarkViolet; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From f8ea34312f07412c59fbee864795a85c99270d75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 05:57:30 +0000 Subject: [PATCH 2506/3211] KPT-24: Update background color to DarkGoldenRod --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid DarkGoldenRod; } nav { - background: Beige; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From aa503fc856450a46d340762dbdfe49eab5039bae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 08:12:30 +0000 Subject: [PATCH 2507/3211] KPT-22: Modals with MediumSeaGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumSeaGreen; } nav { - background: DarkGoldenRod; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f5f22b88cfb72b79393962e97b9c570d1d603618 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 08:57:31 +0000 Subject: [PATCH 2508/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkGrey; } nav { - background: MediumSeaGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From eba6c7b9b3b2550c00865e34ee3e9f7b99977a4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 11:12:30 +0000 Subject: [PATCH 2509/3211] KPT-22: Modals with LightYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid LightYellow; } nav { - background: DarkGrey; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 58da21a00fa4a0fd63938cdaf4be5674ffa61caf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 14:57:32 +0000 Subject: [PATCH 2510/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid DarkSlateGray; } nav { - background: LightYellow; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 840f0c61d8ec044b56217188ae52061f189c8dd2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 30 Dec 2022 23:12:30 +0000 Subject: [PATCH 2511/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid Linen; } nav { - background: DarkSlateGray; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From 6bbdce883130d4d30a6c1b7c86943aa3556ee6bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 01:27:30 +0000 Subject: [PATCH 2512/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8a80c6dbd86354eb88555ac8278845485bd9d16f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 06:42:30 +0000 Subject: [PATCH 2513/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid WhiteSmoke; } nav { - background: DarkSlateBlue; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 0d2c0aba9982b6d161c069770bdfc75645a34b4b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 09:42:31 +0000 Subject: [PATCH 2514/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Ivory; } nav { - background: WhiteSmoke; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 4325e99e272c65b199b66c8b185d06b2fef1971a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 17:57:31 +0000 Subject: [PATCH 2515/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid GreenYellow; } nav { - background: Ivory; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From dcf43a4eea016037944bfc1868cb49912696ac10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 31 Dec 2022 21:42:30 +0000 Subject: [PATCH 2516/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid SlateGrey; } nav { - background: GreenYellow; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 0558851ce72c697ff59a656a4fd958ee27c1885b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 02:12:31 +0000 Subject: [PATCH 2517/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid Teal; } nav { - background: SlateGrey; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 1beb69447104d2b73473c86ae439f49a71dc78df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 03:42:31 +0000 Subject: [PATCH 2518/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid NavajoWhite; } nav { - background: Teal; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From d54d6d543d1535604f647bc832b7285339347d14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 05:12:31 +0000 Subject: [PATCH 2519/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 58e96e1600a54833c73e89a99fc8aba77c5e19d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 08:12:30 +0000 Subject: [PATCH 2520/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 543ffd4d2c879193ee134151218769c5f107dd3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 15:42:30 +0000 Subject: [PATCH 2521/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 dde6cfa8ec676244a61d9d6fd6ad2090ef8292da Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 16:27:30 +0000 Subject: [PATCH 2522/3211] KPT-22: Modals with Turquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Navy; + border-top: 1px solid Turquoise; } nav { - background: Navy; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 56007b22a3ce9d59eabe89a9566b6301436df884 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 19:27:32 +0000 Subject: [PATCH 2523/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Beige; } nav { - background: Turquoise; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From a7d7a279df856ddf967b6c22d6c78ccf38ed994f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 22:27:30 +0000 Subject: [PATCH 2524/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid Magenta; } nav { - background: Beige; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 3becaec16b79b6842980af5ff1436ee1fbf7d1fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 23:12:30 +0000 Subject: [PATCH 2525/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightYellow; } nav { - background: Magenta; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3d6507019e6c296473e32f2c338df1bdcdc434d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 1 Jan 2023 23:57:31 +0000 Subject: [PATCH 2526/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Blue; } nav { - background: LightYellow; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From c38ec66882f844b23f6a7f8ae72d009b790fa319 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 03:42:30 +0000 Subject: [PATCH 2527/3211] KPT-22: Modals with Thistle accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Thistle; } nav { - background: Blue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From c2cbeaf5944a22e39b3de014996dd36fd51dfd62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 06:42:31 +0000 Subject: [PATCH 2528/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkSalmon; } nav { - background: Thistle; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e269e9e0e5749465d7460ba1064a6ddcbc816e5d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 10:27:30 +0000 Subject: [PATCH 2529/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid ForestGreen; } nav { - background: DarkSalmon; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 47a9e5178a1ff68c7c4a71572dc71d7e8cd37b26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 14:12:30 +0000 Subject: [PATCH 2530/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkGoldenRod; } nav { - background: ForestGreen; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From c7c18755361d1a1cee3c2f7d9e2a76dc81fb5225 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 2 Jan 2023 14:57:30 +0000 Subject: [PATCH 2531/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Cornsilk; } nav { - background: DarkGoldenRod; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 768af554f1cdd7cd3dc3ee1110dd7e487c58e41f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 05:57:30 +0000 Subject: [PATCH 2532/3211] KPT-22: Modals with Tomato accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Tomato; } nav { - background: Cornsilk; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 9c6bc68fdd68d4118d28941cb57b0fe90db32869 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 06:42:31 +0000 Subject: [PATCH 2533/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid PowderBlue; } nav { - background: Tomato; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 108e22adec4780b17cec748faa35bf8e3f8f8581 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 08:12:30 +0000 Subject: [PATCH 2534/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid Chartreuse; } nav { - background: PowderBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From ee3dfaafb902be4d1d369991c78edb0f516a6bf2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 09:42:30 +0000 Subject: [PATCH 2535/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid ForestGreen; } nav { - background: Chartreuse; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4c030c9cf1e80183583f97d5c30aa258d681fe75 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 14:12:31 +0000 Subject: [PATCH 2536/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkGrey; } nav { - background: ForestGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From ccc43e5b8b0aacec7b1c6d9694d2880be88c91f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 17:57:30 +0000 Subject: [PATCH 2537/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid Azure; } nav { - background: DarkGrey; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 9022fb2ac592aa5f7c8dd8eadba23004383b240d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 20:57:30 +0000 Subject: [PATCH 2538/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid Gainsboro; } nav { - background: Azure; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 583d887f1cc6cbc12ad722f95b954d9e5897d5af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 23:12:30 +0000 Subject: [PATCH 2539/3211] KPT-22: Modals with Orange accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Orange; } nav { - background: Gainsboro; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 1456fa43b7d68e387603a54fe365883319f9c824 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 3 Jan 2023 23:57:30 +0000 Subject: [PATCH 2540/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid DarkOliveGreen; } nav { - background: Orange; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 637be5078f58cc474396e907f9d3ce09eb499c8a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 01:27:30 +0000 Subject: [PATCH 2541/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0e6e05ac4f33ff161b41f519f0bf042f69881764 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 02:12:30 +0000 Subject: [PATCH 2542/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid OldLace; } nav { - background: Tomato; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 942327e53972e4ccab7dc934dc73f95189d37f9c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 03:42:30 +0000 Subject: [PATCH 2543/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid SeaGreen; } nav { - background: OldLace; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From b89a2c62dcec3e096494598b0aa634389a4951d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 04:27:30 +0000 Subject: [PATCH 2544/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkCyan; } nav { - background: SeaGreen; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 0585b4312ef1cffd695355b56a4e3e01453cf8eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 10:27:30 +0000 Subject: [PATCH 2545/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid LavenderBlush; } nav { - background: DarkCyan; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From b259faf3097f459479f8477fd07e7b9dea170137 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 12:42:31 +0000 Subject: [PATCH 2546/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid FloralWhite; } nav { - background: LavenderBlush; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From a93019bee69eed1714b4a22c77e8e91bfc94de85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 13:27:30 +0000 Subject: [PATCH 2547/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid HoneyDew; } nav { - background: FloralWhite; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 74135fea62a89da7ebc9b417cae26a54584d18d2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 14:12:30 +0000 Subject: [PATCH 2548/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid Orchid; } nav { - background: HoneyDew; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From e5ef26fd8d140d02ae932e104d76af6d63b9c0d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 14:57:31 +0000 Subject: [PATCH 2549/3211] KPT-22: Modals with BlueViolet accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid BlueViolet; } nav { - background: Orchid; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 9b7d8b27808afe3e2428834ff3ba9f0acd8d07b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 17:57:30 +0000 Subject: [PATCH 2550/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ab24f28737d79d3bdb198d72da12d76cf82c9e03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 4 Jan 2023 20:12:30 +0000 Subject: [PATCH 2551/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid Ivory; } nav { - background: RoyalBlue; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 5fe677ffb06e4955621c289f78d96571bc9b4916 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 01:27:30 +0000 Subject: [PATCH 2552/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Blue; } nav { - background: Ivory; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 6a5d8ef420a9ae04457385adedf5be2da675744e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 09:42:30 +0000 Subject: [PATCH 2553/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: Blue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8aaab189f545de62b86b8ae5672f1f5aac82dddd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 10:27:30 +0000 Subject: [PATCH 2554/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..02795f4f8e2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 98379c3d78e1193dafb2a1cc0b14de21a1b4f9fe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 11:12:30 +0000 Subject: [PATCH 2555/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 02795f4f8e2b..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGray; + border-top: 1px solid OldLace; } nav { - background: DarkGray; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 1a3fbb3e5018951ee41abc4b7817f4ff91448b6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 12:42:30 +0000 Subject: [PATCH 2556/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid ForestGreen; } nav { - background: OldLace; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From afb331ffe5147d0ec858933bfb3540ec891cafad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 14:57:31 +0000 Subject: [PATCH 2557/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid PaleVioletRed; } nav { - background: ForestGreen; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 38da02d99b3579b27a6ca6f3d271ec399b06a588 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 16:27:31 +0000 Subject: [PATCH 2558/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Blue; } nav { - background: PaleVioletRed; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From ec5108c7cd3633fec67a52954ae1e0f398270464 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 17:12:30 +0000 Subject: [PATCH 2559/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e017e8c5e09aa80c9dc34544336e2635bf6c55f3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 17:57:31 +0000 Subject: [PATCH 2560/3211] KPT-22: Modals with PaleVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a4d11e23d9cb7f739e4df8015b39ff72fdc003e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 22:27:30 +0000 Subject: [PATCH 2561/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightSkyBlue; } nav { - background: PaleVioletRed; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 624f18c1971ec02369d67e0d9e304caff5aec371 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 5 Jan 2023 23:57:31 +0000 Subject: [PATCH 2562/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid OrangeRed; } nav { - background: LightSkyBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From b45da825043aedfd5eeae5a4d623c003ba9feb9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 02:57:31 +0000 Subject: [PATCH 2563/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4dff5ce52c305dd1031fd99c745c330829113b58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 08:12:30 +0000 Subject: [PATCH 2564/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Plum; } nav { - background: Maroon; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 229a7d6408e08a949198853c0dc317481d8c4fa7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 09:42:30 +0000 Subject: [PATCH 2565/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid WhiteSmoke; } nav { - background: Plum; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 7fa0149c810e51e1c8524d50574a20c79da2a160 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 10:27:30 +0000 Subject: [PATCH 2566/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Aquamarine; } nav { - background: WhiteSmoke; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 677670eaa96c3a9a3b0490c40d4c5231cdce59e6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 14:57:30 +0000 Subject: [PATCH 2567/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid SaddleBrown; } nav { - background: Aquamarine; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 9a0808826f9643a125988cf37175827a98ff2909 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 17:57:31 +0000 Subject: [PATCH 2568/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid AliceBlue; } nav { - background: SaddleBrown; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 68ddc62f7eab5fa238a96997e68b76a3630b3346 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 20:57:31 +0000 Subject: [PATCH 2569/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Cornsilk; } nav { - background: AliceBlue; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 3336006893e9e1c2931b34b5b4cbc11c53643c95 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 6 Jan 2023 21:42:30 +0000 Subject: [PATCH 2570/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Lime; } nav { - background: Cornsilk; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From 81acc3780ccdc3c60a4e67b443cef04b9439e5a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 01:27:31 +0000 Subject: [PATCH 2571/3211] KPT-24: Update background color to MediumOrchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid MediumOrchid; } nav { - background: Lime; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 5e9c2e157d256e6c044c9d43e711a0ea037d5b16 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 06:42:31 +0000 Subject: [PATCH 2572/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkSalmon; } nav { - background: MediumOrchid; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 5081063e5ad54203457e1445706806df36dad9d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 07:27:30 +0000 Subject: [PATCH 2573/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid SeaShell; } nav { - background: DarkSalmon; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 1821012141d6e0385557782bd68da1e057978d49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 17:57:31 +0000 Subject: [PATCH 2574/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid DarkRed; } nav { - background: SeaShell; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 78b8d0ce4f237aef82ff2d1bf483f1c2d8e10259 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 19:27:31 +0000 Subject: [PATCH 2575/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 021f140ac9aaf86e9c206d5daf7d9ec3305fa473 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 22:27:30 +0000 Subject: [PATCH 2576/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Gold; } nav { - background: Sienna; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 06d2ac365009f8d255fb941585187435171151e5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 7 Jan 2023 23:12:30 +0000 Subject: [PATCH 2577/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkViolet; } nav { - background: Gold; + background: DarkViolet; display: flex; align-items: center; padding: 0 0.5rem; From da4b9090e13072142287053e63c016597ec00b6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 01:27:30 +0000 Subject: [PATCH 2578/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid PaleGoldenRod; } nav { - background: DarkViolet; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 95c12ac41a42cb630f915c69836285a6035007f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 02:57:31 +0000 Subject: [PATCH 2579/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid LightSteelBlue; } nav { - background: PaleGoldenRod; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From dde4031ea4fc29741f7403ae70d60d43b371c0ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 03:42:30 +0000 Subject: [PATCH 2580/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightCyan; } nav { - background: LightSteelBlue; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 6927c728666ff82439dcc57824d9844e3c9753c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 04:27:31 +0000 Subject: [PATCH 2581/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid LightSalmon; } nav { - background: LightCyan; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 37be5c30b716d8950ca3a00f8a2fdc38ebcfac13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 13:27:30 +0000 Subject: [PATCH 2582/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid SkyBlue; } nav { - background: LightSalmon; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d04343e94423f28e82b18d5473d6aad3ed6a6428 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 14:57:30 +0000 Subject: [PATCH 2583/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e02a64f917eddb2d8d32bca58d683440c055ea57 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 16:27:31 +0000 Subject: [PATCH 2584/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Aquamarine; } nav { - background: SlateBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 23a1c62b9505b53d19f7bf87b42def3febd1f072 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 17:57:31 +0000 Subject: [PATCH 2585/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid MediumTurquoise; } nav { - background: Aquamarine; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 61c0386f332b880323e3b4db6b04a071f29202c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 19:27:30 +0000 Subject: [PATCH 2586/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e933d7bf92c4053ca50f64397c6cd0677cb52712 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 21:42:30 +0000 Subject: [PATCH 2587/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid PeachPuff; } nav { - background: Aquamarine; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 084c42f0467d5d8ee15ca22e30eef28ea0c8c2a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 8 Jan 2023 22:27:30 +0000 Subject: [PATCH 2588/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Aquamarine; } nav { - background: PeachPuff; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From d6e9761c7bd2f1cb5f903ee696511b1199bec742 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 00:42:30 +0000 Subject: [PATCH 2589/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid LightSlateGray; } nav { - background: Aquamarine; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 31c836d47158bcb1046c6451c635a32441b4e2cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 02:12:31 +0000 Subject: [PATCH 2590/3211] KPT-22: Modals with GreenYellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid GreenYellow; } nav { - background: LightSlateGray; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6f086793007c18ea7166a91e2b52f3f6e70dee15 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 05:12:30 +0000 Subject: [PATCH 2591/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid CornflowerBlue; } nav { - background: GreenYellow; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 6f43b52130edf8488ad1da6cf37fad89a406be6a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 06:42:31 +0000 Subject: [PATCH 2592/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 37e3f17fba701df31bdae0e9d9834a62126d1742 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 08:57:31 +0000 Subject: [PATCH 2593/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid Red; } nav { - background: Wheat; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 2400a285b2605a8a502a1774c8fce04ec354be86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 14:57:31 +0000 Subject: [PATCH 2594/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Tomato; } nav { - background: Red; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 9928c9cdab6d6f9e2e3808a5e84e6befcbfd4e50 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 17:12:30 +0000 Subject: [PATCH 2595/3211] KPT-22: Modals with DeepPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DeepPink; } nav { - background: Tomato; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 395d90c38e2a23065a6e3aba994d631ab5743ac1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 17:57:32 +0000 Subject: [PATCH 2596/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid WhiteSmoke; } nav { - background: DeepPink; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 1a0a47ddbe3b46d4664fd032478069d92a9c2e66 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 21:42:30 +0000 Subject: [PATCH 2597/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid DarkSalmon; } nav { - background: WhiteSmoke; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 9bdd7d9716829f14d4aaef57ae11459f9a479012 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 9 Jan 2023 23:57:31 +0000 Subject: [PATCH 2598/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSalmon; + border-top: 1px solid MediumOrchid; } nav { - background: DarkSalmon; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 84f7006c88b805aec2421e4b265fbf2939c0e81d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 02:12:30 +0000 Subject: [PATCH 2599/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid FloralWhite; } nav { - background: MediumOrchid; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From d8dff6c54d7503d0e75ecfb333794e3ba51a0a73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 02:57:31 +0000 Subject: [PATCH 2600/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Orange; } nav { - background: FloralWhite; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 07333fc1d761de7c2ff5e45a58ad710c967380e8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 04:27:30 +0000 Subject: [PATCH 2601/3211] KPT-24: Update background color to PaleGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid PaleGreen; } nav { - background: Orange; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From b222161ae725749e9a39a5cf54567d3030675b14 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 13:27:30 +0000 Subject: [PATCH 2602/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e4c30c990c82f090e55ee15b4a977ad5318ff211 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 16:27:31 +0000 Subject: [PATCH 2603/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid LimeGreen; } nav { - background: YellowGreen; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5e1f6b078697eb11431bab2d88b041f48aa9fbdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 10 Jan 2023 17:57:31 +0000 Subject: [PATCH 2604/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Gold; } nav { - background: LimeGreen; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 7ae2bf567da6b7c28e37bd626eeb86a3eb8331fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 01:27:30 +0000 Subject: [PATCH 2605/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid MediumSpringGreen; } nav { - background: Gold; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 440641ace2a18577f681c9c3133de81147a86bc2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 04:27:30 +0000 Subject: [PATCH 2606/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightYellow; } nav { - background: MediumSpringGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 8db1c7c2121357d733a99c2d73e63222dbc400fa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 05:12:30 +0000 Subject: [PATCH 2607/3211] KPT-24: Update background color to Orchid --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Orchid; } nav { - background: LightYellow; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From d7a75bf83aff782f47bd74b3d579eef43ded2fb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 05:57:31 +0000 Subject: [PATCH 2608/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid DarkSalmon; } nav { - background: Orchid; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From e2dccbdfa3453c6187221ae5eef02407f5074e60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 09:42:30 +0000 Subject: [PATCH 2609/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fb42d8114d6faf807242848f10a445d5cc04e4e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 11:12:30 +0000 Subject: [PATCH 2610/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid MediumTurquoise; } nav { - background: Grey; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 432fa5fc53612fc6bd431509ab260283d9e0ab46 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 13:27:30 +0000 Subject: [PATCH 2611/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid Gainsboro; } nav { - background: MediumTurquoise; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 3d874dd32d72eaac3d0e63674c2196da6eefe610 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 11 Jan 2023 22:27:30 +0000 Subject: [PATCH 2612/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Sienna; } nav { - background: Gainsboro; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 38f22f31e21338d004f9fe4645aea81f4a4fccd4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 02:57:31 +0000 Subject: [PATCH 2613/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid Violet; } nav { - background: Sienna; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From 2bed6a2f9d8f27fe3c225c4058d6135f887ecbf0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 04:27:30 +0000 Subject: [PATCH 2614/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid Orange; } nav { - background: Violet; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 3dddeaadc2092b3e9841a7c65f13dfe8a78e6cac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 11:12:31 +0000 Subject: [PATCH 2615/3211] KPT-22: Modals with DarkKhaki accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6c7691ace33ffb62f8fe9833a4d1d74852c01b41 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 11:57:31 +0000 Subject: [PATCH 2616/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Purple; } nav { - background: DarkKhaki; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From f8e92153b16e7a4ab621adbc80db55a1c153752d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 14:12:30 +0000 Subject: [PATCH 2617/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid DarkOrchid; } nav { - background: Purple; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 7b85b86d9b7646f2bd74b959ea49b5713327ce3b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 17:57:30 +0000 Subject: [PATCH 2618/3211] KPT-22: Modals with CornflowerBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 017f2c39f15b3f62dd3c89faf700d2d237ef9843 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 20:12:30 +0000 Subject: [PATCH 2619/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..ec2e59e70439 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkOrchid; } nav { - background: CornflowerBlue; + background: DarkOrchid; display: flex; align-items: center; padding: 0 0.5rem; From b6dc81a19d69c89536bc34499a50093d54f7ceb1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 12 Jan 2023 20:57:32 +0000 Subject: [PATCH 2620/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec2e59e70439..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrchid; + border-top: 1px solid SlateGray; } nav { - background: DarkOrchid; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From cf2b298400286189bc76edaea8ff969f34562d74 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 00:42:30 +0000 Subject: [PATCH 2621/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid OliveDrab; } nav { - background: SlateGray; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From ca3c9e507fb4a70aaf22d7e0e8f6033bea19d163 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 02:57:31 +0000 Subject: [PATCH 2622/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid DarkSlateGray; } nav { - background: OliveDrab; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 8142996df3b289fdd05fdffd23759d1060e7c82a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 03:42:30 +0000 Subject: [PATCH 2623/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 16c1a16adcc2612328ad5864fc204d890172ebaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 04:27:30 +0000 Subject: [PATCH 2624/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid OrangeRed; } nav { - background: PaleTurquoise; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 1a9ff31ebb5a394460c74f30dcbf8ec4af3d633d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 05:57:31 +0000 Subject: [PATCH 2625/3211] KPT-22: Modals with SteelBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid SteelBlue; } nav { - background: OrangeRed; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 72ed2beab6de7888792bd2449ffa278664451ea7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 06:42:30 +0000 Subject: [PATCH 2626/3211] KPT-24: Update background color to DarkGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid DarkGrey; } nav { - background: SteelBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From 28fd094fb949763f1205708e8ec32153ee057aae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 07:27:30 +0000 Subject: [PATCH 2627/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkGrey; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 4b25612255efcd09b36cf89f520644da958e98f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 08:57:31 +0000 Subject: [PATCH 2628/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 11b7a633f3638fe49cbcc583a0fec06a80151284 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 11:57:31 +0000 Subject: [PATCH 2629/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Peru; } nav { - background: Cornsilk; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 0221f54e5bec35cb6e7a74a4ac6fcb9fa2d76356 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 13 Jan 2023 23:57:30 +0000 Subject: [PATCH 2630/3211] KPT-24: Update background color to DarkGoldenRod --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DarkGoldenRod; } nav { - background: Peru; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 3c29592b806cd84d9921861b5680f0963961cf05 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 00:42:30 +0000 Subject: [PATCH 2631/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid DarkRed; } nav { - background: DarkGoldenRod; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 8ff4edbb6caaeb06838e55e384fc5603a6a7c859 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 02:57:31 +0000 Subject: [PATCH 2632/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkSeaGreen; } nav { - background: DarkRed; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From e37662ea7d74bfd9f0d127bf633a7aa3f2c161fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 07:27:31 +0000 Subject: [PATCH 2633/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid MistyRose; } nav { - background: DarkSeaGreen; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 07e025ba868f7998353be47a3bc14e7a47851ad0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 08:12:30 +0000 Subject: [PATCH 2634/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid MediumTurquoise; } nav { - background: MistyRose; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0c648db63b46e796ef334675e089ece39f90a89a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 11:12:32 +0000 Subject: [PATCH 2635/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid MediumSlateBlue; } nav { - background: MediumTurquoise; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1df711f668468c131807c88c4ebb6c8a76a1a430 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 12:42:30 +0000 Subject: [PATCH 2636/3211] KPT-24: Update background color to SpringGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid SpringGreen; } nav { - background: MediumSlateBlue; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From ed7dc6fcd3379b683e3b6a0c564a93790e27f5e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 15:42:30 +0000 Subject: [PATCH 2637/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid CornflowerBlue; } nav { - background: SpringGreen; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 557038ef340fd36ce04aa46a4d97f0e07b60a9db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 18:42:30 +0000 Subject: [PATCH 2638/3211] KPT-24: Update background color to MediumAquaMarine --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid MediumAquaMarine; } nav { - background: CornflowerBlue; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From b24322560b415b5f2578ce2d480a7fad2a7b93f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 14 Jan 2023 20:57:31 +0000 Subject: [PATCH 2639/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..2d42ff06bf02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4a9bec8c88b9eaa9e1e5fb2607f273911ae3421d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 09:42:30 +0000 Subject: [PATCH 2640/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2d42ff06bf02..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkViolet; + border-top: 1px solid Moccasin; } nav { - background: DarkViolet; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From de86c260787bb91e4d30e03408d3c54bd65146dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 10:27:30 +0000 Subject: [PATCH 2641/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SpringGreen; } nav { - background: Moccasin; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From e0d6caf66f03cdae8a15cbea53e2984fbf42cdaa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 11:57:32 +0000 Subject: [PATCH 2642/3211] KPT-22: Modals with PeachPuff accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e967ae0c80fe1eeaaddd1715200a06926f075645 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 14:12:30 +0000 Subject: [PATCH 2643/3211] KPT-24: Update background color to LightGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid LightGreen; } nav { - background: PeachPuff; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From e135bb68f68ffc85b4e38d1c1e6f51a4c9aabe23 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 14:57:30 +0000 Subject: [PATCH 2644/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid OldLace; } nav { - background: LightGreen; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 979b095d04876ff8508e45b27d7ae5f2ef959619 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 16:27:31 +0000 Subject: [PATCH 2645/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DeepSkyBlue; } nav { - background: OldLace; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From d88e83b1f6121182bdf55f602c6a6dc2fb05d1d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 18:42:31 +0000 Subject: [PATCH 2646/3211] KPT-24: Update background color to Fuchsia --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Fuchsia; } nav { - background: DeepSkyBlue; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From df250b4e87d25316e0f1190f93a1a49c1f6c4148 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 21:42:30 +0000 Subject: [PATCH 2647/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid Ivory; } nav { - background: Fuchsia; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From c9626287900401792832913383368b5993da7db6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 15 Jan 2023 23:57:30 +0000 Subject: [PATCH 2648/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Violet; } nav { - background: Ivory; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From b91311b2b13112db73ae7b9b92c12397fcf9bd85 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 04:27:30 +0000 Subject: [PATCH 2649/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid PaleGoldenRod; } nav { - background: Violet; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 143c379f25a0167e6191d2cd5e4d83a7bc8c1b58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 09:42:31 +0000 Subject: [PATCH 2650/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid DimGrey; } nav { - background: PaleGoldenRod; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From 77323409139a6f764466d8c2c5cc6350157c25d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 11:12:30 +0000 Subject: [PATCH 2651/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ecec15d72e5f5a8e8d796d11110a5d61855ce0f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 14:57:30 +0000 Subject: [PATCH 2652/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SkyBlue; } nav { - background: Bisque; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 14e05d176661185624887b408113d5b7a3461458 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 17:57:32 +0000 Subject: [PATCH 2653/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 fecb4b495eb32fd106da6e0e08638cd4e7926664 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 20:57:30 +0000 Subject: [PATCH 2654/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Ivory; } nav { - background: MediumSpringGreen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 4fdeb059d9a98ec71f278765cf17cdd30decda64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 21:42:31 +0000 Subject: [PATCH 2655/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Snow; } nav { - background: Ivory; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 6434311afb6e2284ddfb0ca6c3bcc1c61630ce82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 16 Jan 2023 23:12:30 +0000 Subject: [PATCH 2656/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid LightYellow; } nav { - background: Snow; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6fa544c5a2aa895bf9df7616d44f85dba1c7fc76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 06:42:30 +0000 Subject: [PATCH 2657/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8f4ccc25e88ac2f29ed0f367b3909d620a3bd46a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 08:57:30 +0000 Subject: [PATCH 2658/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid Thistle; } nav { - background: Teal; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 47b098aa2e8b8a61437151fd7f0e3ab2fb6ed808 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 11:12:30 +0000 Subject: [PATCH 2659/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid Aqua; } nav { - background: Thistle; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 6270362bdc52041b0e2f537a6af5c56810fc0b9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 17 Jan 2023 17:12:31 +0000 Subject: [PATCH 2660/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Orchid; } nav { - background: Aqua; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 679fccf37db80ef172601e0f334a98a00bbc9ef9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 01:27:31 +0000 Subject: [PATCH 2661/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c198a989f65584b049358d1a446124dede52e14e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 07:27:30 +0000 Subject: [PATCH 2662/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid Cornsilk; } nav { - background: Pink; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From a265d0b7c7f000c281f185b3013eebeaedaed1fd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 18:42:31 +0000 Subject: [PATCH 2663/3211] KPT-24: Update background color to HotPink --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid HotPink; } nav { - background: Cornsilk; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 33f14bff7684590035c0a0f765bdec7c6592d8dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 19:27:30 +0000 Subject: [PATCH 2664/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid DarkOrange; } nav { - background: HotPink; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 695630e0f9e68f11cb221fa6f09568a443d75687 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 20:12:30 +0000 Subject: [PATCH 2665/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid MistyRose; } nav { - background: DarkOrange; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 82ca9d8b379b04cb1784205627efee1fec8341a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 22:27:31 +0000 Subject: [PATCH 2666/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid MidnightBlue; } nav { - background: MistyRose; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3ead9f23e5ece7a26dd498aa79ec77d2477ccefe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 18 Jan 2023 23:57:30 +0000 Subject: [PATCH 2667/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid SkyBlue; } nav { - background: MidnightBlue; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8c3e7bbf4e76b5c8b538e2fc2434c13bf6d8598e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 04:27:30 +0000 Subject: [PATCH 2668/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 33b33e88dfedba76e6a55f3851175a1eead4a0d6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 06:42:31 +0000 Subject: [PATCH 2669/3211] KPT-22: Modals with Gainsboro accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Gainsboro; } nav { - background: LawnGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 80234c5d35ab4c43fba4996be3abb8341d8ee59b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 09:42:31 +0000 Subject: [PATCH 2670/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Plum; } nav { - background: Gainsboro; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From f1dc22c27799dd72b0c5a87a7494d3f7f1bde1eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 23:12:30 +0000 Subject: [PATCH 2671/3211] KPT-24: Update background color to SlateGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid SlateGray; } nav { - background: Plum; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From ced892e18d399faa23f5e1dcac89066c091ce1aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 19 Jan 2023 23:57:30 +0000 Subject: [PATCH 2672/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGray; + border-top: 1px solid DodgerBlue; } nav { - background: SlateGray; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 74f33038d674c9f164c6f514a9d481b8ce92eeef Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 01:27:30 +0000 Subject: [PATCH 2673/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid LightBlue; } nav { - background: DodgerBlue; + background: LightBlue; display: flex; align-items: center; padding: 0 0.5rem; From f00355dfc65792298e8a83c61cfbbeb3ceca342d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 02:57:30 +0000 Subject: [PATCH 2674/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid SeaGreen; } nav { - background: LightBlue; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1445f187ad6cbed9f86ac4860fccae86bbe634be Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 04:27:31 +0000 Subject: [PATCH 2675/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkGrey; } nav { - background: SeaGreen; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From cdf079fe3ad0d46b83c86dd8fc65d527892b9bf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 05:12:31 +0000 Subject: [PATCH 2676/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 10dd1629ab8ef1c9ca750a8295868440554fd879 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 07:27:30 +0000 Subject: [PATCH 2677/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Pink; } nav { - background: DeepPink; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From c0d993924ecd8c04a69636df7b0f6512d810b732 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 11:12:31 +0000 Subject: [PATCH 2678/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid RebeccaPurple; } nav { - background: Pink; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From a23179d53b02ab2529a95ebdc69463cfaa7b7f91 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 11:57:31 +0000 Subject: [PATCH 2679/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid Lavender; } nav { - background: RebeccaPurple; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 590e0092cbe3afb36239f0aac655d171d507408e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 12:42:31 +0000 Subject: [PATCH 2680/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Turquoise; } nav { - background: Lavender; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 65c0b9ee504967731634dbcae2f2d73db88d281c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 17:57:31 +0000 Subject: [PATCH 2681/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 429dadbc1b84526ac8390410d821c32def6ac37e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 19:27:30 +0000 Subject: [PATCH 2682/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid LimeGreen; } nav { - background: DeepPink; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 5a035f1a35afa8e1152a66e5fb60218f0771e2c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 21:42:31 +0000 Subject: [PATCH 2683/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 46e891c2b800f5f3c7fc730023d03330e202811f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 20 Jan 2023 23:57:32 +0000 Subject: [PATCH 2684/3211] KPT-24: Update background color to SaddleBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid SaddleBrown; } nav { - background: FireBrick; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From c96c80af9289012aeed2c1b2a99955f8ac52ea03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 02:12:31 +0000 Subject: [PATCH 2685/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid DimGray; } nav { - background: SaddleBrown; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From aa98a7b83ae9dcc26002de7d724184f20e64e8d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 04:27:31 +0000 Subject: [PATCH 2686/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..3bd9c6e87f30 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 787ccb855a6cbc997f70a23896cd06f7c37eba2a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 07:27:31 +0000 Subject: [PATCH 2687/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bd9c6e87f30..0ad2b52a66dd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightBlue; + border-top: 1px solid DarkSlateGray; } nav { - background: LightBlue; + background: DarkSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From f345aed20976db7c48de91955e7f6c8b2127af58 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 11:12:31 +0000 Subject: [PATCH 2688/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0ad2b52a66dd..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGray; + border-top: 1px solid DodgerBlue; } nav { - background: DarkSlateGray; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From f37284e49e7bcfe58ea35d70c7c63ec61c1f6baa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 12:42:32 +0000 Subject: [PATCH 2689/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid White; } nav { - background: DodgerBlue; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 327b9e653836257b13ff855666cbd7d04e33ec48 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 13:27:31 +0000 Subject: [PATCH 2690/3211] KPT-24: Update background color to DarkSlateGrey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkSlateGrey; } nav { - background: White; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 6a20994f7445f6ff005a4b5b180591951634552c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 17:12:31 +0000 Subject: [PATCH 2691/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6ff5458a072cfe55d9cd66b4f4729717c40ab0a5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 18:42:30 +0000 Subject: [PATCH 2692/3211] KPT-24: Update background color to SlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid SlateBlue; } nav { - background: Crimson; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From e80071859f3aeaaa45bcce3b14bcdb63e2b04d6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 21 Jan 2023 22:27:31 +0000 Subject: [PATCH 2693/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid LavenderBlush; } nav { - background: SlateBlue; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 594769d4f29f742463aab74b6ff7b95b3bd0bf86 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 03:42:30 +0000 Subject: [PATCH 2694/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightSkyBlue; } nav { - background: LavenderBlush; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From b4d679b8c6bb91d78b14bb79b885a18da5336ab2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 06:42:30 +0000 Subject: [PATCH 2695/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: LightSkyBlue; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From b0c3a8ccddd716328f768ddfe42a97efd7fe92e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 11:12:30 +0000 Subject: [PATCH 2696/3211] KPT-22: Modals with DarkGoldenRod accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkGoldenRod; } nav { - background: LightGoldenRodYellow; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d190da41899e1f37f90f14d5104f61380bceb579 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 11:57:31 +0000 Subject: [PATCH 2697/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid LightSkyBlue; } nav { - background: DarkGoldenRod; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From ab7891750c6e8997363efd15d8b615352d0ec4ae Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 14:12:31 +0000 Subject: [PATCH 2698/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Aquamarine; } nav { - background: LightSkyBlue; + background: Aquamarine; display: flex; align-items: center; padding: 0 0.5rem; From 282fd6320cdc1f110cbaba2675434d7df7c9071c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 19:27:30 +0000 Subject: [PATCH 2699/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Crimson; } nav { - background: Aquamarine; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 069c8eda0ba5d105bd3f22213cb94516a341c4e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 20:57:31 +0000 Subject: [PATCH 2700/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Red; } nav { - background: Crimson; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 6e008f841594d967815d2f0b7bb8257dd22bfb5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 22 Jan 2023 23:12:31 +0000 Subject: [PATCH 2701/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid BlanchedAlmond; } nav { - background: Red; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From da6d811c084a44520eb6c1098e703c04d1df851a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 00:42:30 +0000 Subject: [PATCH 2702/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid MediumSeaGreen; } nav { - background: BlanchedAlmond; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From a25fc88916c5f148983f788f702475b4a26494bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 01:27:31 +0000 Subject: [PATCH 2703/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid DarkGreen; } nav { - background: MediumSeaGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8f955f81dd6df348a9e58c88191c2d3edcb1e23a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 04:27:30 +0000 Subject: [PATCH 2704/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid PaleVioletRed; } nav { - background: DarkGreen; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 678fe71e41aad620fe5ca87fd832e760136698a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 05:57:30 +0000 Subject: [PATCH 2705/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid DarkRed; } nav { - background: PaleVioletRed; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 33c651c40ea7ae963160475bf36dc7e787d90afa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 14:12:30 +0000 Subject: [PATCH 2706/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Yellow; } nav { - background: DarkRed; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 2c9244d8542f00125a7ac551cb67bed7930d308a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 15:42:30 +0000 Subject: [PATCH 2707/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LightSlateGrey; } nav { - background: Yellow; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9ebefc139b0ad4292d988a6f94ccb142a20a6dd3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 16:27:30 +0000 Subject: [PATCH 2708/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid IndianRed; } nav { - background: LightSlateGrey; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 77d0ad8a2d1695a3ea07a412fdfd51245f96f885 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 23 Jan 2023 21:42:30 +0000 Subject: [PATCH 2709/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid SteelBlue; } nav { - background: IndianRed; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From f172c3b80e0162c3b5377c42e93f9042576d0bdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 00:42:30 +0000 Subject: [PATCH 2710/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Orange; } nav { - background: SteelBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 0e081a3b2bd76ce4fae97f3940a9721209e4a7ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 02:57:31 +0000 Subject: [PATCH 2711/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid LightSkyBlue; } nav { - background: Orange; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From c2b7216f816371a4cf5e34622813491d160c9bb9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 03:42:31 +0000 Subject: [PATCH 2712/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 445c5a09e6f5d4c74940355eddf1fc04814fb3cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 04:27:30 +0000 Subject: [PATCH 2713/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid YellowGreen; } nav { - background: LightGray; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From e08fc477672087a52e020d07c061ceede9b2e1e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 06:42:36 +0000 Subject: [PATCH 2714/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid FireBrick; } nav { - background: YellowGreen; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 695183e84c3aa936551f2681bd93db06b0005540 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 09:42:30 +0000 Subject: [PATCH 2715/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid SeaGreen; } nav { - background: FireBrick; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From dcf046c10549eb4f276f2623c109d8881794d8a3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 14:12:31 +0000 Subject: [PATCH 2716/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Olive; } nav { - background: SeaGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 4f0f3aecec8f4b76a06e190c914e95300676653b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 15:42:32 +0000 Subject: [PATCH 2717/3211] KPT-22: Modals with DarkRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkRed; } nav { - background: Olive; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 5a730eebbd7f21850c2b6e56cc0e0f05cde9357e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 17:12:31 +0000 Subject: [PATCH 2718/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid SteelBlue; } nav { - background: DarkRed; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From e5dfc1a62803addaa208167ba021dd69f5d67992 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 17:57:31 +0000 Subject: [PATCH 2719/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid Violet; } nav { - background: SteelBlue; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From c5bb2e04b66d3eb39181b83582c175142ea84fc0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 20:57:31 +0000 Subject: [PATCH 2720/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid OrangeRed; } nav { - background: Violet; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From db1ee5f018c543f52eece3ffc805d201cab4484b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 24 Jan 2023 23:57:32 +0000 Subject: [PATCH 2721/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Gold; } nav { - background: OrangeRed; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 2a23c00bc14504b75979065a52a1a62b3a37a4b1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 02:12:30 +0000 Subject: [PATCH 2722/3211] KPT-24: Update background color to LightGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LightGreen; } nav { - background: Gold; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 4c4bd39505f653a3445571b53174854d286e252b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 03:42:31 +0000 Subject: [PATCH 2723/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Silver; } nav { - background: LightGreen; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From ac23bd563a89ae908f1761823f2903bc5bd09608 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 04:27:31 +0000 Subject: [PATCH 2724/3211] KPT-22: Modals with Moccasin accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Moccasin; } nav { - background: Silver; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 1a08c957568979d82cd6d3b2e1f6c13088f4b0cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 05:12:30 +0000 Subject: [PATCH 2725/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid MediumSpringGreen; } nav { - background: Moccasin; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2df43dfebe733856157207f4af2762d9b139d319 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 06:42:30 +0000 Subject: [PATCH 2726/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid DarkGreen; } nav { - background: MediumSpringGreen; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 166b9dbf76225f58b6db109b147998b8ee8334ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 07:27:31 +0000 Subject: [PATCH 2727/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightSlateGrey; } nav { - background: DarkGreen; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1a2a2f747f01403753be7a8635f2b0234a63553b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 10:27:40 +0000 Subject: [PATCH 2728/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid YellowGreen; } nav { - background: LightSlateGrey; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 6adb00756e4bd5855fa0a7303365e6f2f5a21a39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 11:57:32 +0000 Subject: [PATCH 2729/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Sienna; } nav { - background: YellowGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From e8a44fedb4e34b24b010529313f88621bad64399 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 25 Jan 2023 19:27:30 +0000 Subject: [PATCH 2730/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid MediumSeaGreen; } nav { - background: Sienna; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f47a95dd0815012fcb4bc7ee6b1e7b58a2ca8aac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 02:12:30 +0000 Subject: [PATCH 2731/3211] KPT-24: Update background color to Black --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid Black; } nav { - background: MediumSeaGreen; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From ac3236263f4834a949cb54ac546883ee03a3b19d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 06:42:31 +0000 Subject: [PATCH 2732/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid OrangeRed; } nav { - background: Black; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 9fafb835c196c6811a97abf6b50233673b0b4787 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 08:12:30 +0000 Subject: [PATCH 2733/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid RosyBrown; } nav { - background: OrangeRed; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 3da63988735062667a500af9b2b9084e5d7bdf6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 11:12:30 +0000 Subject: [PATCH 2734/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightCoral; } nav { - background: RosyBrown; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From eb4b355c9569c9b31e7dac1266223e6e2d438bd7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 14:57:31 +0000 Subject: [PATCH 2735/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid SlateGrey; } nav { - background: LightCoral; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 9bf1c18a50f6a2794e56d34348ba60660196eb04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 15:42:31 +0000 Subject: [PATCH 2736/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid DarkOliveGreen; } nav { - background: SlateGrey; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From b976eef8135a9692963248aff20c5bde520809a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 17:12:31 +0000 Subject: [PATCH 2737/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Teal; } nav { - background: DarkOliveGreen; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From f110cdb0b5b8dd3c5f572a3edf74136c741e3121 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 26 Jan 2023 20:57:31 +0000 Subject: [PATCH 2738/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Teal; + border-top: 1px solid YellowGreen; } nav { - background: Teal; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From a2c2181e3d84642f79ad74de8b36640adcee98f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 01:27:32 +0000 Subject: [PATCH 2739/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid DeepSkyBlue; } nav { - background: YellowGreen; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 29e23bc11d47f4ed259432de5602b50ec4f8ae5a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 02:12:31 +0000 Subject: [PATCH 2740/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid FireBrick; } nav { - background: DeepSkyBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 275174bb1d7289b73137a0e048e60003f4f050a0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 07:27:31 +0000 Subject: [PATCH 2741/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid MintCream; } nav { - background: FireBrick; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 9d2cf866093193198df102c1e53bcbedf5d97736 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 08:12:32 +0000 Subject: [PATCH 2742/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid Turquoise; } nav { - background: MintCream; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 15be981cb70f7d0cb2896409b7ce2df0bcaebcdb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 10:27:32 +0000 Subject: [PATCH 2743/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid Crimson; } nav { - background: Turquoise; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 4a79000add5d8c93848c5e1279c8b86ee0160c49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 15:42:31 +0000 Subject: [PATCH 2744/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid DarkMagenta; } nav { - background: Crimson; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From 142925c1118d34361bbda231b548a42806cc6990 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 16:27:31 +0000 Subject: [PATCH 2745/3211] KPT-22: Modals with LightPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid LightPink; } nav { - background: DarkMagenta; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From dd31a8e8be7db9a34af35a2881cc627d28db09ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 17:57:36 +0000 Subject: [PATCH 2746/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid PaleVioletRed; } nav { - background: LightPink; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From d156da55b5001986f9f38b5732aefce853adec64 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 27 Jan 2023 23:12:30 +0000 Subject: [PATCH 2747/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid LightCyan; } nav { - background: PaleVioletRed; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 934d9be22a8ee15242dcf24347e219f7be93cc7b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 05:12:30 +0000 Subject: [PATCH 2748/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid ForestGreen; } nav { - background: LightCyan; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3e19062a24a38f8fd18a32b38747ac7493cd5e03 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 08:57:32 +0000 Subject: [PATCH 2749/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid HotPink; } nav { - background: ForestGreen; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 72a28bbc293a64bb9146c115370b35e1dec0db00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 11:12:31 +0000 Subject: [PATCH 2750/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid PaleVioletRed; } nav { - background: HotPink; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From cd30cd961e91cfabe4f098ced9c0814502db090f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 18:42:31 +0000 Subject: [PATCH 2751/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid HoneyDew; } nav { - background: PaleVioletRed; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From f6f0df764fadd6a1aa1bcf45b8237d0bf80030d4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 20:57:32 +0000 Subject: [PATCH 2752/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid RosyBrown; } nav { - background: HoneyDew; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 2de923d5dc89f42d173cb6a57e5a2d69c09e7dc6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 28 Jan 2023 22:27:31 +0000 Subject: [PATCH 2753/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid MediumBlue; } nav { - background: RosyBrown; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From 37f69b3294937431916b4a7197db159d7a3733f1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 00:42:31 +0000 Subject: [PATCH 2754/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid Thistle; } nav { - background: MediumBlue; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From c5a61035dd505e536f4286a9d9983dbfe7f6c6cc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 01:27:31 +0000 Subject: [PATCH 2755/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkKhaki; } nav { - background: Thistle; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From 0749431f5cf9e36e0ab8c116eb1cb7db83bd3b02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 02:57:31 +0000 Subject: [PATCH 2756/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid DeepSkyBlue; } nav { - background: DarkKhaki; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From a384c87b9a32e7dcde3e1fdb846c86eb318e8d00 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 05:12:31 +0000 Subject: [PATCH 2757/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid DarkSeaGreen; } nav { - background: DeepSkyBlue; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c463350ec587c2e04a7877f02644ceeda05faa5c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 05:57:33 +0000 Subject: [PATCH 2758/3211] KPT-22: Modals with LightGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid LightGray; } nav { - background: DarkSeaGreen; + background: LightGray; display: flex; align-items: center; padding: 0 0.5rem; From 5735cc0bda480201b99d3e66f09d90b128a8c87f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 07:27:33 +0000 Subject: [PATCH 2759/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGray; + border-top: 1px solid SteelBlue; } nav { - background: LightGray; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From 388a3513b5c421a4730424b17a8039af37cf21e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 08:57:32 +0000 Subject: [PATCH 2760/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid LightPink; } nav { - background: SteelBlue; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 8550da50fdf6e8fc26a2a5678b80191666872163 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 29 Jan 2023 23:12:32 +0000 Subject: [PATCH 2761/3211] KPT-24: Update background color to DimGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DimGray; } nav { - background: LightPink; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 65fac9fa4b2446ecedfedaf381e4c16c1017ca82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 02:57:31 +0000 Subject: [PATCH 2762/3211] KPT-22: Modals with Magenta accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid Magenta; } nav { - background: DimGray; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 28538a73c7f4dbc0d2b532ffbb6d06642dcde733 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 05:12:30 +0000 Subject: [PATCH 2763/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid Thistle; } nav { - background: Magenta; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 291576cfdf0957ef7c12698ca3509d2f4d885b60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 13:27:42 +0000 Subject: [PATCH 2764/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkGoldenRod; } nav { - background: Thistle; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 02dc44e1ebe5cfb10534448c502d83787c5d7c3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 30 Jan 2023 20:11:11 +0000 Subject: [PATCH 2765/3211] KPT-22: Modals with Peru accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid Peru; } nav { - background: DarkGoldenRod; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From e2b428f910b8e78a05612b476df1f172234fa7b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 00:41:11 +0000 Subject: [PATCH 2766/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid LightSlateGray; } nav { - background: Peru; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From cbc2165a0851ce4f91bf521e1f433aae0dee100c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 02:11:12 +0000 Subject: [PATCH 2767/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..136dba7818fc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid SaddleBrown; } nav { - background: LightSlateGray; + background: SaddleBrown; display: flex; align-items: center; padding: 0 0.5rem; From 44a1dcafaae0353c39c4993de0cb985f36483c43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 04:26:10 +0000 Subject: [PATCH 2768/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 136dba7818fc..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SaddleBrown; + border-top: 1px solid Moccasin; } nav { - background: SaddleBrown; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 603dabbcd5915ba060e579ff154eab4b1268410a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 06:41:12 +0000 Subject: [PATCH 2769/3211] KPT-24: Update background color to SpringGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SpringGreen; } nav { - background: Moccasin; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From d3cbd76d4fa89cd16a3f2fb9cacad36c87f0f2e0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 07:26:10 +0000 Subject: [PATCH 2770/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Plum; } nav { - background: SpringGreen; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 7e6955192438dd31ca13b90fdb72c4144d5b4063 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 08:56:11 +0000 Subject: [PATCH 2771/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightGrey; } nav { - background: Plum; + background: LightGrey; display: flex; align-items: center; padding: 0 0.5rem; From 731314e15f09f78f3df38bd98850ce6cf295d00a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 09:41:12 +0000 Subject: [PATCH 2772/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid Snow; } nav { - background: LightGrey; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 92598afb7fe0b0da31f358bac1f3ec704edd1886 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 11:56:11 +0000 Subject: [PATCH 2773/3211] KPT-24: Update background color to Silver --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Silver; } nav { - background: Snow; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 4dbe0cdad4b928502c47e3f45607d78f6ef2f704 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 31 Jan 2023 20:56:11 +0000 Subject: [PATCH 2774/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Salmon; } nav { - background: Silver; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 518e3bb60b2cef5f4381ff841b6d4a2725be87f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 02:11:12 +0000 Subject: [PATCH 2775/3211] KPT-22: Modals with Aqua accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6b92838db513ea5999dd91dd5fad9c0c1cf89594 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 02:56:10 +0000 Subject: [PATCH 2776/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Purple; } nav { - background: Aqua; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 6230c125128f118ec4fcc9092d38f70c5f2e8cf6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 06:41:11 +0000 Subject: [PATCH 2777/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Crimson; } nav { - background: Purple; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From b7d3b33724a23bf72fbd2dc9f3966f483b140602 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 08:56:11 +0000 Subject: [PATCH 2778/3211] KPT-24: Update background color to Coral --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Coral; } nav { - background: Crimson; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From a41086a9664d33e06eb33d2b0b10eb424d431090 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 09:41:12 +0000 Subject: [PATCH 2779/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Snow; } nav { - background: Coral; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 5032b10dcfdff50c0ea62508a0bb0c4eebe2884e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 10:26:11 +0000 Subject: [PATCH 2780/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid Aqua; } nav { - background: Snow; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From a8a8d16d1091174f46dbc15493eece5ab96cf8e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 13:26:12 +0000 Subject: [PATCH 2781/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Orange; } nav { - background: Aqua; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 1c9e6e31be3ecd97c09bd4e3b996ada0b57b64f2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 20:11:12 +0000 Subject: [PATCH 2782/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid NavajoWhite; } nav { - background: Orange; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From c7c2a5b60fca447203dfffa457a1518233262056 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 23:11:11 +0000 Subject: [PATCH 2783/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Azure; } nav { - background: NavajoWhite; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 6049750803c6ddfa8675e8211b3398d93a2a91db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Feb 2023 23:56:11 +0000 Subject: [PATCH 2784/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..8b28d00942f7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid PowderBlue; } nav { - background: Azure; + background: PowderBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5f45e7e1e51c0be4c5b313881e2877566de35834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 11:11:11 +0000 Subject: [PATCH 2785/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8b28d00942f7..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PowderBlue; + border-top: 1px solid OrangeRed; } nav { - background: PowderBlue; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 953ca84c95f9febb12db2e2771b74ee822320157 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 15:41:11 +0000 Subject: [PATCH 2786/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid LightSlateGray; } nav { - background: OrangeRed; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 75285c6b9d1461b13aa89a0d6b76c9dc69541c26 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 18:41:13 +0000 Subject: [PATCH 2787/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkOliveGreen; } nav { - background: LightSlateGray; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3cb00294b5ef8587187d40ec805f32dcb05aff53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Feb 2023 20:11:11 +0000 Subject: [PATCH 2788/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 025ec53f037f1369b2cb980e53acb6e053ad38c2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 00:41:11 +0000 Subject: [PATCH 2789/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..f626f10eb5eb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid PaleGoldenRod; } nav { - background: Crimson; + background: PaleGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From be23148c09bcdfe0fe44d48dab8d24076a561aa9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 01:26:12 +0000 Subject: [PATCH 2790/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f626f10eb5eb..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGoldenRod; + border-top: 1px solid BurlyWood; } nav { - background: PaleGoldenRod; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From b6a4faab99f028a27a83fba594794e82439880a2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 05:56:11 +0000 Subject: [PATCH 2791/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid SkyBlue; } nav { - background: BurlyWood; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0dc5caf8b014b98d62228683f9f199102318fcfd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 10:26:10 +0000 Subject: [PATCH 2792/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid OldLace; } nav { - background: SkyBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From d681661eedd650b72456f7df1158be1376ab4da4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 12:41:10 +0000 Subject: [PATCH 2793/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8e0aaee74d7b050366451a9d3d05af5d9004292b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 13:26:11 +0000 Subject: [PATCH 2794/3211] KPT-22: Modals with Snow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Snow; } nav { - background: DarkBlue; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 67bab1d2c81117ee15dc88b476e36c146ab8a792 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 14:56:11 +0000 Subject: [PATCH 2795/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid DarkTurquoise; } nav { - background: Snow; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 709c484cb8431f874b77ae5c7673f97ba3285e6c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 16:26:10 +0000 Subject: [PATCH 2796/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid CornflowerBlue; } nav { - background: DarkTurquoise; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 85274f85ff7bb919cf088e361c70c0f032290dea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 20:56:11 +0000 Subject: [PATCH 2797/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid Chocolate; } nav { - background: CornflowerBlue; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From 2a5841ace6f3beef4bedcf1f4ccb5f423ffc389d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 21:41:11 +0000 Subject: [PATCH 2798/3211] KPT-22: Modals with PaleTurquoise accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid PaleTurquoise; } nav { - background: Chocolate; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 087ba7fd62d89f952bd5f9a6104522c458d215e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 23:11:11 +0000 Subject: [PATCH 2799/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid LightSlateGrey; } nav { - background: PaleTurquoise; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1b2d1e6e21ba483623ac48079084c09e19b7f526 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Feb 2023 23:56:11 +0000 Subject: [PATCH 2800/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 0573e38438f837242634c70977cf2c1b5a07990f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 01:26:11 +0000 Subject: [PATCH 2801/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Cyan; } nav { - background: DarkKhaki; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 594c0c740decfec0288fa2bcd649fd4e0a226726 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 08:56:10 +0000 Subject: [PATCH 2802/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..b5abec4e62df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid Chocolate; } nav { - background: Cyan; + background: Chocolate; display: flex; align-items: center; padding: 0 0.5rem; From b0bb6e18cdcbea0b1b883ebbe61a985f6fdd3e49 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 10:26:10 +0000 Subject: [PATCH 2803/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5abec4e62df..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chocolate; + border-top: 1px solid Moccasin; } nav { - background: Chocolate; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 1fbb1ee30a6d561e5f1631dc846abdc8c70c8f43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 11:11:11 +0000 Subject: [PATCH 2804/3211] KPT-22: Modals with RoyalBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid RoyalBlue; } nav { - background: Moccasin; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 5100a0443d6b05e80e0c32fb598bce0a6b60f3eb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 14:11:11 +0000 Subject: [PATCH 2805/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid NavajoWhite; } nav { - background: RoyalBlue; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8f98afc9348583909872a7cbbe89a1b1668eed73 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 14:56:11 +0000 Subject: [PATCH 2806/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Maroon; } nav { - background: NavajoWhite; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From b77bea7fa01b6b152e0900776eb04d83cf486d8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 18:41:22 +0000 Subject: [PATCH 2807/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Peru; } nav { - background: Maroon; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From e31f4ceb1189c0d7522a5ef8d8a239ab72dc174e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Feb 2023 19:26:10 +0000 Subject: [PATCH 2808/3211] KPT-22: Modals with MediumVioletRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..63b3b490fb00 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid MediumVioletRed; } nav { - background: Peru; + background: MediumVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 688011342b08ddfb0fe430b426d1f0bd405db9c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 01:26:11 +0000 Subject: [PATCH 2809/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 63b3b490fb00..f121aafd52c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumVioletRed; + border-top: 1px solid SteelBlue; } nav { - background: MediumVioletRed; + background: SteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From aa0c5f4aba47d3f269f5b5ca0c644b677fc56925 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 02:11:11 +0000 Subject: [PATCH 2810/3211] KPT-24: Update background color to GreenYellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index f121aafd52c6..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SteelBlue; + border-top: 1px solid GreenYellow; } nav { - background: SteelBlue; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 61da38218f15b9b974cce0f0149c745e7727d333 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 02:56:11 +0000 Subject: [PATCH 2811/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid Sienna; } nav { - background: GreenYellow; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From 7f1f4f6722a67fe5d1ad79d18fcf1618b716a59b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 14:56:11 +0000 Subject: [PATCH 2812/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid PapayaWhip; } nav { - background: Sienna; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From df8a0a8ef13b7ddf93f8f49a65ac03ce9ff7a205 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Feb 2023 23:56:10 +0000 Subject: [PATCH 2813/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Magenta; } nav { - background: PapayaWhip; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From b5c0c18870fec1a6c1876f8e353c2785b421adf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 00:41:11 +0000 Subject: [PATCH 2814/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightSalmon; } nav { - background: Magenta; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 32098d6a1efc49e6303735a63936a245d86a83d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 09:41:11 +0000 Subject: [PATCH 2815/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Thistle; } nav { - background: LightSalmon; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From b18e6cfed1ea27bfe879e16774eed0bd0b2257d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 11:11:11 +0000 Subject: [PATCH 2816/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8bc456afab4afa0e0bdb4e7146c99289d2b57671 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 14:11:11 +0000 Subject: [PATCH 2817/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5f930a41abd7a2d5099a1ebaffcfb3b503086e92 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 14:56:10 +0000 Subject: [PATCH 2818/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DeepPink; } nav { - background: Gray; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From a27ebfb7007213011d1b91fa62c17b91a7b2dc62 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 17:11:12 +0000 Subject: [PATCH 2819/3211] KPT-24: Update background color to Wheat --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..24d254c510ca 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Wheat; } nav { - background: DeepPink; + background: Wheat; display: flex; align-items: center; padding: 0 0.5rem; From 5e529032b8ed66d05112617dc775855e5637112e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 21:41:10 +0000 Subject: [PATCH 2820/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 24d254c510ca..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Wheat; + border-top: 1px solid MidnightBlue; } nav { - background: Wheat; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From e2d3da195d32826fb273caa8e559d457448f5222 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Feb 2023 23:11:11 +0000 Subject: [PATCH 2821/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid PaleGreen; } nav { - background: MidnightBlue; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From e3faa0a2adea878c454ec9f1aa3581f0796cb28e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 02:11:11 +0000 Subject: [PATCH 2822/3211] KPT-24: Update background color to Grey --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid Grey; } nav { - background: PaleGreen; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From d1b07c2eb740b8983039e380f567f977a96fbbf3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 04:26:10 +0000 Subject: [PATCH 2823/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid LightYellow; } nav { - background: Grey; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 025c39189301809fc1abac7aab09b9718c2fa9ba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 05:11:11 +0000 Subject: [PATCH 2824/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6548d8a05d26bd0fe664c437d10c78dd5283ac1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 08:11:10 +0000 Subject: [PATCH 2825/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumOrchid; + border-top: 1px solid DarkSlateGrey; } nav { - background: MediumOrchid; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 228503747303aada53475747dc7eaeeb576d873b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 08:56:10 +0000 Subject: [PATCH 2826/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Gold; } nav { - background: DarkSlateGrey; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From b87704013ef18841ad51e2b2f3cc6507d90ad31b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 09:41:11 +0000 Subject: [PATCH 2827/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid DarkGreen; } nav { - background: Gold; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1731e36767bc608bb44004263918a4c221888b63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 13:26:11 +0000 Subject: [PATCH 2828/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightCoral; } nav { - background: DarkGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 84b32a2b45a7a28e11cd2ec3d212a5ecc6d8d6c9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 14:56:10 +0000 Subject: [PATCH 2829/3211] KPT-22: Modals with DeepPink accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 dfb68ea4fa25ba51e0ced8bee32786e87427f2b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Feb 2023 18:41:11 +0000 Subject: [PATCH 2830/3211] KPT-22: Modals with OrangeRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid OrangeRed; } nav { - background: DeepPink; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From 6707770d0cf5b7512b638979c8b71d47dfa4f722 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 01:26:11 +0000 Subject: [PATCH 2831/3211] KPT-22: Modals with Sienna accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid Sienna; } nav { - background: OrangeRed; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From cca1b6f8ff5e91a99174ae9bc48e66509267320a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 08:11:12 +0000 Subject: [PATCH 2832/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5f7116313c0c6759197364f018e60c8f96ff3867 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 11:56:11 +0000 Subject: [PATCH 2833/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Green; } nav { - background: BlueViolet; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 00552d6113f4a147208cd006310d08037197cb98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 14:11:11 +0000 Subject: [PATCH 2834/3211] KPT-22: Modals with FloralWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d2a6bab116025e47cfe0401f8dcd1fed67739018 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 14:56:11 +0000 Subject: [PATCH 2835/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 94ccf6a265b28d4c9eb1dada4a69f6a60e9f6a82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 19:26:11 +0000 Subject: [PATCH 2836/3211] KPT-24: Update background color to SpringGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid SpringGreen; } nav { - background: Aquamarine; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From ef3f8ff251598d82fff99d48fa28d7490c4d3ed7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 23:11:12 +0000 Subject: [PATCH 2837/3211] KPT-22: Modals with Sienna accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Sienna; } nav { - background: SpringGreen; + background: Sienna; display: flex; align-items: center; padding: 0 0.5rem; From e25a672f009d35839f9365f2aee21457d1697146 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Feb 2023 23:56:14 +0000 Subject: [PATCH 2838/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid DimGray; } nav { - background: Sienna; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From effae3868b67379f3b36530faaf9d3269aff6a2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 06:41:11 +0000 Subject: [PATCH 2839/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightCyan; } nav { - background: DimGray; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 6b6229c368ecf1646348d2e53086f367de1d627b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 10:26:11 +0000 Subject: [PATCH 2840/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid Black; } nav { - background: LightCyan; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From d0a558980d1191de109d0f85392b81546b7d742a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 11:11:11 +0000 Subject: [PATCH 2841/3211] KPT-22: Modals with MediumSeaGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..77bfaa9f6042 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid MediumSeaGreen; } nav { - background: Black; + background: MediumSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From bc3b2d7951c8d4f177315ea4622c12a538944975 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 12:41:11 +0000 Subject: [PATCH 2842/3211] KPT-22: Modals with PaleGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 77bfaa9f6042..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSeaGreen; + border-top: 1px solid PaleGreen; } nav { - background: MediumSeaGreen; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From c89158955482713bb8e46e081ef4fdaa78512383 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 19:26:21 +0000 Subject: [PATCH 2843/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid PapayaWhip; } nav { - background: PaleGreen; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From 9df638a4f17e2ad8057e8845a5bd8e4183f9e7e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 23:11:11 +0000 Subject: [PATCH 2844/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid Chartreuse; } nav { - background: PapayaWhip; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From f9141e15140b7c7ec97e157a9a1e5619476d917d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Feb 2023 23:56:10 +0000 Subject: [PATCH 2845/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..9219f21a21b0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid OrangeRed; } nav { - background: Chartreuse; + background: OrangeRed; display: flex; align-items: center; padding: 0 0.5rem; From a4b2be6bee62031ee993a0bcd8ab06f84fdfdb07 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 03:41:10 +0000 Subject: [PATCH 2846/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9219f21a21b0..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OrangeRed; + border-top: 1px solid FloralWhite; } nav { - background: OrangeRed; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From fcd6249a5d97427dad21f1a561e0fd11514020c8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 05:11:11 +0000 Subject: [PATCH 2847/3211] KPT-24: Update background color to BlueViolet --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid BlueViolet; } nav { - background: FloralWhite; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 93ec847c02a524cdee63bf143a4519e632255a1c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 13:26:11 +0000 Subject: [PATCH 2848/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Turquoise; } nav { - background: BlueViolet; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 0819c943dfbe4a51887dd805528b5582480c6126 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 14:11:12 +0000 Subject: [PATCH 2849/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid SlateGrey; } nav { - background: Turquoise; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 1ea2af6762d769d169a5d4136a15a2ff1ae54341 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 17:11:22 +0000 Subject: [PATCH 2850/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid LightSeaGreen; } nav { - background: SlateGrey; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ee41be6d205c5e7258e909f5f8464b6977cb799d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Feb 2023 19:26:12 +0000 Subject: [PATCH 2851/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..bd3a875e2c0c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid SlateBlue; } nav { - background: LightSeaGreen; + background: SlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 0a5bbd93aa92c8fc92f24e605fe6c05d4955780e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 01:26:10 +0000 Subject: [PATCH 2852/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd3a875e2c0c..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateBlue; + border-top: 1px solid Brown; } nav { - background: SlateBlue; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 970f68339cd0ff401e4afc0f12626f376a73550b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 04:26:11 +0000 Subject: [PATCH 2853/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4f89ba95112ebe6e188237e09c7ffd0d9a0f0bfa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 08:11:21 +0000 Subject: [PATCH 2854/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Orchid; } nav { - background: Blue; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 3d09de0c4b076e28a194352dea2d555edb2d1d80 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 11:11:11 +0000 Subject: [PATCH 2855/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid MediumSpringGreen; } nav { - background: Orchid; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 04a7918eb3c2cf2ee7cfd8be4e1ff1fc851f722e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 12:41:11 +0000 Subject: [PATCH 2856/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid OldLace; } nav { - background: MediumSpringGreen; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 9dabe749f09c53b6630974546fd107482e74f845 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 16:26:11 +0000 Subject: [PATCH 2857/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid DarkGreen; } nav { - background: OldLace; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From fb458b7d13fb4b60b9540253c04581624d691c5e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 18:41:11 +0000 Subject: [PATCH 2858/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 dbb5b7b54b257b12779a3ad9f6cd8c4ea9af3b1e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Feb 2023 23:56:11 +0000 Subject: [PATCH 2859/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid DimGrey; } nav { - background: Red; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From d4965bd08fe665f8e5b39080610b1682401d7ec1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 02:11:11 +0000 Subject: [PATCH 2860/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1b6afc7853ec838ec83831b63bd6c5b85c565b3e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 02:56:11 +0000 Subject: [PATCH 2861/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DarkSlateBlue; } nav { - background: Plum; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8fdd8ad5e050436f431b181a0eb1201052235f60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 05:11:12 +0000 Subject: [PATCH 2862/3211] KPT-22: Modals with LawnGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 79a8d5543ead8c6b42c6dda6356794c6f771ff8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 08:11:12 +0000 Subject: [PATCH 2863/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid Gainsboro; } nav { - background: LawnGreen; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 727db66060effc7208bcf2cca070f8d4b59fb4e7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 11:56:10 +0000 Subject: [PATCH 2864/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid DarkKhaki; } nav { - background: Gainsboro; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From caa142044e5d59ed42065f74e558779d3bb2d5ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 13:26:10 +0000 Subject: [PATCH 2865/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid Coral; } nav { - background: DarkKhaki; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1343adadb8e2aab828265c33d271143a9c00207a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 14:11:12 +0000 Subject: [PATCH 2866/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid Gold; } nav { - background: Coral; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 3925662986fec90fc6d7fcf820eebbb52d042cee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 14:56:11 +0000 Subject: [PATCH 2867/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid SeaShell; } nav { - background: Gold; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 1273f2b823bc2aef02e32baa77621d61d17db1c5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 19:26:11 +0000 Subject: [PATCH 2868/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..3fc956c8bef1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid Khaki; } nav { - background: SeaShell; + background: Khaki; display: flex; align-items: center; padding: 0 0.5rem; From b16065b6659d7f471387ea7a10fdfe58bd7bd1af Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Feb 2023 23:11:11 +0000 Subject: [PATCH 2869/3211] KPT-22: Modals with Coral accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3fc956c8bef1..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Khaki; + border-top: 1px solid Coral; } nav { - background: Khaki; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 7ed6f0472ea6dd8e3c75f77c4aea5eaf43792d2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 05:11:11 +0000 Subject: [PATCH 2870/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid LimeGreen; } nav { - background: Coral; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 89b1f56e59c5cc5e7470a6f8b65d55bddffc2c22 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 13:26:11 +0000 Subject: [PATCH 2871/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid DarkTurquoise; } nav { - background: LimeGreen; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 12b6dc84646fcf669a8b58cea8995b339e17844d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 14:11:11 +0000 Subject: [PATCH 2872/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..bad8db91c557 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid CadetBlue; } nav { - background: DarkTurquoise; + background: CadetBlue; display: flex; align-items: center; padding: 0 0.5rem; From fe633194242213d8ed8f2a637582571aa22bbe0a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 17:56:11 +0000 Subject: [PATCH 2873/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bad8db91c557..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CadetBlue; + border-top: 1px solid Azure; } nav { - background: CadetBlue; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From c93bdd7e336185a6a5264a0f3c41c6b7487a672e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Feb 2023 20:56:11 +0000 Subject: [PATCH 2874/3211] KPT-22: Modals with OldLace accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid OldLace; } nav { - background: Azure; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 46538e0d2187d08ee2d872990c38f7c555bf3212 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 02:11:12 +0000 Subject: [PATCH 2875/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Turquoise; } nav { - background: OldLace; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From cf6f13a8588936184057d506ca70aa1be7c90a83 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 17:35:21 +0000 Subject: [PATCH 2876/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid LimeGreen; } nav { - background: Turquoise; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From d805e4c6a4d66bfa06de8a72d93b47de856a5e55 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 20:35:20 +0000 Subject: [PATCH 2877/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Cyan; } nav { - background: LimeGreen; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 6015fe85b41591434532d5d65073867e91b3ac88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 21:20:21 +0000 Subject: [PATCH 2878/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid LightPink; } nav { - background: Cyan; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 09399006f3aac9d6bc8d19adc5f2b3ed76fb25ca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Feb 2023 22:05:22 +0000 Subject: [PATCH 2879/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Plum; } nav { - background: LightPink; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 5745125858062249a7ff90bd76e9886c8fd450d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 01:50:21 +0000 Subject: [PATCH 2880/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid WhiteSmoke; } nav { - background: Plum; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 485e3095ecce0d69413da557e542c6de2a587227 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 02:35:21 +0000 Subject: [PATCH 2881/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Pink; } nav { - background: WhiteSmoke; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From bd367b896f4bb4980a9083ab56835fd059e9db89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 03:20:21 +0000 Subject: [PATCH 2882/3211] KPT-22: Modals with Teal accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c9df9f24afe3c36b3fa113acbba8bdd6a2b527c1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 06:20:20 +0000 Subject: [PATCH 2883/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8a0c6493750d7cda3ae7ec62fededbbbd0efb04b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 07:05:21 +0000 Subject: [PATCH 2884/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Plum; } nav { - background: LightSlateGray; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From 933b53605bbd203550ccdea7a1a0781b004f913f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 09:20:21 +0000 Subject: [PATCH 2885/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..9cc806b0b915 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid DodgerBlue; } nav { - background: Plum; + background: DodgerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 010082ecedef8a233402930c25cb809d5fce7270 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 10:05:21 +0000 Subject: [PATCH 2886/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cc806b0b915..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DodgerBlue; + border-top: 1px solid DarkGrey; } nav { - background: DodgerBlue; + background: DarkGrey; display: flex; align-items: center; padding: 0 0.5rem; From a8aa5eafe9321fd6db5334bad84bf677a4788323 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 11:35:21 +0000 Subject: [PATCH 2887/3211] KPT-24: Update background color to White --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid White; } nav { - background: DarkGrey; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From c94bdf4267b6526d1860e35268125142b0d6b08e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 13:50:20 +0000 Subject: [PATCH 2888/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid PeachPuff; } nav { - background: White; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 980895d8422b8f8c3cb3a985f036bdc611a0009d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 18:20:21 +0000 Subject: [PATCH 2889/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid SkyBlue; } nav { - background: PeachPuff; + background: SkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From be76f14a7271951fc601c8ec38895bd8a45af2b3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Feb 2023 23:35:20 +0000 Subject: [PATCH 2890/3211] KPT-24: Update background color to Orange --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid Orange; } nav { - background: SkyBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 07dc7a7c38d6517698f1dab5329806acfa40f19b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 06:20:21 +0000 Subject: [PATCH 2891/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid BlueViolet; } nav { - background: Orange; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From ba1e4f68726a50ca32435e1734940f8b5e1c3505 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 07:05:21 +0000 Subject: [PATCH 2892/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid SeaGreen; } nav { - background: BlueViolet; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c10c7d8886edd0b5d677dac4d35bc8b4273bacb6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 07:50:20 +0000 Subject: [PATCH 2893/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid LightCoral; } nav { - background: SeaGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 5050affdb3c2e13d15b10b5c789fe9de54e87374 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 09:20:21 +0000 Subject: [PATCH 2894/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..e998dc1afbfd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Cyan; } nav { - background: LightCoral; + background: Cyan; display: flex; align-items: center; padding: 0 0.5rem; From 3b9eae9bbd5056c0ddc24914a63c9486e55a4e60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 10:05:20 +0000 Subject: [PATCH 2895/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e998dc1afbfd..9b225c303ed7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cyan; + border-top: 1px solid CornflowerBlue; } nav { - background: Cyan; + background: CornflowerBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4a124493ada6ba2c77ba007f5a8d7a0ccdce642e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 14:35:20 +0000 Subject: [PATCH 2896/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9b225c303ed7..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid CornflowerBlue; + border-top: 1px solid DarkRed; } nav { - background: CornflowerBlue; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From b3e9670846209d3097b1fc3160bc4eae49e7cd1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 16:50:22 +0000 Subject: [PATCH 2897/3211] KPT-24: Update background color to ForestGreen --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid ForestGreen; } nav { - background: DarkRed; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From ce3bfaeae3c2b796d42bb3000d868d38e2763769 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 20:35:20 +0000 Subject: [PATCH 2898/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid LightSalmon; } nav { - background: ForestGreen; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 8d305f4bb15b2434f59e4e1a656c220006a0cfa6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 21:20:20 +0000 Subject: [PATCH 2899/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid AntiqueWhite; } nav { - background: LightSalmon; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 329a06c2ed181e32ef23371ce1c5e9b39c726b33 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 22:05:20 +0000 Subject: [PATCH 2900/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Lavender; } nav { - background: AntiqueWhite; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From 6b7a9874788cc54aceff9fe405bfa9374272759b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 22:50:21 +0000 Subject: [PATCH 2901/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid IndianRed; } nav { - background: Lavender; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From af1972d3d1a6e93d0eac7614416dbc4e93fd4d63 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Feb 2023 23:35:20 +0000 Subject: [PATCH 2902/3211] KPT-24: Update background color to Aqua --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Aqua; } nav { - background: IndianRed; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 3a62d6712b17f2eb04f99ca1e2e32ea1798e4b0b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 04:05:20 +0000 Subject: [PATCH 2903/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid RosyBrown; } nav { - background: Aqua; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 71f4e76acfd6eb531248b292a489a5e337d09edf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 06:20:21 +0000 Subject: [PATCH 2904/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..d61efedec6bb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid DarkKhaki; } nav { - background: RosyBrown; + background: DarkKhaki; display: flex; align-items: center; padding: 0 0.5rem; From a4032cad1e6cbdbc346a4fa313e5db69ba7d0663 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 10:05:20 +0000 Subject: [PATCH 2905/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d61efedec6bb..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkKhaki; + border-top: 1px solid MediumPurple; } nav { - background: DarkKhaki; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 6166d5fafe4fa919b4a22aae1892afddf4ce9b30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 13:50:20 +0000 Subject: [PATCH 2906/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8670f49e6859b0700d0055ec046c3db1875e1777 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 19:50:20 +0000 Subject: [PATCH 2907/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 8a432804fea5de5859919272eaed7fcbd3da0cfe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 20:35:21 +0000 Subject: [PATCH 2908/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 4523d480547c24502255046d61475f3223322032 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Feb 2023 21:20:21 +0000 Subject: [PATCH 2909/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 567b34fec860d91036104487f35fe84cacbde688 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 00:20:21 +0000 Subject: [PATCH 2910/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid MediumBlue; } nav { - background: Lavender; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From eda9fff4315d01a4a36ec4a4c25454608b7804ea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 01:05:20 +0000 Subject: [PATCH 2911/3211] KPT-24: Update background color to HoneyDew --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..91281b5305a0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid HoneyDew; } nav { - background: MediumBlue; + background: HoneyDew; display: flex; align-items: center; padding: 0 0.5rem; From 69b34fae57a3fff679c445681d6b0ca5dafe614c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 04:05:21 +0000 Subject: [PATCH 2912/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 91281b5305a0..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HoneyDew; + border-top: 1px solid OldLace; } nav { - background: HoneyDew; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 0a1a6a498c1c01e35176a3e86ab5ca1dfe25c356 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 05:35:21 +0000 Subject: [PATCH 2913/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Green; } nav { - background: OldLace; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From e917562667f536314883297a2140de44241fddc7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 08:35:20 +0000 Subject: [PATCH 2914/3211] KPT-24: Update background color to Coral --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Coral; } nav { - background: Green; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 1a7a9fb30f3ac23c9a3c18626c836871c7b1f252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 10:05:20 +0000 Subject: [PATCH 2915/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid SpringGreen; } nav { - background: Coral; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 148f7c118193107ee17f418d3ebf10df064ffd70 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 14:35:20 +0000 Subject: [PATCH 2916/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..6da11d3d6276 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid DarkOliveGreen; } nav { - background: SpringGreen; + background: DarkOliveGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0b5ed1cf627ea64a7296fc45250560f0331e9918 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 22:05:21 +0000 Subject: [PATCH 2917/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6da11d3d6276..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOliveGreen; + border-top: 1px solid Gold; } nav { - background: DarkOliveGreen; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 6374495a9583665b93b6556ad5d7666b6a69c834 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Feb 2023 23:35:21 +0000 Subject: [PATCH 2918/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid BurlyWood; } nav { - background: Gold; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 76fdb461d69bb7bba497724b83a9d8752778c7cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 01:50:21 +0000 Subject: [PATCH 2919/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..d7031fe0709d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid HotPink; } nav { - background: BurlyWood; + background: HotPink; display: flex; align-items: center; padding: 0 0.5rem; From 82637669adbdf8d18232c2a0196500723195a274 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 05:35:21 +0000 Subject: [PATCH 2920/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d7031fe0709d..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid HotPink; + border-top: 1px solid LightCyan; } nav { - background: HotPink; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 6fb3c571530e0b69d61951c5802aa1f36b3ba4aa Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 07:05:21 +0000 Subject: [PATCH 2921/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5843c327e036dc4bd2d64b93aea47638ae0564a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 07:50:21 +0000 Subject: [PATCH 2922/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid SeaGreen; } nav { - background: DarkSeaGreen; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From ac532dbcf9743a9236094df99a2d240d65d2325c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 09:20:21 +0000 Subject: [PATCH 2923/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3acc2a5e13bc7c13d2ce89f206caf6f014b4f8e3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 12:20:20 +0000 Subject: [PATCH 2924/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid Gray; } nav { - background: WhiteSmoke; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 751ee153d1127b29deb5141e8241df23132cb491 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 13:05:21 +0000 Subject: [PATCH 2925/3211] KPT-24: Update background color to MediumPurple --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid MediumPurple; } nav { - background: Gray; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 11efed2507d2b75281029f8c12d3cc630bad1f08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 17:35:21 +0000 Subject: [PATCH 2926/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid Tan; } nav { - background: MediumPurple; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 8b8512cc0b55f32e39b026fbd8681a4e8f7acfcc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Feb 2023 22:05:20 +0000 Subject: [PATCH 2927/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid FloralWhite; } nav { - background: Tan; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 6e3579f53ff9f9f9c246573d8edf668322d607d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 02:35:21 +0000 Subject: [PATCH 2928/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid MediumSpringGreen; } nav { - background: FloralWhite; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 40c0ac95def2099e8addbd82a70ded1f97906781 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 05:35:20 +0000 Subject: [PATCH 2929/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid LightPink; } nav { - background: MediumSpringGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 8a99dcf28a30932dd6d77e3b380abad860c1786b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 07:05:21 +0000 Subject: [PATCH 2930/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid DarkSlateBlue; } nav { - background: LightPink; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From b70affc7f8658e20dbdbd3b8ca2a422d8f96afea Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 08:35:21 +0000 Subject: [PATCH 2931/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..ee766fd90860 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Gold; } nav { - background: DarkSlateBlue; + background: Gold; display: flex; align-items: center; padding: 0 0.5rem; From 570cfa21bdf46f53b5bad734cabcc5368a080ffe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 10:50:21 +0000 Subject: [PATCH 2932/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee766fd90860..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gold; + border-top: 1px solid LimeGreen; } nav { - background: Gold; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 2f5e9033b5956c5c84173b0966f6d89f95cde5a9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Feb 2023 23:35:21 +0000 Subject: [PATCH 2933/3211] KPT-24: Update background color to MediumSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..1230ce9cd975 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid MediumSlateBlue; } nav { - background: LimeGreen; + background: MediumSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 385a0890b9ffd1bf425bae009baf160235431c72 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 02:35:20 +0000 Subject: [PATCH 2934/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1230ce9cd975..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSlateBlue; + border-top: 1px solid Orange; } nav { - background: MediumSlateBlue; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From 5dca73a47031ef407a8da57831210a70b40ad115 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 03:20:21 +0000 Subject: [PATCH 2935/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid Yellow; } nav { - background: Orange; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From 67b4862b590d7f903521231156c1cea2d04f2f8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 04:05:20 +0000 Subject: [PATCH 2936/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid LightYellow; } nav { - background: Yellow; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 472371f30e648559b33daeab0d0842c31024b9d9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 04:50:20 +0000 Subject: [PATCH 2937/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..6ed2eb8a42df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Turquoise; } nav { - background: LightYellow; + background: Turquoise; display: flex; align-items: center; padding: 0 0.5rem; From 1790d4c5262170630e462e7902b7240c035e989f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 07:05:20 +0000 Subject: [PATCH 2938/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6ed2eb8a42df..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Turquoise; + border-top: 1px solid IndianRed; } nav { - background: Turquoise; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From c2fde8137763cc6d96aeb89a738ec16ce215190d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 10:05:21 +0000 Subject: [PATCH 2939/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Maroon; } nav { - background: IndianRed; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 5c0116ccff7bc18c174b13d2a3cb1d1e63facd2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Feb 2023 18:20:22 +0000 Subject: [PATCH 2940/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid Silver; } nav { - background: Maroon; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From f7f170f876e0db49b0ba8fb97facd0340d3bc96e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 05:35:20 +0000 Subject: [PATCH 2941/3211] KPT-24: Update background color to Cornsilk --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid Cornsilk; } nav { - background: Silver; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 934e4345944d004953038c1826da6b1f95a2c3e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 06:20:22 +0000 Subject: [PATCH 2942/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightSlateGray; } nav { - background: Cornsilk; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 6d7f3b587f6b12120a7b852b60ac0fb907673051 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 08:35:20 +0000 Subject: [PATCH 2943/3211] KPT-22: Modals with Black accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..e8872e3ed333 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid Black; } nav { - background: LightSlateGray; + background: Black; display: flex; align-items: center; padding: 0 0.5rem; From e853d3f6a52152911155df77f3eddd0fd03f89ed Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 12:20:22 +0000 Subject: [PATCH 2944/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index e8872e3ed333..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Black; + border-top: 1px solid Indigo; } nav { - background: Black; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From d3ff96e5dd2357dfb98edc417de9710a0335267e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 19:50:21 +0000 Subject: [PATCH 2945/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid MistyRose; } nav { - background: Indigo; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 5fd3f0a8e32626a393eb9c9857493b5899536dff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Feb 2023 23:35:21 +0000 Subject: [PATCH 2946/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid AntiqueWhite; } nav { - background: MistyRose; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 8ef6f3761966568a8c75f939d1d002b4262a7e76 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 04:05:20 +0000 Subject: [PATCH 2947/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..bc298684f71f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid RebeccaPurple; } nav { - background: AntiqueWhite; + background: RebeccaPurple; display: flex; align-items: center; padding: 0 0.5rem; From d3089fd982a350da454833890aa6eb1b7c7292d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 09:20:21 +0000 Subject: [PATCH 2948/3211] KPT-22: Modals with MediumPurple accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bc298684f71f..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RebeccaPurple; + border-top: 1px solid MediumPurple; } nav { - background: RebeccaPurple; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From e9f49a92eafe2e2c4cf62793ad8ce697f48b006c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 11:35:20 +0000 Subject: [PATCH 2949/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid SandyBrown; } nav { - background: MediumPurple; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From aef42e527e5c192e9770990a3dd73bbcb0a1e17b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 13:05:20 +0000 Subject: [PATCH 2950/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2ece0cca8ec14eed4706bfc8146dcbff107de1fc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 13:50:21 +0000 Subject: [PATCH 2951/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Moccasin; } nav { - background: DarkSlateGrey; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 613584a0bafd1f980522d0225bcf4fe2558021b7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 17:35:20 +0000 Subject: [PATCH 2952/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Tomato; } nav { - background: Moccasin; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 3614fc766bbe97d419cc7a7ef2042922cea358ad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Feb 2023 20:35:21 +0000 Subject: [PATCH 2953/3211] KPT-24: Update background color to DarkSlateBlue --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid DarkSlateBlue; } nav { - background: Tomato; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From d4396298bf4135ea3f1d409e8cae43a002e52f47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 01:50:22 +0000 Subject: [PATCH 2954/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid DarkSlateGrey; } nav { - background: DarkSlateBlue; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 7bd347e2bf93b9a5019545100eeddddbe0d69bf4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 02:35:21 +0000 Subject: [PATCH 2955/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..2a24e48a33d3 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid Green; } nav { - background: DarkSlateGrey; + background: Green; display: flex; align-items: center; padding: 0 0.5rem; From 03358639070ea498114b8aa1fa8405a78aba045f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 06:20:22 +0000 Subject: [PATCH 2956/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2a24e48a33d3..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Green; + border-top: 1px solid Crimson; } nav { - background: Green; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From b909e1db43df05a4e351f0646e06409874a48fe6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 07:50:21 +0000 Subject: [PATCH 2957/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LavenderBlush; } nav { - background: Crimson; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From 803b38667368713fc089c424e9838dbebf9cfcb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 08:35:21 +0000 Subject: [PATCH 2958/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid LightSlateGrey; } nav { - background: LavenderBlush; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From f13acabde9d56ad860e56ca1dbb897615f0fabb4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 12:20:21 +0000 Subject: [PATCH 2959/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 9609fb7b42456ae849ad0f89194c1e87daa1d4a6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 16:05:21 +0000 Subject: [PATCH 2960/3211] KPT-22: Modals with DarkSlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid DarkSlateGrey; } nav { - background: Chartreuse; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 13c18711edd6d1a098785afddedb32dbde718742 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 16:50:21 +0000 Subject: [PATCH 2961/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid DarkTurquoise; } nav { - background: DarkSlateGrey; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 6af88818218d45ce9fd9109b6aa25071d54c266b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Feb 2023 19:05:21 +0000 Subject: [PATCH 2962/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Snow; } nav { - background: DarkTurquoise; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 79db1e971c7fad7c1bf3d13a63fff69da5ab9eb2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 03:20:20 +0000 Subject: [PATCH 2963/3211] KPT-22: Modals with SlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid SlateGrey; } nav { - background: Snow; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 04daf4e298a3133b715859153140ae39515a8540 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 09:20:21 +0000 Subject: [PATCH 2964/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 750a3145317f2e3f8fb72f5b023ac3130b4b9a88 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 11:35:21 +0000 Subject: [PATCH 2965/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid Cornsilk; } nav { - background: LightGreen; + background: Cornsilk; display: flex; align-items: center; padding: 0 0.5rem; From 4c1a4c90afc75b196660c93f9b221e16ca020d65 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 14:35:21 +0000 Subject: [PATCH 2966/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Grey; } nav { - background: Cornsilk; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From 06f7ffe6b73ccf6b0a6889f5cd0687cefb3dbebc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 16:50:22 +0000 Subject: [PATCH 2967/3211] KPT-22: Modals with GhostWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid GhostWhite; } nav { - background: Grey; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 4b206e6f87be7a30496691f0cbe5efb97b182cdd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 17:35:21 +0000 Subject: [PATCH 2968/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid AliceBlue; } nav { - background: GhostWhite; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 2627bf1b0d10b8c73f2af198bed348210e1b8016 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 18:20:20 +0000 Subject: [PATCH 2969/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid MediumBlue; } nav { - background: AliceBlue; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From c0148cc9dd8c2cc78ecad9698733b0c22fd6133b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Feb 2023 19:05:20 +0000 Subject: [PATCH 2970/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..39ce4de2a2ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid FireBrick; } nav { - background: MediumBlue; + background: FireBrick; display: flex; align-items: center; padding: 0 0.5rem; From 5a9f3359d97f795bd6110246829f54d59b31177e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 07:05:20 +0000 Subject: [PATCH 2971/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 39ce4de2a2ff..266d9435f640 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FireBrick; + border-top: 1px solid Orange; } nav { - background: FireBrick; + background: Orange; display: flex; align-items: center; padding: 0 0.5rem; From b92e16d38f382c42033fb43a9c70994c1e846ffd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 15:20:21 +0000 Subject: [PATCH 2972/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 266d9435f640..bb2f114b139e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orange; + border-top: 1px solid LightSlateGrey; } nav { - background: Orange; + background: LightSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 219bd77c732c0d2378ae34268d10de4b399ddcdf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 16:05:20 +0000 Subject: [PATCH 2973/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bb2f114b139e..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGrey; + border-top: 1px solid Gray; } nav { - background: LightSlateGrey; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 66bf28a85676667f4a27936b19fae6a31ef6a4cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Feb 2023 22:05:20 +0000 Subject: [PATCH 2974/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid DarkCyan; } nav { - background: Gray; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From b41eb2a41710bbcd72300137834767424f2aa538 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 03:20:21 +0000 Subject: [PATCH 2975/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..c9db43be9d02 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Purple; } nav { - background: DarkCyan; + background: Purple; display: flex; align-items: center; padding: 0 0.5rem; From 147113540e0918a501e0680a76465b2b6dd62102 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 04:50:22 +0000 Subject: [PATCH 2976/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9db43be9d02..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Purple; + border-top: 1px solid Bisque; } nav { - background: Purple; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From bd5aa63d58d970e7a80f32dda7ada9c2362eab17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 11:35:21 +0000 Subject: [PATCH 2977/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Moccasin; } nav { - background: Bisque; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 7accf5465084b4e17653da8d38ff2445e7042ad4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 16:05:21 +0000 Subject: [PATCH 2978/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Azure; } nav { - background: Moccasin; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From 93dc24c8fde0db3b8b532569cf8677068d2f5eff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Feb 2023 21:20:20 +0000 Subject: [PATCH 2979/3211] KPT-22: Modals with SandyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid SandyBrown; } nav { - background: Azure; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 342d856b50123cbec5a0b48079c2a9c6aa2b9efe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 01:50:21 +0000 Subject: [PATCH 2980/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..31a327a93479 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid Navy; } nav { - background: SandyBrown; + background: Navy; display: flex; align-items: center; padding: 0 0.5rem; From 5c96c8805ab419ac805aa8c008ca1480abfc036f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 04:05:20 +0000 Subject: [PATCH 2981/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31a327a93479..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b84232f801b5b80159160afa3f138e479d736099 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 04:50:20 +0000 Subject: [PATCH 2982/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..a30b9cfca12e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Snow; + border-top: 1px solid PapayaWhip; } nav { - background: Snow; + background: PapayaWhip; display: flex; align-items: center; padding: 0 0.5rem; From ec6a52c94af84d8f39217a4224275a8974bba5fb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 05:35:20 +0000 Subject: [PATCH 2983/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a30b9cfca12e..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PapayaWhip; + border-top: 1px solid DeepSkyBlue; } nav { - background: PapayaWhip; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 724dfc38a5d124cd8336e809ba9886999d25f878 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 13:05:21 +0000 Subject: [PATCH 2984/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 479c599724ac68ffee14cb4d2228cb2d1b2563a7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Feb 2023 23:35:20 +0000 Subject: [PATCH 2985/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Tomato; } nav { - background: PaleVioletRed; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 6be7c810f6657a4934e8a3c145aff80b842ed7ac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 01:05:21 +0000 Subject: [PATCH 2986/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Peru; } nav { - background: Tomato; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 4dfc65a902548ac87fa7d9ae3895113adde54b98 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 03:20:20 +0000 Subject: [PATCH 2987/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 de98dcc1402ed84a717991dfcd8de5cb06ae9e93 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 04:50:21 +0000 Subject: [PATCH 2988/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d0710898f470ae2450cc8d77f16e0041bf88fa39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 09:20:20 +0000 Subject: [PATCH 2989/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid OldLace; } nav { - background: GhostWhite; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 2e43a707b089603f5e01252b2c7beeefff8e2ab1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 15:20:20 +0000 Subject: [PATCH 2990/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 743ba479004e485eab53a164049b0d26f5e6000f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 18:20:20 +0000 Subject: [PATCH 2991/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid LightPink; } nav { - background: MidnightBlue; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 6f7c1d7710fe7fec864615519f2915d3cabe68e2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 22:05:21 +0000 Subject: [PATCH 2992/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid Gray; } nav { - background: LightPink; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From 770b1414b5959652a1d2a7bba0cfd54351e8536f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 1 Mar 2023 23:35:21 +0000 Subject: [PATCH 2993/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid MediumTurquoise; } nav { - background: Gray; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 9fce3f13459460f79e79c73e33f078e781bf08bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 00:20:21 +0000 Subject: [PATCH 2994/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b1ac8b233ed45d08e240cb4693cbe8a6a6c215e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 01:50:22 +0000 Subject: [PATCH 2995/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightYellow; } nav { - background: LightSteelBlue; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 0552cf445abbb9a707c612fa115de600b1aaa2d8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 06:20:21 +0000 Subject: [PATCH 2996/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Peru; } nav { - background: LightYellow; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From c7d3a050092a7d354c627ef61a64436969de667e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 08:35:22 +0000 Subject: [PATCH 2997/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid DeepPink; } nav { - background: Peru; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 91660301b3e1bd9286ac8aa06971b86125e0c115 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 10:50:21 +0000 Subject: [PATCH 2998/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid Red; } nav { - background: DeepPink; + background: Red; display: flex; align-items: center; padding: 0 0.5rem; From 22d7469252ff35f9321916f5e300b3b9a21c7745 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 11:35:22 +0000 Subject: [PATCH 2999/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..195f194ef15a 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid LightSteelBlue; } nav { - background: Red; + background: LightSteelBlue; display: flex; align-items: center; padding: 0 0.5rem; From eee15c0acdaffcb342d5e272d900bb8bf9346394 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 12:20:22 +0000 Subject: [PATCH 3000/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 195f194ef15a..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSteelBlue; + border-top: 1px solid LightSalmon; } nav { - background: LightSteelBlue; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 077ea626a3d445700c3be783c2cdb83728e0304f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 16:50:22 +0000 Subject: [PATCH 3001/3211] KPT-22: Modals with Lavender accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..308fd2898d6e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Lavender; } nav { - background: LightSalmon; + background: Lavender; display: flex; align-items: center; padding: 0 0.5rem; From c4c418feb6892c4493da689a7ce44d0c1b918fbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 17:35:20 +0000 Subject: [PATCH 3002/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 308fd2898d6e..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lavender; + border-top: 1px solid Indigo; } nav { - background: Lavender; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From 10e72d6882dac303b181f78e9c676f406a6c524c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 19:05:21 +0000 Subject: [PATCH 3003/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid Crimson; } nav { - background: Indigo; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 31990ef9f40a3627c81e2d52296d2d2252160858 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 2 Mar 2023 21:20:20 +0000 Subject: [PATCH 3004/3211] KPT-24: Update background color to LightSlateGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightSlateGray; } nav { - background: Crimson; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4032fbe98bb50b06d214986f38357c9cf5292557 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 02:35:21 +0000 Subject: [PATCH 3005/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..a67998ca9c46 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid MediumOrchid; } nav { - background: LightSlateGray; + background: MediumOrchid; display: flex; align-items: center; padding: 0 0.5rem; From 1a63d66a6f0a97232ec9e2972418e2bdc91a9d13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 04:05:21 +0000 Subject: [PATCH 3006/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a67998ca9c46..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 2bddd9bdb0413f2d3997de1836da55558fb13c60 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 05:35:20 +0000 Subject: [PATCH 3007/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid Moccasin; } nav { - background: Aqua; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From 350223cc7932cd93d6cae36bcd39d32853b76318 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 08:35:21 +0000 Subject: [PATCH 3008/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid Tomato; } nav { - background: Moccasin; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 69496284332f4afd4ebd8eb4971f3d0f1d1828f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 10:50:20 +0000 Subject: [PATCH 3009/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid GhostWhite; } nav { - background: Tomato; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From 960791aa79d023dedba8d3cc093e722f6ea0b6bd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 12:20:21 +0000 Subject: [PATCH 3010/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid MistyRose; } nav { - background: GhostWhite; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 463e9401973aff45513a660a247cc7732c882930 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 13:50:22 +0000 Subject: [PATCH 3011/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..b71c46471615 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 840a8a98272bb5f3ad8cde6066756ae3d71088f0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 16:05:22 +0000 Subject: [PATCH 3012/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b71c46471615..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Sienna; + border-top: 1px solid SeaShell; } nav { - background: Sienna; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From dce60656a84e3c4e4625154faaba4aa3a002ca53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 18:20:21 +0000 Subject: [PATCH 3013/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid RosyBrown; } nav { - background: SeaShell; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 595766db77c3d8358b093d8d71aa7c342802964c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 19:05:21 +0000 Subject: [PATCH 3014/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid PeachPuff; } nav { - background: RosyBrown; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From ab44a27e5e36abbf9b13b1788286ad21775956e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 3 Mar 2023 23:35:21 +0000 Subject: [PATCH 3015/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid GoldenRod; } nav { - background: PeachPuff; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From 6d00e0c1666e5f9b6973c042380f6c592b86e4ee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 03:20:20 +0000 Subject: [PATCH 3016/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..3b05aa10f47f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 1403db9f08e692b19173b6f8667918b9e2b34971 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 07:05:21 +0000 Subject: [PATCH 3017/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b05aa10f47f..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SkyBlue; + border-top: 1px solid DarkGoldenRod; } nav { - background: SkyBlue; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d59b165acfa3b1075a3f8b0f876eb41dd042a712 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 08:35:22 +0000 Subject: [PATCH 3018/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..b3ffebd1503f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid PeachPuff; } nav { - background: DarkGoldenRod; + background: PeachPuff; display: flex; align-items: center; padding: 0 0.5rem; From 74a4d9f8b42de033df45be1f12318a4c4c4ff6f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 10:50:22 +0000 Subject: [PATCH 3019/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b3ffebd1503f..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PeachPuff; + border-top: 1px solid Peru; } nav { - background: PeachPuff; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 4d5df2976ebdd5ed44e0ad4339197991e1a7f1f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 12:20:21 +0000 Subject: [PATCH 3020/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c0c139c2e2a703c7708e1c65f3cca30f3b33d874 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 16:05:21 +0000 Subject: [PATCH 3021/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid DarkGreen; } nav { - background: GhostWhite; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1701cf7e4267c8120275a388701d6149c4bbf1cd Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 17:35:21 +0000 Subject: [PATCH 3022/3211] KPT-22: Modals with LightSeaGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightSeaGreen; } nav { - background: DarkGreen; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 1736634c4f2e4a076e568d60a46c78d2d1448717 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 19:05:21 +0000 Subject: [PATCH 3023/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid LawnGreen; } nav { - background: LightSeaGreen; + background: LawnGreen; display: flex; align-items: center; padding: 0 0.5rem; From 88b90f767b2083b2ed4bade3f8ebb0f618b8f5ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 20:35:30 +0000 Subject: [PATCH 3024/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..eca3a27ac0c5 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LawnGreen; + border-top: 1px solid GreenYellow; } nav { - background: LawnGreen; + background: GreenYellow; display: flex; align-items: center; padding: 0 0.5rem; From 3e91a014d0396f0ea28b35bc9e503a9e9ff059ec Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 4 Mar 2023 23:35:21 +0000 Subject: [PATCH 3025/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index eca3a27ac0c5..4ec33dd9a11e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GreenYellow; + border-top: 1px solid BurlyWood; } nav { - background: GreenYellow; + background: BurlyWood; display: flex; align-items: center; padding: 0 0.5rem; From 7e8d6a5137120b1b084df36aac5147bd5d6dec7e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 03:20:22 +0000 Subject: [PATCH 3026/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4ec33dd9a11e..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BurlyWood; + border-top: 1px solid Tan; } nav { - background: BurlyWood; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 1852fcc53c19c6ab5ca2e3c70dbd94f9fef4b8cb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 06:20:21 +0000 Subject: [PATCH 3027/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid ForestGreen; } nav { - background: Tan; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3e9116fb363f3ba596afb18c89c9790987ab4d8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 07:05:21 +0000 Subject: [PATCH 3028/3211] KPT-24: Update background color to Bisque --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Bisque; } nav { - background: ForestGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 5e265d9de2a9ba4a174cd7fbf5e0854be974bd9f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 08:35:21 +0000 Subject: [PATCH 3029/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Crimson; } nav { - background: Bisque; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From fd528d050b35dbf68a14093059ed0f1c58265382 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 10:50:21 +0000 Subject: [PATCH 3030/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..c5466bcfd359 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid Teal; } nav { - background: Crimson; + background: Teal; display: flex; align-items: center; padding: 0 0.5rem; From 0de1641f67503001c0769a000a4e84c8e26adb89 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 14:35:20 +0000 Subject: [PATCH 3031/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c5466bcfd359..4157a06c1b2b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ab07de49b594b79f89fbd86e89dbea8d021d65c7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 15:20:21 +0000 Subject: [PATCH 3032/3211] KPT-24: Update background color to Cornsilk --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4157a06c1b2b..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e6e47a5e95fd2dc2b1cd69754c887114239bebee Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 16:50:21 +0000 Subject: [PATCH 3033/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid LightSkyBlue; } nav { - background: Cornsilk; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 4cd3248f026258c035e0f5cbfbab451d1ce9c12d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 5 Mar 2023 19:05:21 +0000 Subject: [PATCH 3034/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid Chartreuse; } nav { - background: LightSkyBlue; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 1bbff8e76bbc7c10d4213ce876605e9dff04dfb3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 03:20:21 +0000 Subject: [PATCH 3035/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid YellowGreen; } nav { - background: Chartreuse; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From 451d9398a296cbbb15a21e4e8c6f7c916d3a39d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 05:35:21 +0000 Subject: [PATCH 3036/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..6c526423d3cc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3a14f92c698c4273de741af74ddf1cfbe70b286c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 07:50:21 +0000 Subject: [PATCH 3037/3211] KPT-22: Modals with Bisque accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6c526423d3cc..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Cornsilk; + border-top: 1px solid Bisque; } nav { - background: Cornsilk; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From e0c140ecd16c0af6d850a515079e7b9d773a9253 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 11:35:20 +0000 Subject: [PATCH 3038/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..0053969b5ecf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid WhiteSmoke; } nav { - background: Bisque; + background: WhiteSmoke; display: flex; align-items: center; padding: 0 0.5rem; From 6e49dacc1cb6b27c38555d05155513d121458efe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 19:05:21 +0000 Subject: [PATCH 3039/3211] KPT-22: Modals with AntiqueWhite accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0053969b5ecf..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid WhiteSmoke; + border-top: 1px solid AntiqueWhite; } nav { - background: WhiteSmoke; + background: AntiqueWhite; display: flex; align-items: center; padding: 0 0.5rem; From 95bf3b737e8769030163af855968fb33c325dbbb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 19:50:22 +0000 Subject: [PATCH 3040/3211] KPT-24: Update background color to Ivory --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid Ivory; } nav { - background: AntiqueWhite; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 80479ef98553aa1b818c62c7f9b6331502b13716 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 6 Mar 2023 22:50:21 +0000 Subject: [PATCH 3041/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a48e4c233c62f56121fc72952c05537ef03ed58d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 04:50:21 +0000 Subject: [PATCH 3042/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid White; } nav { - background: MintCream; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From ae3577d572a60a374b617644a1dc55524e5ea3d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 06:20:21 +0000 Subject: [PATCH 3043/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid Tomato; } nav { - background: White; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From ac812b6b8826abf6571e845f0f196bd9acb33059 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 07:05:21 +0000 Subject: [PATCH 3044/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..228291e36290 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Beige; } nav { - background: Tomato; + background: Beige; display: flex; align-items: center; padding: 0 0.5rem; From 02d4ad5d9b95f44884a1861795d1b9815dbb7554 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 08:35:21 +0000 Subject: [PATCH 3045/3211] KPT-22: Modals with AliceBlue accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 228291e36290..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Beige; + border-top: 1px solid AliceBlue; } nav { - background: Beige; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 3e4f7f6b78b819524e293cc68d23df8db7325b6b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 13:05:21 +0000 Subject: [PATCH 3046/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid Tomato; } nav { - background: AliceBlue; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 6b3e78a561de48c4556a2d430f74ef616a8a2e04 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 16:05:21 +0000 Subject: [PATCH 3047/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid PaleVioletRed; } nav { - background: Tomato; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From be4cc65a68da942aaa0bc8700fc13e26dcc67d9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 7 Mar 2023 21:20:31 +0000 Subject: [PATCH 3048/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleVioletRed; + border-top: 1px solid Linen; } nav { - background: PaleVioletRed; + background: Linen; display: flex; align-items: center; padding: 0 0.5rem; From f467a152558a69dbaf993ba547a63cf624e13b17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 06:20:21 +0000 Subject: [PATCH 3049/3211] KPT-22: Modals with Brown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Linen; + border-top: 1px solid Brown; } nav { - background: Linen; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From 40b9f0e17eae91e9f9047c889752722fb831bbab Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 08:35:20 +0000 Subject: [PATCH 3050/3211] KPT-22: Modals with MistyRose accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b61be7be42ccbce2a6e6054879446ad6be7ba14a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 10:05:20 +0000 Subject: [PATCH 3051/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid Bisque; } nav { - background: MistyRose; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From eee80744a982791270387f51a6694ae2d1a2210b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 10:50:21 +0000 Subject: [PATCH 3052/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..d932ecdd7d93 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid Moccasin; } nav { - background: Bisque; + background: Moccasin; display: flex; align-items: center; padding: 0 0.5rem; From d1fb94cb89475d9e164d8523b3b67b3b5d1eaf47 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 15:20:21 +0000 Subject: [PATCH 3053/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d932ecdd7d93..afdb09fdc5dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Moccasin; + border-top: 1px solid SlateGray; } nav { - background: Moccasin; + background: SlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 16f15679fb1128e4da6716f39acecc50e58ddde9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 19:05:20 +0000 Subject: [PATCH 3054/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index afdb09fdc5dc..d1a30d185108 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 7b60270b95ac5e4709deb102643eaa290ac73af2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 20:35:20 +0000 Subject: [PATCH 3055/3211] KPT-22: Modals with ForestGreen accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d1a30d185108..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f7aa25b106e44c537e4a43bb6322f8d9aba2bbff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 8 Mar 2023 22:50:21 +0000 Subject: [PATCH 3056/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid DarkSlateGrey; } nav { - background: ForestGreen; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From a5fb5ccc901b64875ff505741c6de8f311423b35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 01:50:21 +0000 Subject: [PATCH 3057/3211] KPT-24: Update background color to OliveDrab --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateGrey; + border-top: 1px solid OliveDrab; } nav { - background: DarkSlateGrey; + background: OliveDrab; display: flex; align-items: center; padding: 0 0.5rem; From 523f01eaf33052a7e33d774117b8ac02b62262d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 06:20:20 +0000 Subject: [PATCH 3058/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..d28f8e930d59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid Snow; } nav { - background: OliveDrab; + background: Snow; display: flex; align-items: center; padding: 0 0.5rem; From 4b88b0d7e79542055664956fc92fc8082410c392 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 07:50:21 +0000 Subject: [PATCH 3059/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d28f8e930d59..5b6feda18165 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 bd7284b3355eccf3db78831396b077d1b3e18cd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 11:35:21 +0000 Subject: [PATCH 3060/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5b6feda18165..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Red; + border-top: 1px solid Crimson; } nav { - background: Red; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From 7e4889c5d5c5914d763e772281325f9ae1bd691d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 13:50:20 +0000 Subject: [PATCH 3061/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid LightGreen; } nav { - background: Crimson; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From da8cf139a0c0adb82c59c9086fb40343dae419e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 14:35:20 +0000 Subject: [PATCH 3062/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid LightCoral; } nav { - background: LightGreen; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From ff6c9b2e6a8251804fa7d164f528fe890eb12e10 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 15:20:20 +0000 Subject: [PATCH 3063/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..5bc7ef4eb78f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid DarkOrange; } nav { - background: LightCoral; + background: DarkOrange; display: flex; align-items: center; padding: 0 0.5rem; From 41c5a932576e8543eed6745ab6a019a2c316e042 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 16:50:22 +0000 Subject: [PATCH 3064/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5bc7ef4eb78f..09d17be28fcf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkOrange; + border-top: 1px solid Chartreuse; } nav { - background: DarkOrange; + background: Chartreuse; display: flex; align-items: center; padding: 0 0.5rem; From 2965908cba5605d6376200a19b2ce469b17b900c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 17:35:21 +0000 Subject: [PATCH 3065/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 09d17be28fcf..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Chartreuse; + border-top: 1px solid LavenderBlush; } nav { - background: Chartreuse; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From ec99f435fc99784f59a47e078edb7ae4c24a1a38 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 21:20:21 +0000 Subject: [PATCH 3066/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Brown; } nav { - background: LavenderBlush; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From d16641d569b4c01745e6c8424e8cf53178916bad Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 9 Mar 2023 22:05:20 +0000 Subject: [PATCH 3067/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..531a07b0e7f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 5baddb759df73a3128592a013e624a8a8d6370ff Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 03:20:21 +0000 Subject: [PATCH 3068/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 531a07b0e7f9..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AntiqueWhite; + border-top: 1px solid SpringGreen; } nav { - background: AntiqueWhite; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 27c4ddaf0b766a1f71ccb804259c1e10c5a3ec8d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 04:05:21 +0000 Subject: [PATCH 3069/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid LightPink; } nav { - background: SpringGreen; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 3ce82adbd7657dce814daf275be7acc91f6b6c90 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 05:35:20 +0000 Subject: [PATCH 3070/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid MediumAquaMarine; } nav { - background: LightPink; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 095ea15d8f9d560f2af7714d61f5ac0a6ff77948 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 07:50:22 +0000 Subject: [PATCH 3071/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..718dcb65df26 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid DarkCyan; } nav { - background: MediumAquaMarine; + background: DarkCyan; display: flex; align-items: center; padding: 0 0.5rem; From 1aa3ebf4da315b3c21ddd5f8af6e685882225a02 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 10:50:22 +0000 Subject: [PATCH 3072/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 718dcb65df26..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkCyan; + border-top: 1px solid Brown; } nav { - background: DarkCyan; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From e5e0ba2b471049344dc9adca5df68bda17c25e6d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 12:20:21 +0000 Subject: [PATCH 3073/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid BlueViolet; } nav { - background: Brown; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From 45eb9136d707c7ea241e0464fe8e2d81455122e9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 13:50:21 +0000 Subject: [PATCH 3074/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid Pink; } nav { - background: BlueViolet; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From 77745d148a855f2bcf861a7834703b614fa4fe4e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 16:50:32 +0000 Subject: [PATCH 3075/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..52780a4ff666 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid SlateGrey; } nav { - background: Pink; + background: SlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 60ad0039d4b9a985c519151ba71d6a8f51f5d3d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 17:35:21 +0000 Subject: [PATCH 3076/3211] KPT-24: Update background color to SandyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 52780a4ff666..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SlateGrey; + border-top: 1px solid SandyBrown; } nav { - background: SlateGrey; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 66cf20fae172b4de539ab3e339f06ea160e8902b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 18:20:22 +0000 Subject: [PATCH 3077/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..3b0ac193bf44 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 86e991146ab21fc9e1f03b4954b59a996fe1c418 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 10 Mar 2023 20:35:21 +0000 Subject: [PATCH 3078/3211] KPT-24: Update background color to Gainsboro --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3b0ac193bf44..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aquamarine; + border-top: 1px solid Gainsboro; } nav { - background: Aquamarine; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 1051d2eca3571005e6f60c4d307d858ba13acfcb Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 04:50:20 +0000 Subject: [PATCH 3079/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid SeaShell; } nav { - background: Gainsboro; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From d4d63f8f714b8eace4de44a903c84d8f902acfca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 12:20:20 +0000 Subject: [PATCH 3080/3211] KPT-24: Update background color to PaleVioletRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid PaleVioletRed; } nav { - background: SeaShell; + background: PaleVioletRed; display: flex; align-items: center; padding: 0 0.5rem; From 9d29baf6c4255eeb76467cf0b68468910e63e7f5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 16:05:21 +0000 Subject: [PATCH 3081/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e8f829598535c5c106c922f56870d1b8d8b9b717 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 11 Mar 2023 19:05:20 +0000 Subject: [PATCH 3082/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..2b6378f009d4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid DarkTurquoise; } nav { - background: MediumPurple; + background: DarkTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From 807e877aacfd72e92e7faf7a8c6ae6b1bd45accc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 07:50:21 +0000 Subject: [PATCH 3083/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2b6378f009d4..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkTurquoise; + border-top: 1px solid Gainsboro; } nav { - background: DarkTurquoise; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From 3fe290c654343b8600f44fa2543e564722cd71dc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 08:35:21 +0000 Subject: [PATCH 3084/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..d8e82b5712c9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Fuchsia; } nav { - background: Gainsboro; + background: Fuchsia; display: flex; align-items: center; padding: 0 0.5rem; From 52f1bd6cd6b0927442057e2acdd77124f5b163d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 17:35:21 +0000 Subject: [PATCH 3085/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d8e82b5712c9..ceefd47a65fe 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Fuchsia; + border-top: 1px solid BlueViolet; } nav { - background: Fuchsia; + background: BlueViolet; display: flex; align-items: center; padding: 0 0.5rem; From b4406334efa780f211564842d91ba41ca75fd8e1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 12 Mar 2023 20:35:21 +0000 Subject: [PATCH 3086/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ceefd47a65fe..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlueViolet; + border-top: 1px solid MediumSpringGreen; } nav { - background: BlueViolet; + background: MediumSpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From 01d4d5a79383ca9fb8e5fcf27d272632b273b100 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 01:50:20 +0000 Subject: [PATCH 3087/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..ce75e3b066c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Olive; } nav { - background: MediumSpringGreen; + background: Olive; display: flex; align-items: center; padding: 0 0.5rem; From 22a06ac61c3a9775b3bdbcbe5f3c637b5c0a83d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 07:50:21 +0000 Subject: [PATCH 3088/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ce75e3b066c0..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Olive; + border-top: 1px solid DarkRed; } nav { - background: Olive; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 386d59d91cbe05962c8175811e1a1995c2064fe3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 10:05:20 +0000 Subject: [PATCH 3089/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid MediumPurple; } nav { - background: DarkRed; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 968e06e5eb314177c67d9055e6b097713f445d9e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 10:50:21 +0000 Subject: [PATCH 3090/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid SeaGreen; } nav { - background: MediumPurple; + background: SeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From f6fc2063f1934888bca062bb48ed5f3e58da4fb0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 11:35:20 +0000 Subject: [PATCH 3091/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid Magenta; } nav { - background: SeaGreen; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From bb867fd17a3191806a91caef1a9037f63915a628 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 17:35:20 +0000 Subject: [PATCH 3092/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..0fc8799d2400 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid PaleTurquoise; } nav { - background: Magenta; + background: PaleTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From ad0795ca0973085b8823ff1595182d6c0b478541 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 19:05:31 +0000 Subject: [PATCH 3093/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0fc8799d2400..3ec0ac892f86 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleTurquoise; + border-top: 1px solid Gainsboro; } nav { - background: PaleTurquoise; + background: Gainsboro; display: flex; align-items: center; padding: 0 0.5rem; From c7f15ee61578cf89a4869e4fd55fa5e0daa10e81 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 13 Mar 2023 23:35:30 +0000 Subject: [PATCH 3094/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3ec0ac892f86..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gainsboro; + border-top: 1px solid Orchid; } nav { - background: Gainsboro; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 2a37f4200b91be75b298e18dadcfcc46ed51c48f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 01:50:21 +0000 Subject: [PATCH 3095/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..b666cf7876b7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid Crimson; } nav { - background: Orchid; + background: Crimson; display: flex; align-items: center; padding: 0 0.5rem; From dcf1089af11c1e6b41901a8b3e799423a3c67d9a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 06:20:21 +0000 Subject: [PATCH 3096/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b666cf7876b7..ff1b8ca54562 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Crimson; + border-top: 1px solid MediumBlue; } nav { - background: Crimson; + background: MediumBlue; display: flex; align-items: center; padding: 0 0.5rem; From a58ab502bd5d382a1a645e4aea6e911d4eb9f854 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 09:20:21 +0000 Subject: [PATCH 3097/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ff1b8ca54562..64214c2d85c0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumBlue; + border-top: 1px solid LightGreen; } nav { - background: MediumBlue; + background: LightGreen; display: flex; align-items: center; padding: 0 0.5rem; From 94382ef2fb75fb3e4e72a9f67f88cc6c984b5041 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 10:05:20 +0000 Subject: [PATCH 3098/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 64214c2d85c0..38d8005718f8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGreen; + border-top: 1px solid YellowGreen; } nav { - background: LightGreen; + background: YellowGreen; display: flex; align-items: center; padding: 0 0.5rem; From a40792ec631ad663b8ead96d73cfc53c81d62be1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 12:20:21 +0000 Subject: [PATCH 3099/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38d8005718f8..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid YellowGreen; + border-top: 1px solid Ivory; } nav { - background: YellowGreen; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 3defb75088e5176e4930fba6df80743c755a1077 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 13:50:21 +0000 Subject: [PATCH 3100/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..d3ffb8ea4363 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid DimGrey; } nav { - background: Ivory; + background: DimGrey; display: flex; align-items: center; padding: 0 0.5rem; From c49a78e5eaee71607fb26c180f67301a3f571033 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 16:50:21 +0000 Subject: [PATCH 3101/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d3ffb8ea4363..46aa99fbd145 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGrey; + border-top: 1px solid DarkGoldenRod; } nav { - background: DimGrey; + background: DarkGoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From e8ab625fcfc446297c377767e01dd9934ebc6166 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 17:35:21 +0000 Subject: [PATCH 3102/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 46aa99fbd145..0f633b206ec6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGoldenRod; + border-top: 1px solid MediumAquaMarine; } nav { - background: DarkGoldenRod; + background: MediumAquaMarine; display: flex; align-items: center; padding: 0 0.5rem; From 20f5beab2405d4c4dcfb8845a869b0d313b6dda4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 18:20:21 +0000 Subject: [PATCH 3103/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0f633b206ec6..9db6466b4d55 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumAquaMarine; + border-top: 1px solid Indigo; } nav { - background: MediumAquaMarine; + background: Indigo; display: flex; align-items: center; padding: 0 0.5rem; From b2a43720407b67ec472324c795aedd6e0118732d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 19:50:22 +0000 Subject: [PATCH 3104/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9db6466b4d55..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Indigo; + border-top: 1px solid BlanchedAlmond; } nav { - background: Indigo; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 272e4f87a47a43a16f4bdebfc57f7b2b9251fad2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 14 Mar 2023 20:35:21 +0000 Subject: [PATCH 3105/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 c903dfdf61d92fd693fd052f4bb7c84443cd5e35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 03:20:21 +0000 Subject: [PATCH 3106/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..454e3b0659dc 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid Tan; } nav { - background: LimeGreen; + background: Tan; display: flex; align-items: center; padding: 0 0.5rem; From 8ba0260cc1f1dffb071a71c7e1464c80d22c4c17 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 04:05:21 +0000 Subject: [PATCH 3107/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 454e3b0659dc..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tan; + border-top: 1px solid Magenta; } nav { - background: Tan; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 8d8c2a8625c66884538f339e3b1857f88a0a2f0f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 05:35:20 +0000 Subject: [PATCH 3108/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 01c88a4d5d2567977191eef4b036895a89cdb734 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 09:20:21 +0000 Subject: [PATCH 3109/3211] KPT-24: Update background color to IndianRed --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid IndianRed; } nav { - background: LightGrey; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From e5dcb040ae3ec73391ca5c6ddd829d6a1587d23c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 10:50:21 +0000 Subject: [PATCH 3110/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..01d9c09e8bbb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid Brown; } nav { - background: IndianRed; + background: Brown; display: flex; align-items: center; padding: 0 0.5rem; From cd7c1c465e0026b071195445d24e4f34857afe87 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 13:05:20 +0000 Subject: [PATCH 3111/3211] KPT-24: Update background color to Maroon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 01d9c09e8bbb..9f1fca2a1ff2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Brown; + border-top: 1px solid Maroon; } nav { - background: Brown; + background: Maroon; display: flex; align-items: center; padding: 0 0.5rem; From 4e196f994a5dec6c3c31f9eb71ca078a7b65fc2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 15:20:22 +0000 Subject: [PATCH 3112/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9f1fca2a1ff2..d5b33e6aee0e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Maroon; + border-top: 1px solid LimeGreen; } nav { - background: Maroon; + background: LimeGreen; display: flex; align-items: center; padding: 0 0.5rem; From 3dba58eed165de189ae3d64526b2117372ca0a2f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 17:35:21 +0000 Subject: [PATCH 3113/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d5b33e6aee0e..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LimeGreen; + border-top: 1px solid OldLace; } nav { - background: LimeGreen; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 456e896205e7b3a26aacafee8a54a1b00d47c511 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 15 Mar 2023 22:05:20 +0000 Subject: [PATCH 3114/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid LightCoral; } nav { - background: OldLace; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From f8a47926b989a18956ee81137025c1ed208e4dbc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 07:05:21 +0000 Subject: [PATCH 3115/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..3723989cd0af 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Aqua; } nav { - background: LightCoral; + background: Aqua; display: flex; align-items: center; padding: 0 0.5rem; From 28b2a4ff0292a07721a1c2e2b13bfa4df74fea9b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 09:20:21 +0000 Subject: [PATCH 3116/3211] KPT-22: Modals with LightCyan accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3723989cd0af..95a9d0b2c399 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Aqua; + border-top: 1px solid LightCyan; } nav { - background: Aqua; + background: LightCyan; display: flex; align-items: center; padding: 0 0.5rem; From 6a283c2aa06f61b628d588765ed978aef9bee9d5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 10:05:20 +0000 Subject: [PATCH 3117/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95a9d0b2c399..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCyan; + border-top: 1px solid FloralWhite; } nav { - background: LightCyan; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From c226560e332bccfffd948704c1cd831175ae363c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 10:50:21 +0000 Subject: [PATCH 3118/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..affcc732e93e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Pink; } nav { - background: FloralWhite; + background: Pink; display: flex; align-items: center; padding: 0 0.5rem; From e7b17577767ba56deb7d019cde488dc773d19d13 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 12:20:20 +0000 Subject: [PATCH 3119/3211] KPT-22: Modals with DarkSlateGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index affcc732e93e..dd1156fbaefb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Pink; + border-top: 1px solid DarkSlateGrey; } nav { - background: Pink; + background: DarkSlateGrey; display: flex; align-items: center; padding: 0 0.5rem; From 8eb9a8c35dadd82a92905e41caebea7dc552d617 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 18:20:21 +0000 Subject: [PATCH 3120/3211] KPT-22: Modals with LightGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index dd1156fbaefb..372b1a31ed97 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e3b092f48ae7a94b375af41dc7bd30844f06aafe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 19:05:21 +0000 Subject: [PATCH 3121/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 372b1a31ed97..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGrey; + border-top: 1px solid White; } nav { - background: LightGrey; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From 25e8c0fdf00b35b1960018c5f3d21961e89e38cf Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 16 Mar 2023 22:05:21 +0000 Subject: [PATCH 3122/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..453cdaa8fe58 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid White; + border-top: 1px solid DarkSlateBlue; } nav { - background: White; + background: DarkSlateBlue; display: flex; align-items: center; padding: 0 0.5rem; From 715803b049879f0d57ffd45f91d08d2b4c153a39 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 02:35:21 +0000 Subject: [PATCH 3123/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 453cdaa8fe58..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSlateBlue; + border-top: 1px solid Plum; } nav { - background: DarkSlateBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From d563b6ea8834635e96f9c6542e940269645b0756 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 03:20:21 +0000 Subject: [PATCH 3124/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..50a979314f9f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Plum; + border-top: 1px solid LightSeaGreen; } nav { - background: Plum; + background: LightSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 8bb4bb19271d076e1a3d7936c8c4eca58f08eb4a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 04:50:21 +0000 Subject: [PATCH 3125/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 50a979314f9f..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSeaGreen; + border-top: 1px solid ForestGreen; } nav { - background: LightSeaGreen; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From dbfc1a8a4975fc898b82eeb6b68460ee29a60b40 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 06:20:21 +0000 Subject: [PATCH 3126/3211] KPT-24: Update background color to Thistle --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Thistle; } nav { - background: ForestGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From b0c7083eb3f5f3775129884e1e5288b325507b8e Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 11:35:21 +0000 Subject: [PATCH 3127/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Thistle; + border-top: 1px solid DarkRed; } nav { - background: Thistle; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 1e0305316a28781822547f5ad016b00e5339605b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 15:15:20 +0000 Subject: [PATCH 3128/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid Coral; } nav { - background: DarkRed; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 0cc5586d9d8fdcc12bc5ff8841c6c91266dbbd68 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 16:50:21 +0000 Subject: [PATCH 3129/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..7e2c71043980 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 3bf303b3878a484cf14dc1b3fd4724bc616f245b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 19:50:21 +0000 Subject: [PATCH 3130/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7e2c71043980..9cb4c6084104 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OliveDrab; + border-top: 1px solid DarkBlue; } nav { - background: OliveDrab; + background: DarkBlue; display: flex; align-items: center; padding: 0 0.5rem; From 1047ca9e5666dbf31d1e4810dd1056d05421b067 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 17 Mar 2023 22:05:21 +0000 Subject: [PATCH 3131/3211] KPT-22: Modals with Yellow accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9cb4c6084104..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkBlue; + border-top: 1px solid Yellow; } nav { - background: DarkBlue; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From f470eb0a84e07716230bd4cefbece4ef2b1e6576 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 00:20:20 +0000 Subject: [PATCH 3132/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid AliceBlue; } nav { - background: Yellow; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From c201c51a016e5ddb717f48be056f8af2044d740d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 02:35:21 +0000 Subject: [PATCH 3133/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..4d589e9fc6c4 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid MidnightBlue; } nav { - background: AliceBlue; + background: MidnightBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8c4229c04f59373fa20a3970cc4e0a416e86db56 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 03:20:21 +0000 Subject: [PATCH 3134/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4d589e9fc6c4..0228fd3891c6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MidnightBlue; + border-top: 1px solid Plum; } nav { - background: MidnightBlue; + background: Plum; display: flex; align-items: center; padding: 0 0.5rem; From a0ff30ad6b72f8346278a696aaf3a8d908484252 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 04:05:21 +0000 Subject: [PATCH 3135/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 0228fd3891c6..ac69cd686a82 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 ecd15c0db6843442e4b4a529f61dddb09f89bae6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 05:35:21 +0000 Subject: [PATCH 3136/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac69cd686a82..ee268dfc6674 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumSpringGreen; + border-top: 1px solid Thistle; } nav { - background: MediumSpringGreen; + background: Thistle; display: flex; align-items: center; padding: 0 0.5rem; From 7726bd8230d10e8dfd7af017dac56807cd87cc82 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 11:35:22 +0000 Subject: [PATCH 3137/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ee268dfc6674..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 9a87eeda0a0c6d229c80aca843ddb56537e36151 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 16:05:21 +0000 Subject: [PATCH 3138/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..6675fdc2e211 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GoldenRod; + border-top: 1px solid Tomato; } nav { - background: GoldenRod; + background: Tomato; display: flex; align-items: center; padding: 0 0.5rem; From 3df6dd2801d053b06da798f9d5a92f7bf7bbdf67 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 18 Mar 2023 20:35:20 +0000 Subject: [PATCH 3139/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6675fdc2e211..97c9a503bf56 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Tomato; + border-top: 1px solid Lime; } nav { - background: Tomato; + background: Lime; display: flex; align-items: center; padding: 0 0.5rem; From dca94bbebc00f908a8951d30dc86b39c4875b51b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 04:50:23 +0000 Subject: [PATCH 3140/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 97c9a503bf56..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Lime; + border-top: 1px solid Orchid; } nav { - background: Lime; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 44bf218f0f4fcf3ff18db24dcbef99c6e6e19fba Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 05:35:21 +0000 Subject: [PATCH 3141/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid DarkRed; } nav { - background: Orchid; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 0c803550a5a9d33fb2ff419de098249d9445cb21 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 07:05:21 +0000 Subject: [PATCH 3142/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid LightGoldenRodYellow; } nav { - background: DarkRed; + background: LightGoldenRodYellow; display: flex; align-items: center; padding: 0 0.5rem; From 6ca528878eac7627810bf05f9ae84fc281c41ae2 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 09:20:22 +0000 Subject: [PATCH 3143/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..4cb33c38cec8 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid DarkSalmon; } nav { - background: LightGoldenRodYellow; + background: DarkSalmon; display: flex; align-items: center; padding: 0 0.5rem; From a1855a43873222928abaff9a2edd4a31db1fd204 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 13:50:23 +0000 Subject: [PATCH 3144/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4cb33c38cec8..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b0b052639543ecca043299c8b1626187f54757de Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 16:50:23 +0000 Subject: [PATCH 3145/3211] KPT-24: Update background color to LightSalmon --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Azure; + border-top: 1px solid LightSalmon; } nav { - background: Azure; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 3b7e5866e837d22a5f7a13052a3595711d41dbf8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 18:20:22 +0000 Subject: [PATCH 3146/3211] KPT-22: Modals with Silver accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..b83d2db05aab 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Silver; } nav { - background: LightSalmon; + background: Silver; display: flex; align-items: center; padding: 0 0.5rem; From 292e8481ed2013e7eea981d2756978590d7b5a0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 19:05:23 +0000 Subject: [PATCH 3147/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b83d2db05aab..31704961ca80 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Silver; + border-top: 1px solid DarkRed; } nav { - background: Silver; + background: DarkRed; display: flex; align-items: center; padding: 0 0.5rem; From 00aff3f6f260c51ead30e25c15ab5a956fff373b Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 20:35:21 +0000 Subject: [PATCH 3148/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 31704961ca80..cec3a64bc51b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkRed; + border-top: 1px solid DarkMagenta; } nav { - background: DarkRed; + background: DarkMagenta; display: flex; align-items: center; padding: 0 0.5rem; From e976c6f21a46b77f4577f49c8085a9a0458b4c2c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 19 Mar 2023 22:05:23 +0000 Subject: [PATCH 3149/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cec3a64bc51b..036ab873eeb7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkMagenta; + border-top: 1px solid Violet; } nav { - background: DarkMagenta; + background: Violet; display: flex; align-items: center; padding: 0 0.5rem; From dc7724c54a4696dd6c7f221bf6540a5317ceabbe Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 08:35:23 +0000 Subject: [PATCH 3150/3211] KPT-22: Modals with MistyRose accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 036ab873eeb7..7885b7716913 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Violet; + border-top: 1px solid MistyRose; } nav { - background: Violet; + background: MistyRose; display: flex; align-items: center; padding: 0 0.5rem; From 320d1a2bc6e1c57e0d66044bf55582c591e013db Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 13:05:24 +0000 Subject: [PATCH 3151/3211] KPT-22: Modals with DimGray accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7885b7716913..95b0c9b012ff 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MistyRose; + border-top: 1px solid DimGray; } nav { - background: MistyRose; + background: DimGray; display: flex; align-items: center; padding: 0 0.5rem; From 2179fe58337a4cb4ef6e3b6a3508df5bd02e51a8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 15:20:22 +0000 Subject: [PATCH 3152/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 95b0c9b012ff..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DimGray; + border-top: 1px solid LightPink; } nav { - background: DimGray; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From 9ca71544ec8b4e2bfdb26f0b0af728b380cac938 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 19:05:23 +0000 Subject: [PATCH 3153/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..a53a85ffbbae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid AliceBlue; } nav { - background: LightPink; + background: AliceBlue; display: flex; align-items: center; padding: 0 0.5rem; From 045b34b0ad9399dd8bf71b499e626b1c78a73f35 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 20:35:22 +0000 Subject: [PATCH 3154/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a53a85ffbbae..4e9265f434fd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid AliceBlue; + border-top: 1px solid DeepPink; } nav { - background: AliceBlue; + background: DeepPink; display: flex; align-items: center; padding: 0 0.5rem; From 8d0f9fa34d8c6b63dca79bb86449dfbff183bf59 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 20 Mar 2023 22:50:24 +0000 Subject: [PATCH 3155/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4e9265f434fd..37d380ba9c8b 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepPink; + border-top: 1px solid LavenderBlush; } nav { - background: DeepPink; + background: LavenderBlush; display: flex; align-items: center; padding: 0 0.5rem; From a5154d93f2f36cdbe51c559d53c537d76484d8f6 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 04:05:21 +0000 Subject: [PATCH 3156/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 37d380ba9c8b..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LavenderBlush; + border-top: 1px solid Gray; } nav { - background: LavenderBlush; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem; From ecc28d4e9bee8a2fc1d71b60125e1612e6313793 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 07:05:23 +0000 Subject: [PATCH 3157/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7eedbaa75afb..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Gray; + border-top: 1px solid LightSlateGray; } nav { - background: Gray; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 4627ccb9f1105bf817579de3e44ee6f8f63607d1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 07:50:23 +0000 Subject: [PATCH 3158/3211] KPT-24: Update background color to SandyBrown --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid SandyBrown; } nav { - background: LightSlateGray; + background: SandyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 8fc7c3bfa7f3402fc8d6a710671bf50a1f343049 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 09:20:23 +0000 Subject: [PATCH 3159/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid DarkSeaGreen; } nav { - background: SandyBrown; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From c419f68f4b1a24bc890000b5c2c24084f6b48ab4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 21 Mar 2023 22:05:20 +0000 Subject: [PATCH 3160/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..857ab72fccc2 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 645789574b2a4f1a28488b132f38281ab22eba1d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 02:35:20 +0000 Subject: [PATCH 3161/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 857ab72fccc2..abc9bac5eca7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightGoldenRodYellow; + border-top: 1px solid Blue; } nav { - background: LightGoldenRodYellow; + background: Blue; display: flex; align-items: center; padding: 0 0.5rem; From 73e8704928943e4216f3890e64d907d7a8b6e504 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 07:05:21 +0000 Subject: [PATCH 3162/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index abc9bac5eca7..38eb215526f9 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Blue; + border-top: 1px solid Salmon; } nav { - background: Blue; + background: Salmon; display: flex; align-items: center; padding: 0 0.5rem; From 73a65766c715ddb10d1b07aee189fc1e322aa73d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 09:20:20 +0000 Subject: [PATCH 3163/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 38eb215526f9..4f31bef8a698 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Salmon; + border-top: 1px solid NavajoWhite; } nav { - background: Salmon; + background: NavajoWhite; display: flex; align-items: center; padding: 0 0.5rem; From 10b424a81a8bc7c525102afaa2bc505e4a4a9d77 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 12:20:21 +0000 Subject: [PATCH 3164/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4f31bef8a698..3bec89149c2c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid NavajoWhite; + border-top: 1px solid Peru; } nav { - background: NavajoWhite; + background: Peru; display: flex; align-items: center; padding: 0 0.5rem; From 185ef191040b639c18a2ca273ff489713e45b635 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 14:35:20 +0000 Subject: [PATCH 3165/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3bec89149c2c..7581a7f2cb24 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Peru; + border-top: 1px solid Ivory; } nav { - background: Peru; + background: Ivory; display: flex; align-items: center; padding: 0 0.5rem; From 55d46c0ff6d2ad1ebdb6c63b470591ae6845be43 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 17:35:21 +0000 Subject: [PATCH 3166/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7581a7f2cb24..d444a165a194 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Ivory; + border-top: 1px solid Azure; } nav { - background: Ivory; + background: Azure; display: flex; align-items: center; padding: 0 0.5rem; From ddd466d8d349b56e580d997001c2dc86f8c00177 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Wed, 22 Mar 2023 22:50:21 +0000 Subject: [PATCH 3167/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d444a165a194..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a8161fd170b0f207487d545957346e0073ed4e09 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 00:20:20 +0000 Subject: [PATCH 3168/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..ebdf63f280df 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid White; } nav { - background: BlanchedAlmond; + background: White; display: flex; align-items: center; padding: 0 0.5rem; From a97bed086b78c665d740b8d8d68e0948a996d15d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 01:05:21 +0000 Subject: [PATCH 3169/3211] KPT-24: Update background color to LightGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ebdf63f280df..d45f2f580eae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 a1d52a40ac546b4a618be744b7f306a9bdfec4b9 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 03:20:31 +0000 Subject: [PATCH 3170/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index d45f2f580eae..7a8231a1d628 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 54bca6c23b406ffc36215cde44ead5bc9a88a279 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 07:05:21 +0000 Subject: [PATCH 3171/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7a8231a1d628..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaGreen; + border-top: 1px solid DarkSeaGreen; } nav { - background: SeaGreen; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From 14843ca3ef726faaf1cf57945e7646aff090a7b4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 07:50:22 +0000 Subject: [PATCH 3172/3211] KPT-22: Modals with RosyBrown accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..3c53fdbf3bd7 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkSeaGreen; + border-top: 1px solid RosyBrown; } nav { - background: DarkSeaGreen; + background: RosyBrown; display: flex; align-items: center; padding: 0 0.5rem; From 04908571feee07050b3ef99769cb69c28791e973 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 13:50:21 +0000 Subject: [PATCH 3173/3211] KPT-24: Update background color to LightSlateGray --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 3c53fdbf3bd7..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RosyBrown; + border-top: 1px solid LightSlateGray; } nav { - background: RosyBrown; + background: LightSlateGray; display: flex; align-items: center; padding: 0 0.5rem; From 558e9371c397429037a3c6d2c72d658c018d9908 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 14:35:21 +0000 Subject: [PATCH 3174/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid LightCoral; } nav { - background: LightSlateGray; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From f1d75a8a72b7f84e1793620eed9c96934a0efdd8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 18:20:22 +0000 Subject: [PATCH 3175/3211] KPT-24: Update background color to LightPink --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..9897bbddf092 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid LightPink; } nav { - background: LightCoral; + background: LightPink; display: flex; align-items: center; padding: 0 0.5rem; From c0f5fed539a1ceb36db299cec7b5352ddf9743df Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 19:05:21 +0000 Subject: [PATCH 3176/3211] KPT-22: Modals with BlanchedAlmond accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 9897bbddf092..6baa43ae096e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightPink; + border-top: 1px solid BlanchedAlmond; } nav { - background: LightPink; + background: BlanchedAlmond; display: flex; align-items: center; padding: 0 0.5rem; From 58bf37e60173a6018adff1e20930408c6ce71e3a Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 19:50:21 +0000 Subject: [PATCH 3177/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6baa43ae096e..11a95055426e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid BlanchedAlmond; + border-top: 1px solid LightCoral; } nav { - background: BlanchedAlmond; + background: LightCoral; display: flex; align-items: center; padding: 0 0.5rem; From 56f5ec2f2dd9966fcc1977a335fd7e7e4c742f01 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Thu, 23 Mar 2023 21:20:21 +0000 Subject: [PATCH 3178/3211] KPT-27: Update and test libraries --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 11a95055426e..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightCoral; + border-top: 1px solid Coral; } nav { - background: LightCoral; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From feba3cb8f2e59527e6bc48fee53c1c96aa92b731 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 00:20:21 +0000 Subject: [PATCH 3179/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..48f96fef5716 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 f1c73b8f63739832f9b30e665d21b28a68aead0c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 07:50:21 +0000 Subject: [PATCH 3180/3211] KPT-22: Modals with DarkGrey accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 48f96fef5716..7265cc2310f6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 e5cbc8b873f894732ba9c942138b1596136fe4f8 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 15:20:20 +0000 Subject: [PATCH 3181/3211] KPT-22: Modals with IndianRed accent color --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 7265cc2310f6..8876d676857c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGrey; + border-top: 1px solid IndianRed; } nav { - background: DarkGrey; + background: IndianRed; display: flex; align-items: center; padding: 0 0.5rem; From 83232a0bc88f25cc0774070cd1a504af7a870288 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 16:50:22 +0000 Subject: [PATCH 3182/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8876d676857c..19e1abc1037e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid IndianRed; + border-top: 1px solid PaleGreen; } nav { - background: IndianRed; + background: PaleGreen; display: flex; align-items: center; padding: 0 0.5rem; From 457bb9356b5766f2f2021ce386b0af56eef62c30 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Fri, 24 Mar 2023 18:20:21 +0000 Subject: [PATCH 3183/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 19e1abc1037e..a2f3a2cc2f41 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid PaleGreen; + border-top: 1px solid MediumPurple; } nav { - background: PaleGreen; + background: MediumPurple; display: flex; align-items: center; padding: 0 0.5rem; From 3b5fd881423f981c22c74bce7995dda7a8d4ec0d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 00:20:21 +0000 Subject: [PATCH 3184/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index a2f3a2cc2f41..5d4492574dd1 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumPurple; + border-top: 1px solid MintCream; } nav { - background: MediumPurple; + background: MintCream; display: flex; align-items: center; padding: 0 0.5rem; From 9bea88f2bf46e7eb391e551da1b2170fe82e82f4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 01:50:23 +0000 Subject: [PATCH 3185/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 5d4492574dd1..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MintCream; + border-top: 1px solid LightSalmon; } nav { - background: MintCream; + background: LightSalmon; display: flex; align-items: center; padding: 0 0.5rem; From 233440e4545a9a07c59ffe70500bbb0d119f7f69 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 06:20:22 +0000 Subject: [PATCH 3186/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..014c40a7a430 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid DeepSkyBlue; } nav { - background: LightSalmon; + background: DeepSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8c8aa11e834def144dd8122e78432b2c22369018 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 08:35:23 +0000 Subject: [PATCH 3187/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 014c40a7a430..2e8c8e35e5cb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DeepSkyBlue; + border-top: 1px solid Magenta; } nav { - background: DeepSkyBlue; + background: Magenta; display: flex; align-items: center; padding: 0 0.5rem; From 7c343f0288f54577b746c4b496538d8fff966461 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sat, 25 Mar 2023 10:50:23 +0000 Subject: [PATCH 3188/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2e8c8e35e5cb..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Magenta; + border-top: 1px solid LightYellow; } nav { - background: Magenta; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From e9e8f4aa8cf3cb2cdda4f47fc2b404d4ece85228 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 04:50:25 +0000 Subject: [PATCH 3189/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..4c78b363845c 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid ForestGreen; } nav { - background: LightYellow; + background: ForestGreen; display: flex; align-items: center; padding: 0 0.5rem; From 0d77a7c3d05c411c5617fff0d208c88a8d311e08 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 08:35:22 +0000 Subject: [PATCH 3190/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 4c78b363845c..ac6b74bb429f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid ForestGreen; + border-top: 1px solid Bisque; } nav { - background: ForestGreen; + background: Bisque; display: flex; align-items: center; padding: 0 0.5rem; From 7a2a23b0933802ce729dd3a3ea515ba0a0c6509f Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 10:05:23 +0000 Subject: [PATCH 3191/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ac6b74bb429f..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Bisque; + border-top: 1px solid SpringGreen; } nav { - background: Bisque; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From e89cb7b5f861b87be4e478b51388ae95774d9bda Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 10:50:22 +0000 Subject: [PATCH 3192/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..b5749b217055 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SpringGreen; + border-top: 1px solid Orchid; } nav { - background: SpringGreen; + background: Orchid; display: flex; align-items: center; padding: 0 0.5rem; From 19e164ab00110764be034a63f9f1911d1eebc8bc Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 12:20:23 +0000 Subject: [PATCH 3193/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index b5749b217055..cc3e2a46c95e 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Orchid; + border-top: 1px solid LightSkyBlue; } nav { - background: Orchid; + background: LightSkyBlue; display: flex; align-items: center; padding: 0 0.5rem; From 9a68b7c8fadde1ebbf963facb01b75c1de70d2d0 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 14:35:23 +0000 Subject: [PATCH 3194/3211] KPT-13: Set env vars in Dockerfile for more modularity --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index cc3e2a46c95e..c9027d922244 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSkyBlue; + border-top: 1px solid OldLace; } nav { - background: LightSkyBlue; + background: OldLace; display: flex; align-items: center; padding: 0 0.5rem; From 12e76388d4697ffada0871737a74ef60f6cfcbf1 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 17:35:21 +0000 Subject: [PATCH 3195/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index c9027d922244..343dde4387ae 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid OldLace; + border-top: 1px solid Grey; } nav { - background: OldLace; + background: Grey; display: flex; align-items: center; padding: 0 0.5rem; From b2a84734d65b18403c417c33ae9d1e5948e6edca Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 18:20:21 +0000 Subject: [PATCH 3196/3211] KPT-11: Format the Readme sections --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 343dde4387ae..26096fe5afd6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Grey; + border-top: 1px solid FloralWhite; } nav { - background: Grey; + background: FloralWhite; display: flex; align-items: center; padding: 0 0.5rem; From 0fb1c064e5828ee61587a250fdf735d9cd535ab3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 19:05:21 +0000 Subject: [PATCH 3197/3211] KPT-26: New backend route for userinfo --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 26096fe5afd6..67e0111f647f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid FloralWhite; + border-top: 1px solid Coral; } nav { - background: FloralWhite; + background: Coral; display: flex; align-items: center; padding: 0 0.5rem; From 0d87f67e5e9c47e5fe392094f0b3add9831e2ec4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Sun, 26 Mar 2023 21:20:32 +0000 Subject: [PATCH 3198/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 67e0111f647f..6fb1f0957aea 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Coral; + border-top: 1px solid SpringGreen; } nav { - background: Coral; + background: SpringGreen; display: flex; align-items: center; padding: 0 0.5rem; From ea27c7b5aaeec14a82f1cc87d3da7042e8146a3d Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 01:05:21 +0000 Subject: [PATCH 3199/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6fb1f0957aea..8bc1be7e263d 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 b055a3d4d63f0a0e6b34f99f46cf8306f3bf16a4 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 01:50:31 +0000 Subject: [PATCH 3200/3211] KPT-24: Update background color to Yellow --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 8bc1be7e263d..2bb350ffd9ac 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSalmon; + border-top: 1px solid Yellow; } nav { - background: LightSalmon; + background: Yellow; display: flex; align-items: center; padding: 0 0.5rem; From f157e5b8968d28a1c0134c44a28c492eb26322d3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 07:05:20 +0000 Subject: [PATCH 3201/3211] KPT-17: Remove unused env vars from Dockerfile --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 2bb350ffd9ac..ec5e8acbe367 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid Yellow; + border-top: 1px solid RoyalBlue; } nav { - background: Yellow; + background: RoyalBlue; display: flex; align-items: center; padding: 0 0.5rem; From 8e82aa5f6f28688086f96110cb71defa7992f100 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 08:35:31 +0000 Subject: [PATCH 3202/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ec5e8acbe367..856552dcb2f0 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid RoyalBlue; + border-top: 1px solid DarkSeaGreen; } nav { - background: RoyalBlue; + background: DarkSeaGreen; display: flex; align-items: center; padding: 0 0.5rem; From fd4ce463239b6cc1d19aecdd2b749082ad277fb5 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 09:20:20 +0000 Subject: [PATCH 3203/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 856552dcb2f0..6550fb674240 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 6aa3f62b17323ea4bbcc5e964a2f545786ebe155 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 16:50:21 +0000 Subject: [PATCH 3204/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 6550fb674240..bdd585164bf6 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SandyBrown; + border-top: 1px solid MediumTurquoise; } nav { - background: SandyBrown; + background: MediumTurquoise; display: flex; align-items: center; padding: 0 0.5rem; From a2c4ba8eb38f26efaafe560d1764fed9531712f7 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 21:20:20 +0000 Subject: [PATCH 3205/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bdd585164bf6..139351cd37cf 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid MediumTurquoise; + border-top: 1px solid SeaShell; } nav { - background: MediumTurquoise; + background: SeaShell; display: flex; align-items: center; padding: 0 0.5rem; From 68b7b4e7ea28d54715ae5d5c044d8056194aa05c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Mon, 27 Mar 2023 22:50:22 +0000 Subject: [PATCH 3206/3211] KPT-23: Update button CSS to round off corners --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 139351cd37cf..ad9452d08934 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid SeaShell; + border-top: 1px solid GhostWhite; } nav { - background: SeaShell; + background: GhostWhite; display: flex; align-items: center; padding: 0 0.5rem; From e43905fd52461b35bd635b6c068d916ded25b969 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 04:05:21 +0000 Subject: [PATCH 3207/3211] KPT-29: Split content to new pages --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index ad9452d08934..53c6d3eeeb62 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid GhostWhite; + border-top: 1px solid GoldenRod; } nav { - background: GhostWhite; + background: GoldenRod; display: flex; align-items: center; padding: 0 0.5rem; From d17b81a315a2cc5103007c8a4af2e2f4b0ca4fac Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 07:05:20 +0000 Subject: [PATCH 3208/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 53c6d3eeeb62..bd66074dbebd 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/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 d29a2350c0987e5101f098ff3f9d2d0c97c00b53 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 09:20:20 +0000 Subject: [PATCH 3209/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index bd66074dbebd..14bdb415526f 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightSlateGray; + border-top: 1px solid DarkGreen; } nav { - background: LightSlateGray; + background: DarkGreen; display: flex; align-items: center; padding: 0 0.5rem; From a5cf33e28f7af1bd7632cb093a260f89eab1865c Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 11:35:21 +0000 Subject: [PATCH 3210/3211] KPT-28: Surprise and delight --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 14bdb415526f..1b8c7acecc59 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid DarkGreen; + border-top: 1px solid LightYellow; } nav { - background: DarkGreen; + background: LightYellow; display: flex; align-items: center; padding: 0 0.5rem; From 961308b2c974bfe32afe60b9fc81c06395d04cf3 Mon Sep 17 00:00:00 2001 From: cf-sa-demo Date: Tue, 28 Mar 2023 12:20:21 +0000 Subject: [PATCH 3211/3211] KPT-25: Refactor code --- ctrlr/flaskr/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrlr/flaskr/static/style.css b/ctrlr/flaskr/static/style.css index 1b8c7acecc59..7eedbaa75afb 100644 --- a/ctrlr/flaskr/static/style.css +++ b/ctrlr/flaskr/static/style.css @@ -22,11 +22,11 @@ a { hr { border: none; - border-top: 1px solid LightYellow; + border-top: 1px solid Gray; } nav { - background: LightYellow; + background: Gray; display: flex; align-items: center; padding: 0 0.5rem;