diff --git a/css/stylesheet.css b/css/stylesheet.css index ac62968ad7d3565e1c00e1aa1fda1c4ad053fcfd..a5fadf7064da4293fa72d67f7c614846025dfcbb 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -181,19 +181,29 @@ nav h3 { box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.48), inset 0 -2px 2px rgba(0, 0, 0, 0.36); } -input.search_bar { - box-sizing: border-box; +.search_bar_container { background: rgba(0, 0, 0, .10); - border: none; border-bottom: 2px solid rgb(38, 38, 38); - width: 100%; height: 30px; - color: white; - padding-left: 10px; + color: rgb(187, 187, 187); + font-size: 12px; + padding: 0 8px 0 8px; } -input.search_bar:focus { +.search_bar_container > .fa { + position: absolute; + line-height: 30px; +} + +#search-bar { + box-sizing: border-box; + padding-left: 16px; + background: none; + border: none; + width: 100%; + height: 100%; outline: none; + overflow: hidden; } .workspace { diff --git a/index.html b/index.html index 117f5a7d31495745fc404817cdab729311f99906..b088babda97f602a45666d52db16686567251a35 100644 --- a/index.html +++ b/index.html @@ -61,14 +61,17 @@
- +
+ + +