forked from Icycoide/searxng
[fix] preferences - layout of the "special queries" tab
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9e83c0dedc
commit
15a3dbf7a0
4 changed files with 34 additions and 38 deletions
|
@ -78,7 +78,7 @@
|
|||
/// Settings Colors
|
||||
--color-settings-tr-hover: #ebebeb;
|
||||
--color-settings-engine-description-font: #545454;
|
||||
--color-settings-engine-group-background: #0001;
|
||||
--color-settings-table-group-background: #0001;
|
||||
/// Detail modal
|
||||
--color-result-detail-font: #fff;
|
||||
--color-result-detail-label-font: lightgray;
|
||||
|
@ -198,7 +198,7 @@
|
|||
/// Settings Colors
|
||||
--color-settings-tr-hover: #2c2c32;
|
||||
--color-settings-engine-description-font: darken(#dcdcdc, 30%);
|
||||
--color-settings-engine-group-background: #1b1b21;
|
||||
--color-settings-table-group-background: #1b1b21;
|
||||
/// Toolkit Colors
|
||||
--color-toolkit-badge-font: #fff;
|
||||
--color-toolkit-badge-background: #555;
|
||||
|
|
|
@ -1,7 +1,18 @@
|
|||
#tab-content-query table td,
|
||||
#tab-content-query table th {
|
||||
.ltr-text-align-right() !important;
|
||||
height: 3rem;
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
|
||||
th,
|
||||
td {
|
||||
text-align: center;
|
||||
padding: 1rem 0.5rem;
|
||||
.ltr-text-align-left();
|
||||
}
|
||||
|
||||
tr.pref-group th {
|
||||
font-weight: normal;
|
||||
.ltr-text-align-left();
|
||||
background: var(--color-settings-table-group-background);
|
||||
}
|
||||
}
|
||||
|
||||
#main_preferences {
|
||||
|
@ -81,14 +92,6 @@
|
|||
border: 0 none;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.category {
|
||||
.ltr-margin-right(0.5rem);
|
||||
|
||||
|
@ -104,10 +107,6 @@
|
|||
}
|
||||
|
||||
table.table_engines {
|
||||
td {
|
||||
height: 3.75rem;
|
||||
}
|
||||
|
||||
th.name {
|
||||
/* stylelint-disable */
|
||||
label {
|
||||
|
@ -130,12 +129,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.engine-group {
|
||||
.ltr-text-align-left();
|
||||
font-weight: normal;
|
||||
background: var(--color-settings-engine-group-background);
|
||||
}
|
||||
|
||||
.checkbox-col,
|
||||
.name,
|
||||
.shortcut {
|
||||
.ltr-text-align-left();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue