From db6a03ec9ce74424cf4ca1b8cf8e125347f92642 Mon Sep 17 00:00:00 2001 From: mikouaji Date: Fri, 8 May 2020 19:57:34 +0200 Subject: added search bar to html preview file --- iconfont/tabler-icons.html | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'iconfont') diff --git a/iconfont/tabler-icons.html b/iconfont/tabler-icons.html index 38c235c..df50b1d 100644 --- a/iconfont/tabler-icons.html +++ b/iconfont/tabler-icons.html @@ -39,6 +39,8 @@ background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); border-radius: 3px; + border-top-right-radius: 0px; + border-top-left-radius: 0px; } .tabler-icons { @@ -83,7 +85,20 @@ text-align: center; margin: 2rem 0 3rem; } - + .search-bar { + padding: 0.75rem 1.5rem; + background: #fff; + box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 3px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + .search-bar input[name=search]{ + padding:0.5rem; + background: #fafbfc; + box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); + width:100%; + } @@ -96,6 +111,9 @@

version 1.6.1

+
@@ -4398,4 +4416,25 @@ + + + -- cgit v1.2.1