mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
✨ feat: theme the new safe search menu (#210)
This commit is contained in:
parent
ea3205226c
commit
b2c14826a5
@ -70,6 +70,28 @@ body {
|
|||||||
filter: brightness(1.2);
|
filter: brightness(1.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search_area .search_options {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search_area .search_options select {
|
||||||
|
margin: 0.7rem 0;
|
||||||
|
width: 20rem;
|
||||||
|
background-color: var(--color-one);
|
||||||
|
color: var(--foreground-color);
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
outline: none;
|
||||||
|
border: none;
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search_area .search_options option:hover {
|
||||||
|
background-color: var(--color-one);
|
||||||
|
}
|
||||||
|
|
||||||
.result_not_found {
|
.result_not_found {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -499,7 +521,8 @@ footer {
|
|||||||
color: var(--foreground-color);
|
color: var(--foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings_container .user_interface select {
|
.settings_container .user_interface select,
|
||||||
|
.settings_container .general select {
|
||||||
margin: 0.7rem 0;
|
margin: 0.7rem 0;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
@ -511,7 +534,8 @@ footer {
|
|||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings_container .user_interface option:hover {
|
.settings_container .user_interface option:hover,
|
||||||
|
.settings_container .general option:hover {
|
||||||
background-color: var(--color-one);
|
background-color: var(--color-one);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user