mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-65581-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
2c02e93388
@ -232,7 +232,7 @@ class block_base {
|
||||
$bc->footer = $this->content->footer;
|
||||
}
|
||||
} else {
|
||||
$bc->add_class('invisible');
|
||||
$bc->add_class('invisibleblock');
|
||||
}
|
||||
|
||||
if (!$this->hide_header()) {
|
||||
|
@ -328,3 +328,7 @@ body.drawer-open-left #region-main.has-blocks {
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.block.invisibleblock .card-title {
|
||||
color: $text-muted;
|
||||
}
|
@ -11413,6 +11413,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.block_settings .block_tree p.hasicon .icon {
|
||||
margin-right: 2px; }
|
||||
|
||||
.block.invisibleblock .card-title {
|
||||
color: #868e96; }
|
||||
|
||||
.navbar {
|
||||
max-height: 50px; }
|
||||
|
||||
|
@ -11655,6 +11655,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.block_settings .block_tree p.hasicon .icon {
|
||||
margin-right: 2px; }
|
||||
|
||||
.block.invisibleblock .card-title {
|
||||
color: #868e96; }
|
||||
|
||||
.navbar {
|
||||
max-height: 50px; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user