From 6618710f435ba638c7a410fa8db01c544a83fe62 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 30 Sep 2024 17:28:47 +0700 Subject: [PATCH] Give a border for a sidebar drawer button --- costapy-templates/prime/static/css/style.css | 2 +- html/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/costapy-templates/prime/static/css/style.css b/costapy-templates/prime/static/css/style.css index d7532f4..e5e77cb 100644 --- a/costapy-templates/prime/static/css/style.css +++ b/costapy-templates/prime/static/css/style.css @@ -93,7 +93,7 @@ body { left: 20px; background-color: #343a40; color: white; - border: none; + border: 1px solid #fff; width: 100px; height: 40px; display: flex; diff --git a/html/style.css b/html/style.css index d7532f4..e5e77cb 100644 --- a/html/style.css +++ b/html/style.css @@ -93,7 +93,7 @@ body { left: 20px; background-color: #343a40; color: white; - border: none; + border: 1px solid #fff; width: 100px; height: 40px; display: flex;