mirror of
https://github.com/searxng/searxng.git
synced 2026-05-31 15:07:17 +02:00
[simple theme] CSS remove box-shadow effects
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user