mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] simple theme: colors, autocomplete, border
* change colors, autocomplete, delete border in some places
This commit is contained in:
parent
2bc836e85d
commit
2115f6565e
6 changed files with 100 additions and 51 deletions
|
|
@ -309,7 +309,7 @@ article[data-vim-selected].category-social {
|
|||
.category-files,
|
||||
.category-social {
|
||||
border: 1px solid var(--color-result-border);
|
||||
margin: 1rem 0;
|
||||
margin: 1rem @results-tablet-offset 0 @results-tablet-offset !important;
|
||||
.rounded-corners;
|
||||
}
|
||||
|
||||
|
|
@ -538,7 +538,6 @@ article[data-vim-selected].category-social {
|
|||
|
||||
#answers {
|
||||
grid-area: answers;
|
||||
border: 1px solid var(--color-answer-border);
|
||||
background: var(--color-answer-background);
|
||||
padding: @result-padding;
|
||||
margin: 1rem 0;
|
||||
|
|
@ -717,7 +716,7 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
|
||||
#sidebar {
|
||||
margin-bottom: @results-margin;
|
||||
margin: 0 @results-tablet-offset @results-margin @results-tablet-offset;
|
||||
padding: 0;
|
||||
float: none;
|
||||
border: none;
|
||||
|
|
@ -832,9 +831,13 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
|
||||
@media screen and (max-width: @phone) {
|
||||
html {
|
||||
background-color: var(--color-base-background-mobile);
|
||||
}
|
||||
|
||||
#main_results div#results {
|
||||
grid-template-columns: 100%;
|
||||
margin: 2rem @results-tablet-offset 0 @results-tablet-offset;
|
||||
margin: 1rem 0 0 0;
|
||||
}
|
||||
|
||||
#linkto_preferences {
|
||||
|
|
@ -862,14 +865,19 @@ article[data-vim-selected].category-social {
|
|||
}
|
||||
|
||||
.result {
|
||||
border: 1px solid var(--color-result-border);
|
||||
background: var(--color-result-background);
|
||||
margin: 1rem 0;
|
||||
.rounded-corners;
|
||||
}
|
||||
|
||||
.result-images {
|
||||
margin: 0;
|
||||
height: @results-image-row-height-phone;
|
||||
background: var(--color-base-background-mobile);
|
||||
}
|
||||
|
||||
.infobox {
|
||||
border: none !important;
|
||||
background-color: var(--color-sidebar-background);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue