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:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user