X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/stylesheets/search.css b/share/nitweb/stylesheets/search.css index 2f6e2db..68516dc 100644 --- a/share/nitweb/stylesheets/search.css +++ b/share/nitweb/stylesheets/search.css @@ -61,3 +61,20 @@ .navbar-fixed-top *:-moz-placeholder { color: #fff; } .navbar-fixed-top *::-moz-placeholder { color: #fff; } .navbar-fixed-top *:-ms-input-placeholder { color: #fff; } + +.search-input { + width: 100%; +} + +.card-list.search-results { + position: absolute; + margin-top: 2px; + right: 15px; + left: 15px; + box-shadow: 1px 1px 3px rgba(0,0,0,0.12), -1px -1px 3px rgba(0,0,0,.12); +} + +.search-results .card.active { + background: #eee; + border-color: #eee; +}