summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/search.less
diff options
context:
space:
mode:
authorNoemi Vanyi <sitbackandwait@gmail.com>2016-07-17 19:42:57 +0200
committerNoemi Vanyi <sitbackandwait@gmail.com>2016-07-25 23:28:14 +0200
commit713d30400b647c55e4ff80fd6869ab6c23134240 (patch)
tree7b537b4772fb9bffa351df44fbcb8cedfcea64f1 /searx/static/themes/oscar/less/pointhi/search.less
parent074521fd8a2893c723a69941f400a0e9f4002559 (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.less30
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;
+ }
}