mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fix one awful background showed in form-buttons (that are enclosed in a fieldset????
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
e1a3af61a3
commit
9a5e30dfab
@ -14,7 +14,8 @@
|
||||
#mod-forum-view table.forumheaderlist td,
|
||||
#mod-assignment-submissions table.submissions th,
|
||||
#mod-assignment-submissions table.submissions td,
|
||||
form.mform fieldset.hidden {
|
||||
form.mform fieldset.hidden,
|
||||
form.mform fieldset.hidden fieldset.fgroup {
|
||||
border:none;
|
||||
background:none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user