mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 22:54:11 +02:00
[simple theme] dynamic border radius in CSS
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
.ltr-padding-right(0) !important;
|
||||
.ltr-border-right(none);
|
||||
width: @search-width;
|
||||
.ltr-rounded-left-corners();
|
||||
.ltr-rounded-left-corners(10px);
|
||||
}
|
||||
|
||||
#q::-ms-clear,
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
#send_search {
|
||||
.ltr-border-left(none);
|
||||
.ltr-rounded-right-corners();
|
||||
.ltr-rounded-right-corners(10px);
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user