mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +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
|
@ -6,7 +6,7 @@ $region-header-height: 25px;
|
|||
$region-footer-height: 30px;
|
||||
$content-item-hover-colour-bg: $primary;
|
||||
$content-item-hover-colour-text: $white;
|
||||
$content-item-selected-colour-bg: #4f94cd;
|
||||
$content-item-selected-colour-bg: #3279b3;
|
||||
$content-item-unread-colour: #f4f4f4;
|
||||
$content-header-footer-height: $region-header-height + $region-footer-height;
|
||||
|
||||
|
@ -178,6 +178,11 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
|
|||
.icon {
|
||||
font-weight: bolder;
|
||||
}
|
||||
.notification-image {
|
||||
.icon {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -36274,6 +36274,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;
|
||||
|
@ -36373,9 +36376,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