mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] Move static preference URLs back to General in Preferences and apply CSS
This commit is contained in:
parent
3dea7e609b
commit
b3651b72ac
5 changed files with 40 additions and 25 deletions
|
|
@ -94,6 +94,7 @@
|
|||
--color-toolkit-kbd-background: #000;
|
||||
--color-toolkit-dialog-border: #ddd;
|
||||
--color-toolkit-dialog-background: #fff;
|
||||
--color-toolkit-card-background: #f4f4f4;
|
||||
--color-toolkit-tabs-label-border: #fff;
|
||||
--color-toolkit-tabs-section-border: #ddd;
|
||||
--color-toolkit-select-background: #e1e1e1;
|
||||
|
|
@ -206,6 +207,7 @@
|
|||
--color-toolkit-kbd-background: #fff;
|
||||
--color-toolkit-dialog-border: #555;
|
||||
--color-toolkit-dialog-background: #1e1e22;
|
||||
--color-toolkit-card-background: #17181a;
|
||||
--color-toolkit-tabs-label-border: #222;
|
||||
--color-toolkit-tabs-section-border: #555;
|
||||
--color-toolkit-select-background: #313338;
|
||||
|
|
|
|||
|
|
@ -190,6 +190,16 @@ table {
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
div.saved_prefs_url_card {
|
||||
background-color: var(--color-toolkit-card-background);
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
|
||||
h4:nth-of-type(1) {
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: @tablet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue