diff options
| author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-10-06 20:12:51 +0200 |
|---|---|---|
| committer | MrPaulBlack <paul.accounts@protonmail.com> | 2021-10-09 16:00:56 +0200 |
| commit | 740fca00ccabbbccd24e9fd6b17f5a56394cfca1 (patch) | |
| tree | e4b3c745f71a9c8db72d2f8f661bf862621b05af /searx/static/themes/simple/src/less/mixins.less | |
| parent | 7c2a518d120ec02c4cead76faa1ba5fcec205373 (diff) | |
Redo Color Theme and css cleanup
* remove vars and add elements to base and btn vars
* change default border radius to 10px and padding to 0.7em
* put border radius and padding on search input form, infoxbox and buttons
* remove unused .help class in #categories_container
* remove active background from tabs to straemline design
* redo search form: 10px padding
* 2rem margin on search results on desktop
* fix modal pacement of engine reliability in prefs
* use darker accent colors
* streamline autocomplete with more padding and a hover effect
Diffstat (limited to 'searx/static/themes/simple/src/less/mixins.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/mixins.less b/searx/static/themes/simple/src/less/mixins.less index f0a8d6a83..74831e676 100644 --- a/searx/static/themes/simple/src/less/mixins.less +++ b/searx/static/themes/simple/src/less/mixins.less @@ -10,7 +10,7 @@ text-size-adjust: @property; } -.rounded-corners (@radius: 4px) { +.rounded-corners (@radius: 10px) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; |