diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-06-26 01:57:43 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-06-26 01:57:43 +0200 |
| commit | f496dc353d336ffe11dde161963d72366f0eee16 (patch) | |
| tree | 2738503a83af512c5a2612ae2ac5070fe7988f32 /searx/static/themes/oscar/less/logicodev/search.less | |
| parent | 237d251d14e50d937805fcf030c4fbdb9d3918c9 (diff) | |
[enh] oscar theme redesign added
The original code made by @logico-dev (#559)
Diffstat (limited to 'searx/static/themes/oscar/less/logicodev/search.less')
| -rw-r--r-- | searx/static/themes/oscar/less/logicodev/search.less | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/logicodev/search.less b/searx/static/themes/oscar/less/logicodev/search.less new file mode 100644 index 000000000..f30b1178f --- /dev/null +++ b/searx/static/themes/oscar/less/logicodev/search.less @@ -0,0 +1,59 @@ +.search_categories, #categories { + margin: 15px 0 20px 0; + text-transform: capitalize; + + label{ + border: none; + box-shadow: none; + font-size: 13px; + padding-bottom: 2px; + color: @gray; + margin-bottom: 5px; + + &:hover{ + color: @black; + background-color: transparent; + } + + &:active{ + box-shadow: none; + } + } + + .active, .btn-primary{ + color: @black; + font-weight: 700; + border-bottom: 5px solid @light-green; + background-color: transparent; + } + +} + +.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { + background-color: transparent !important; + box-shadow: none; +} + +#categories{ + margin: 0; +} + +#main-logo{ + margin-top: 10vh; + margin-bottom: 25px; +} + +#q{ + box-shadow: none; + border-right: none; + border-color: @gray; +} + + #search_form .input-group-btn .btn{ + border-color: @gray; + } + + #search_form .input-group-btn .btn:hover{ + background-color: @green; + color: white; + } |