From c1db18b3239a5efbe0e6908a286ef6de38658081 Mon Sep 17 00:00:00 2001 From: Xenia Date: Fri, 19 Jul 2019 15:58:13 +0200 Subject: [PATCH] fixid searchbar --- public/index.html | 547 ++++++++++++++++++++--------------------- public/style/style.css | 6 +- 2 files changed, 276 insertions(+), 277 deletions(-) diff --git a/public/index.html b/public/index.html index da18718..2c9b09d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,311 +2,308 @@ - - - - - - - - + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - + + + + - - + + - - - - + + + + - - - - - - + + + + + + - - - - + + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - OHM News + OHM News -
-
-
- -
-
-
- - -
-
+
+
+ + +
+
- - + - - - - - - - - - - - - + + + + + + + + + + diff --git a/public/style/style.css b/public/style/style.css index ea198ad..625d969 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -223,17 +223,19 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check }*/ -input.input.is-rounded{ +.om-searchbar input.input{ border-radius: 0 !important; box-shadow: none !important; + border-right: white; } -button.button.is-light{ +button.clearButton{ border-radius: 0 !important; background-color: white; margin-left: -5px; border-color: #dbdbdb; border-left: white; + }