diff --git a/static/css/style.css b/static/css/style.css index 48c5aa1..4dd9c9c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -12,6 +12,30 @@ background-color: #1e7e34 !important; } +.btn-outline-light:hover { + background-color: #ffc107 !important; + color: #000 !important; + border-color: #ffc107 !important; +} + +.progress-dark { + background-color: #212529; + border-radius: 20px !important; + overflow: hidden; +} + +.progress-bar { + border-radius: 20px !important; + transition: width 0.4s ease; + flex-direction: column; + justify-content: center; + white-space: nowrap; +} + +.progress-thin { + height: 12px; +} + .item-not-checked { background-color: #2c2f33 !important; color: white !important; diff --git a/templates/list.html b/templates/list.html index f3b691b..80aa942 100644 --- a/templates/list.html +++ b/templates/list.html @@ -53,12 +53,10 @@ Lista: {{ list.title }} 📊 Postęp listy — {{ purchased_count }}/{{ total_count }} kupionych ({{ percent|round(0) }}%) -