mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 00:52:22 +02:00
preferences: make supported/not supported labels
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
This commit is contained in:
parent
1dffbd3390
commit
47ee15f5ce
9 changed files with 42 additions and 24 deletions
|
@ -19,3 +19,5 @@
|
|||
@import "cursor.less";
|
||||
|
||||
@import "code.less";
|
||||
|
||||
@import "preferences.less";
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.table > tbody > tr > td, .table > tbody > tr > th {
|
||||
vertical-align: middle !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue