diff --git a/_includes/header.html b/_includes/header.html index 69ad10e1c..f8463c511 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -29,6 +29,7 @@ +
- + \ No newline at end of file diff --git a/css/openhab.css b/css/openhab.css index 64836e2e9..7d601c21e 100644 --- a/css/openhab.css +++ b/css/openhab.css @@ -12,3 +12,40 @@ .card .card-action a:hover { color: #039BE5; } + +li.search:hover { + background-color: transparent; +} + +.search-form-input { + padding-left: 5px !important; + width: 100px; + width: 100px; + border: none !important; + transition: 0.2s ease-in; +} + +#searchform .search-form-input:focus { + width: 200px; +} + +#searchresults td { + border: none; + padding: 0 8px 0 8px; +} + +#searchresults .gsc-webResult .gsc-result { + padding: 0px; +} + +#searchresults table { + margin-bottom: 10px; +} + +#searchresults .gs-title { + height: 1.4em; +} + +#searchresults input { + box-sizing: content-box; +} diff --git a/search.html b/search.html new file mode 100644 index 000000000..d165301b3 --- /dev/null +++ b/search.html @@ -0,0 +1,42 @@ +--- +layout: intro +title: openHAB 2 - Search Results +--- +{% include base.html %} +