mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Accessibility: calendar <abbr> and link styles.
This commit is contained in:
parent
40d34f9e3c
commit
3a8ad5764f
@ -278,9 +278,16 @@ a.skip-block {
|
||||
/***
|
||||
*** Calendar
|
||||
***/
|
||||
#calendar .sidecalendar abbr,
|
||||
.block_calendar_month abbr {
|
||||
border: none;
|
||||
}
|
||||
#calendar .eventnone a,
|
||||
.block_calendar_month .eventnone a {
|
||||
text-decoration:none;
|
||||
color:black;
|
||||
cursor:text;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .eventlist .event .referer {
|
||||
font-weight:bold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user