-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles_adaptable.css
More file actions
36 lines (36 loc) · 1.09 KB
/
styles_adaptable.css
File metadata and controls
36 lines (36 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.format-tiles li.tile .badge-info {
color: #fff;
}
.format-tiles .subtile .completioncheckbox .icon {
height: 19px;
margin-top: 3px;
}
.format-tiles .nosubtiles .completioncheckbox .btn:hover,
.format-tiles .nosubtiles .completioncheckbox .btn:active {
/* stylelint-disable-next-line declaration-no-important */
background-color: inherit !important;
}
.format-tiles .embed_cm_modal .modal-header .btn-close {
color: #fff;
}
.format-tiles #page .course-content ul li.section.main {
background-color: #fff;
border: 0;
}
.format-tiles li.section .sectionname {
background-color: inherit;
}
.format-tiles .embed_cm_modal .modal-header .btn-close {
/* stylelint-disable-next-line declaration-no-important */
color: #fff !important;
}
.format-tiles li.activity.subtile .badge-info {
color: #fff;
}
body.format-tiles.path-course-view.format-tiles-tile-open #page-content aside.block {
/* Avoid empty white blocks showing on grey overlay at bottom of page*/
background-color: inherit;
}
.format-tiles .expand-collapse-all-btns .btn-secondary {
min-height: unset;
}