mirror of
https://github.com/searxng/searxng.git
synced 2025-02-19 20:00:02 +00:00
Merge pull request #776 from mrpaulblack/simple-ltr-vars
[simple theme] dont hardcode border radius
This commit is contained in:
commit
b972df255a
Binary file not shown.
Binary file not shown.
BIN
searx/static/themes/oscar/js/searxng.min.js
vendored
BIN
searx/static/themes/oscar/js/searxng.min.js
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
|
@ -42,11 +42,11 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ltr-rounded-left-corners(@radius: 10px) {
|
||||
.ltr-rounded-left-corners(@radius) {
|
||||
border-radius: @radius 0 0 @radius;
|
||||
}
|
||||
|
||||
.ltr-rounded-right-corners(@radius: 10px) {
|
||||
.ltr-rounded-right-corners(@radius) {
|
||||
border-radius: 0 @radius @radius 0;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -141,7 +141,7 @@ a {
|
||||
article[data-vim-selected] {
|
||||
background: var(--color-result-vim-selected);
|
||||
.ltr-border-left(0.2rem solid var(--color-result-vim-arrow));
|
||||
.ltr-rounded-right-corners();
|
||||
.ltr-rounded-right-corners(10px);
|
||||
}
|
||||
|
||||
article.result-images[data-vim-selected] {
|
||||
|
Loading…
Reference in New Issue
Block a user