From 7a0f5e6b1992b475d6ab9df1ba4f663090e39a8e Mon Sep 17 00:00:00 2001 From: mrpaulblack Date: Mon, 17 Jan 2022 22:35:02 +0100 Subject: [simple theme] dynamic border radius in CSS --- searx/static/themes/simple/src/less/style-rtl.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/static/themes/simple/src/less/style-rtl.less') diff --git a/searx/static/themes/simple/src/less/style-rtl.less b/searx/static/themes/simple/src/less/style-rtl.less index 92eda0c10..6d3e9f525 100644 --- a/searx/static/themes/simple/src/less/style-rtl.less +++ b/searx/static/themes/simple/src/less/style-rtl.less @@ -42,11 +42,11 @@ text-align: left; } -.ltr-rounded-left-corners(@radius: 10px) { +.ltr-rounded-left-corners(@radius) { border-radius: 0 @radius @radius 0; } -.ltr-rounded-right-corners(@radius: 10px) { +.ltr-rounded-right-corners(@radius) { border-radius: @radius 0 0 @radius; } -- cgit v1.2.3