Browse Source

[fix] naming of id for prefs in css

mrpaulblack 3 years ago
parent
commit
3620d006a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      searx/static/themes/simple/src/less/preferences.less

+ 2 - 2
searx/static/themes/simple/src/less/preferences.less

@@ -1,5 +1,5 @@
-#tab-contentquery table td,
-#tab-contentquery table th {
+#tab-content-query table td,
+#tab-content-query table th {
   .ltr-text-align-right() !important;
   .ltr-text-align-right() !important;
   height: 3rem;
   height: 3rem;
 }
 }