1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Made a range of rtl fixes

Mostly around dropdowns and other items that had right/left specific
styling.
For #3702
This commit is contained in:
Dan Brown
2022-09-06 21:30:28 +01:00
parent 623ccd4cfa
commit 98aed794cc
4 changed files with 13 additions and 9 deletions

View File

@@ -210,6 +210,10 @@ select {
background-size: 12px;
background-position: calc(100% - 20px) 70%;
background-repeat: no-repeat;
@include rtl {
background-position: 20px 70%;
}
}
input[type=date] {