From 1ee0b8dbda87c3a0bdfbd97957383cb372372fba Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 6 Jan 2022 15:53:36 +0500 Subject: [PATCH] add focus style to search box --- themes/lumbung-theme/static/css/main.css | 6 ++++++ themes/lumbung-theme/static/img/dot.svg | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 themes/lumbung-theme/static/img/dot.svg diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 2446b87..5486205 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -172,6 +172,12 @@ a { margin-right: 2rem; } +#top-menu input:focus, +#top-menu input:hover { + outline: none; + border-bottom: 1px solid #333; +} + .menu-dropdown summary { list-style: none; cursor: pointer; diff --git a/themes/lumbung-theme/static/img/dot.svg b/themes/lumbung-theme/static/img/dot.svg new file mode 100644 index 0000000..ce8b2e2 --- /dev/null +++ b/themes/lumbung-theme/static/img/dot.svg @@ -0,0 +1,3 @@ + + +