Restyled search box.
h3rald h3rald@h3rald.com
Sat, 08 Mar 2014 15:29:51 +0100
1 files changed,
9 insertions(+),
2 deletions(-)
jump to
M
content/styles/_elements.scss
→
content/styles/_elements.scss
@@ -69,13 +69,15 @@ margin-right: 10px;
} #site-footer, .navbar, .navbar-collapse { - color: #fff; + text-shadow: 0 1px 1px #111; + color: $light-text; background: $navbar-bkg; a, a:link, a:visited, a:active { margin: inherit 1px; color: $navbar-link; } .nav a:hover { + text-decoration: underline; background: $navbar-bkg; color: #8fc8ea; }@@ -95,11 +97,16 @@ }
.icon-bar { background: #555; } - h1 { position: relative; margin: 0 0 0 15px; padding: 0; + } + .input-group { + box-shadow: 0px 1px 1px 0px #111; + } + .btn, input[type=text] { + border-radius: 0; } }