mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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
This commit is contained in:
parent
7c2a518d12
commit
740fca00cc
7 changed files with 79 additions and 114 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue