diff options
| author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-17 19:42:57 +0200 |
|---|---|---|
| committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-25 23:28:14 +0200 |
| commit | 713d30400b647c55e4ff80fd6869ab6c23134240 (patch) | |
| tree | 7b537b4772fb9bffa351df44fbcb8cedfcea64f1 /searx/static/themes/oscar/less/pointhi/search.less | |
| parent | 074521fd8a2893c723a69941f400a0e9f4002559 (diff) | |
add advanced settings to pointhi style
Diffstat (limited to 'searx/static/themes/oscar/less/pointhi/search.less')
| -rw-r--r-- | searx/static/themes/oscar/less/pointhi/search.less | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/search.less b/searx/static/themes/oscar/less/pointhi/search.less index f95ab50d4..d12b69d31 100644 --- a/searx/static/themes/oscar/less/pointhi/search.less +++ b/searx/static/themes/oscar/less/pointhi/search.less @@ -1,4 +1,28 @@ -.search_categories { - margin:10px 0; - text-transform: capitalize; +.search_categories, #categories { + text-transform: capitalize; + margin-bottom:1.5rem; + margin-top:1.5rem; + + label, .input-group-addon { + font-size: 1.3rem; + font-weight:normal; + background-color: white; + border: #DDD 1px solid; + border-right: none; + color: #333; + padding-bottom: 0.8rem; + padding-top: 0.8rem; + padding-left: 1.2rem; + padding-right: 1.2rem; + } + + label:last-child, .input-group-addon:last-child { + border-right: #DDD 1px solid; + } + + input[type="checkbox"]:checked + label{ + color: black; + font-weight:bold; + background-color: #EEE; + } } |