Skip to content

Commit

Permalink
Merge branch 'MDL-56772-master' of git://github.com/peterRd/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 3, 2021
2 parents 5b6063e + ecb1e0d commit f979519
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/boost/scss/moodle/filemanager.scss
Expand Up @@ -621,6 +621,9 @@ a.ygtvspacer:hover {
}

.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial;
}

Expand Down Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -14724,6 +14724,9 @@ a.ygtvspacer:hover {
overflow: hidden; }

.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial; }

.fitem.disabled .filepicker-filelist,
Expand Down Expand Up @@ -14782,6 +14785,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;
Expand Down
6 changes: 6 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -14940,6 +14940,9 @@ a.ygtvspacer:hover {
overflow: hidden; }

.file-picker .yui3-datatable-header {
/*rtl:raw:
text-align: right;
*/
background: initial; }

.fitem.disabled .filepicker-filelist,
Expand Down Expand Up @@ -14998,6 +15001,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;
Expand Down

0 comments on commit f979519

Please sign in to comment.