mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Merge branch 'MDL-80364' of https://github.com/pedrojordao/moodle
This commit is contained in:
commit
1c11531ab7
5 changed files with 18 additions and 7 deletions
|
@ -36340,6 +36340,9 @@ body {
|
|||
.navbar-nav .popover-region .icon {
|
||||
font-weight: bolder;
|
||||
}
|
||||
.navbar-nav .popover-region .notification-image .icon {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.navbar .popover-region.collapsed .popover-region-container {
|
||||
opacity: 0;
|
||||
|
@ -36439,9 +36442,9 @@ body {
|
|||
width: calc(100% - 24px);
|
||||
}
|
||||
.content-item-container.selected {
|
||||
background-color: #4f94cd;
|
||||
background-color: #3279b3;
|
||||
color: #fff;
|
||||
border-color: #4f94cd;
|
||||
border-color: #3279b3;
|
||||
}
|
||||
.content-item-container.selected .content-item-footer .timestamp {
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue