Merge branch 'MDL-56651-master' of git://github.com/lameze/moodle

This commit is contained in:
Dan Poltawski 2016-11-01 09:10:08 +00:00
commit e0d5d8caed
2 changed files with 6 additions and 30 deletions

View file

@ -43,27 +43,3 @@ table#modules,
table#permissions {
@extend .table-hover;
}
// colored buttons
input.form-submit,
input#id_submitbutton,
input#id_submitbutton2,
.path-admin .buttons input[type="submit"],
td.submit input {
@extend .btn-primary;
}
// override .btn-primary
#notice .singlebutton + .singlebutton input,
.submit.buttons input[name="cancel"] {
@extend .btn;
}
#notice .singlebutton + .singlebutton input,
.submit.buttons input[name="cancel"] {
@extend .btn-lineup;
}
input[id="_clearbutton"],
input[type="reset"] {
@extend .btn-warning;
}