Browse Source

[theme] add border radius to engine token input

MrPaulBlack 3 years ago
parent
commit
c79bba60a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/static/themes/simple/src/less/preferences.less

+ 1 - 0
searx/static/themes/simple/src/less/preferences.less

@@ -44,6 +44,7 @@
       border: 1px solid var(--color-toolkit-input-text-border);
       background: none repeat scroll 0 0 var(--color-base-background);
       padding: 0.4rem;
+      .rounded-corners-tiny;
 
       &:hover {
         border: 1px solid var(--color-toolkit-input-text-border-hover);