mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-69391 theme: Darken course selector text colour
Use $gray-600 for a darker text colour in the course select box. This also makes the colour consistent with the view selector which also uses $gray-600.
This commit is contained in:
parent
338fd44c28
commit
aca735cdbf
@ -455,5 +455,5 @@ table.calendartable caption {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cal_courses_flt {
|
.cal_courses_flt {
|
||||||
color: #868e96;
|
color: $gray-600;
|
||||||
}
|
}
|
||||||
|
@ -13006,7 +13006,7 @@ table.calendartable caption {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.cal_courses_flt {
|
.cal_courses_flt {
|
||||||
color: #868e96; }
|
color: #6c757d; }
|
||||||
|
|
||||||
.content-bank-container .cb-content-wrapper {
|
.content-bank-container .cb-content-wrapper {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
@ -13220,7 +13220,7 @@ table.calendartable caption {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.cal_courses_flt {
|
.cal_courses_flt {
|
||||||
color: #868e96; }
|
color: #6c757d; }
|
||||||
|
|
||||||
.content-bank-container .cb-content-wrapper {
|
.content-bank-container .cb-content-wrapper {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user