mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 22:45:54 +02:00
Merge branch 'MDL-66676_master' of https://github.com/nadavkav/moodle
This commit is contained in:
commit
344bb67df3
4
theme/boost/scss/moodle/bootstrap-rtl.scss
vendored
4
theme/boost/scss/moodle/bootstrap-rtl.scss
vendored
@ -13,6 +13,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dir-rtl .custom-select {
|
||||
background-position: 0.75rem center;
|
||||
}
|
||||
|
||||
/*rtl:raw:
|
||||
.dropdown-menu {
|
||||
right: auto;
|
||||
|
@ -9701,6 +9701,9 @@ input[disabled] {
|
||||
content: "/";
|
||||
/* stylelint-disable-line declaration-block-no-duplicate-properties */ }
|
||||
|
||||
.dir-rtl .custom-select {
|
||||
background-position: 0.75rem center; }
|
||||
|
||||
/*rtl:raw:
|
||||
.dropdown-menu {
|
||||
right: auto;
|
||||
|
@ -9949,6 +9949,9 @@ input[disabled] {
|
||||
content: "/";
|
||||
/* stylelint-disable-line declaration-block-no-duplicate-properties */ }
|
||||
|
||||
.dir-rtl .custom-select {
|
||||
background-position: 0.75rem center; }
|
||||
|
||||
/*rtl:raw:
|
||||
.dropdown-menu {
|
||||
right: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user