diff options
Diffstat (limited to 'searx/static/themes/pix-art/less/style.less')
| -rw-r--r-- | searx/static/themes/pix-art/less/style.less | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/searx/static/themes/pix-art/less/style.less b/searx/static/themes/pix-art/less/style.less index db487184e..c11a43474 100644 --- a/searx/static/themes/pix-art/less/style.less +++ b/searx/static/themes/pix-art/less/style.less @@ -46,9 +46,6 @@ canvas { @import "search.less"; -// Autocompleter - - .row { max-width: 800px; margin: 20px auto; @@ -116,8 +113,8 @@ div.title { } } -input[type="submit"] { - padding: 2px 6px; +input[type="button"] { + padding: 4px 12px; margin: 2px 4px; display: inline-block; background: @color-download-button-background; @@ -127,6 +124,10 @@ input[type="submit"] { cursor: pointer; } +input[type="button"]:disabled { + cursor: progress; +} + input[type="checkbox"] { visibility: hidden; } @@ -136,6 +137,12 @@ fieldset { border: 1px solid @color-settings-fieldset; } +#logo { + position: absolute; + top: 13px; + left: 10px; +} + #categories { margin: 0 10px; .user-select; @@ -299,7 +306,7 @@ tr { #pagination { clear: both; - + text-align: center; br { clear: both; } @@ -346,7 +353,7 @@ tr { div.title { h1 { - font-size: 1em; + font-size: 1em; } } @@ -398,6 +405,10 @@ tr { #search_url { display: none; } + + #logo { + display: none; + } } .favicon { |