mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[simple theme] CSS remove box-shadow effects
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
580a55fe86
commit
ca971bd5e5
4 changed files with 0 additions and 32 deletions
|
|
@ -164,8 +164,6 @@ article.result-images[data-vim-selected] {
|
|||
&:hover {
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -549,7 +547,6 @@ article.result-images[data-vim-selected] {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
box-shadow: 0 0 5px var(--color-backtotop-shadow);
|
||||
background: var(--color-backtotop-background);
|
||||
position: fixed;
|
||||
bottom: 8rem;
|
||||
|
|
@ -730,14 +727,9 @@ article.result-images[data-vim-selected] {
|
|||
margin: 0 5px 2px 5px;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
box-shadow: 0 0 5px var(--color-result-shadow);
|
||||
}
|
||||
|
||||
#corrections,
|
||||
#answers {
|
||||
margin: 1rem @results-tablet-offset;
|
||||
box-shadow: 0 0 5px var(--color-result-shadow);
|
||||
}
|
||||
|
||||
#results {
|
||||
|
|
@ -752,7 +744,6 @@ article.result-images[data-vim-selected] {
|
|||
.result {
|
||||
margin: 1rem @results-tablet-offset;
|
||||
border: 1px solid var(--color-result-border);
|
||||
box-shadow: 0 0 5px var(--color-result-shadow);
|
||||
.rounded-corners;
|
||||
}
|
||||
|
||||
|
|
@ -765,7 +756,6 @@ article.result-images[data-vim-selected] {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue