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

This commit is contained in:
Peter Dias
2021-01-25 11:36:56 +08:00
parent db6d34630f
commit 2b9db93f78
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
@@ -14657,6 +14657,9 @@ a.ygtvspacer:hover {
overflow: hidden; }
.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial; }
.fitem.disabled .filepicker-filelist,
@@ -14715,6 +14718,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
@@ -14874,6 +14874,9 @@ a.ygtvspacer:hover {
overflow: hidden; }
.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial; }
.fitem.disabled .filepicker-filelist,
@@ -14932,6 +14935,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;