diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-27 16:19:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 16:19:51 +0200 |
| commit | a1c55caa719009e3f50ffe24a92ac8c6622d1da0 (patch) | |
| tree | 96cc985c8238d9ed22713db63394daadfb9436e9 /searx/static/themes/simple/src/less/toolkit.less | |
| parent | b046322c7b9467a7de6e9e289e1c5b0c0baaf4a6 (diff) | |
| parent | e8ed56251aff1ce7241cdd3ed9c639990ef4ddb8 (diff) | |
Merge pull request #345 from MrPaulBlack/simple-theme-changes
simple theme css refactor
Diffstat (limited to 'searx/static/themes/simple/src/less/toolkit.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/toolkit.less | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/searx/static/themes/simple/src/less/toolkit.less b/searx/static/themes/simple/src/less/toolkit.less index 8a5a7ef38..e9e88e7e0 100644 --- a/searx/static/themes/simple/src/less/toolkit.less +++ b/searx/static/themes/simple/src/less/toolkit.less @@ -107,7 +107,6 @@ div.selectable_url { border: 1px solid @color-result-search-url-border; padding: 4px; color: @color-result-search-url-font; - width: 100%; margin: 0.1em; overflow: hidden; height: 1.2em; @@ -121,9 +120,8 @@ div.selectable_url { // dialog .dialog() { position: relative; - width: 70%; padding: 1em 1em 1em 2.7em; - margin: 0 8% 1em 8%; + margin: 0 0 1em 0; border: 1px solid black; border-radius: 4px; text-align: left; @@ -301,8 +299,6 @@ html body .tabs > input:checked { border-bottom: 2px solid @color-categories-item-border-selected; background: @color-categories-item-selected; color: @color-categories-item-selected-font; - font-weight: bold; - letter-spacing: -0.1px; } + label + section { @@ -352,7 +348,7 @@ select { width: 40px; height: 10px; background: #dcdcdc; - margin: 8px auto; + margin: 8px 1rem; position: relative; border-radius: 50px; |