MDL-56772 core: Update the picker styles for rtl langs

This commit is contained in:
Peter Dias
2021-01-20 14:05:23 +08:00
parent c381757f2a
commit ecb1e0dc18
3 changed files with 18 additions and 0 deletions
+6
View File
@@ -621,6 +621,9 @@ a.ygtvspacer:hover {
}
.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial;
}
@@ -692,6 +695,9 @@ a.ygtvspacer:hover {
.filemanager {
.yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: #fff !important;
border-bottom: 1px solid #ccc !important;
border-left: 0 solid #fff !important;
+6
View File
@@ -14722,6 +14722,9 @@ a.ygtvspacer:hover {
overflow: hidden; }
.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial; }
.fitem.disabled .filepicker-filelist,
@@ -14780,6 +14783,9 @@ a.ygtvspacer:hover {
/* Override YUI default styling */
/* stylelint-disable declaration-no-important */
.filemanager .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: #fff !important;
border-bottom: 1px solid #ccc !important;
border-left: 0 solid #fff !important;
+6
View File
@@ -14938,6 +14938,9 @@ a.ygtvspacer:hover {
overflow: hidden; }
.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial; }
.fitem.disabled .filepicker-filelist,
@@ -14996,6 +14999,9 @@ a.ygtvspacer:hover {
/* Override YUI default styling */
/* stylelint-disable declaration-no-important */
.filemanager .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: #fff !important;
border-bottom: 1px solid #ccc !important;
border-left: 0 solid #fff !important;