From 32d6d0aa1f4d2d50b8a19a2046f2471abf155a3c Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:25:37 +0800 Subject: [PATCH] Update style.css --- static/style.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 67abe1e..cbe812a 100755 --- a/static/style.css +++ b/static/style.css @@ -31,7 +31,8 @@ header { height: 41px; } .update-btn { - background-color: gray; + background-color: black; + border-color: white; color: white; transition: 0.25s; } @@ -74,7 +75,9 @@ header { color: white; } .set-btn { - background-color: gray; + background-color: none; + border-color:white; + border-radius:8px; color: white; transition: 0.25s; } @@ -127,7 +130,11 @@ header { .fa-chevron-up, .fa-chevron-down, .fa-minus { - background-color: gray; + background-color: black; + border-style: solid; + border-color:white; + border-width:thin; + border-radius:8px; padding: 10px; transition: 0.25s; } @@ -141,7 +148,7 @@ header { cursor: pointer; } .display-features-list li:hover { - background-color: blue; + background-color: dodgerblue; cursor: pointer; } @@ -150,10 +157,12 @@ header { margin-top: 60px; } .save-btn { - background-color: gray; + background-color: black; color: white; + border-color:white; padding-inline: 40px; transition: 0.25s; + border-radius:8px; } .footer { @@ -163,7 +172,7 @@ header { } li.active { - background-color: skyblue; + background-color: dodgerblue; } .row-1, .row-3 { @@ -255,3 +264,8 @@ li.active { top: 10px; } } + + +.icon-featuresdisplay i { + cursor: pointer; +}