[open-event-legacy/deploy] Drop border from the search bar



commit 9ebe6819c468976402d09d6fc766569ba457eed8
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Sat Apr 6 19:47:21 2019 +0300

    Drop border from the search bar

 app/static/css/custom/gnome.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/app/static/css/custom/gnome.css b/app/static/css/custom/gnome.css
index ce48ae72..eb75f343 100644
--- a/app/static/css/custom/gnome.css
+++ b/app/static/css/custom/gnome.css
@@ -31,15 +31,16 @@
 }
 
 .search_bar .form-control {
-  background: transparent !important;
-  border-right: none;
+  background: hsla(0,0%,100%,.1) !important;
+  border: none;
   color: #fff;
 }
 
 .search_bar .search-button {
   color: #fff;
   background: hsla(0,0%,100%,.1);
-  border-left: none;
+  border: none;
+  height: 34px;
 }
 
 #footer-menu {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]