[simple theme] dynamic border radius in CSS

This commit is contained in:
mrpaulblack 2022-01-17 22:35:02 +01:00
parent 96ab5e57ff
commit 7a0f5e6b19
4 changed files with 7 additions and 7 deletions

View file

@ -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;