mirror of
https://github.com/searxng/searxng.git
synced 2026-05-31 06:57:18 +02:00
[simple theme] dynamic border radius in CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user