Merge branch 'MDL-62150-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Andrew Nicols
2018-05-02 13:38:07 +08:00
+2 -2
View File
@@ -403,8 +403,8 @@ textarea[data-auto-rows] {
background-image: $form-icon-danger;
padding-right: ($input-padding-x * 3);
background-repeat: no-repeat;
background-position: center right ($input-height / 4);
background-size: ($input-height / 2) ($input-height / 2);
background-position: center right 1rem;
background-size: 1.5rem;
}
// Styles for the JS file types browser provided by the "filetypes" element.