style: use not-allowed cursor on disabled meeting slots (#36005)

This commit is contained in:
Frédéric Péters 2019-09-17 08:08:04 +02:00
parent 4c1dc49573
commit 101b596503
2 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,7 @@ div.meetings_table {
padding: 0.2em 0;
&.disabled {
opacity: 0.3;
cursor: not-allowed;
}
}

View File

@ -102,6 +102,7 @@ div.meetings_table div span {
div.meetings_table div span.disabled {
opacity: 0.3;
cursor: not-allowed;
}
div.meetings_table div span.selectable.on {