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
|
|
@ -200,7 +200,6 @@ div.selectable_url {
|
|||
transform: translate(-50%, -50%);
|
||||
z-index: 100000;
|
||||
margin: 0 50% 0 0;
|
||||
box-shadow: 0 0 1em;
|
||||
}
|
||||
|
||||
// btn-collapse
|
||||
|
|
@ -370,7 +369,6 @@ select {
|
|||
top: -5px;
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
box-shadow: 0 3px 5px 0 var(--color-toolkit-checkbox-onoff-label-shadow);
|
||||
transition: all 0.4s ease;
|
||||
left: 27px;
|
||||
background-color: var(--color-toolkit-checkbox-onoff-label-background);
|
||||
|
|
@ -432,7 +430,6 @@ select {
|
|||
// disabled : can''t be focused, show only the check mark
|
||||
input[disabled] + label {
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -504,7 +501,6 @@ select {
|
|||
padding: 0.5rem 1rem;
|
||||
margin: 0 0 0 2rem;
|
||||
border: 1px solid var(--color-toolkit-engine-tooltip-border);
|
||||
box-shadow: 0 0 5px var(--color-toolkit-engine-tooltip-shadow);
|
||||
background: var(--color-toolkit-engine-tooltip-background);
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue