mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-59048' of https://github.com/timhunt/moodle
This commit is contained in:
commit
dd6848c1b0
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ div[data-flexitour="step-background-fader"],
|
|||
span[data-flexitour="container"] {
|
||||
div[data-role="flexitour-step"] {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
border-radius: 6px;
|
||||
border: 1px solid rgba(0, 0, 0, .2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
||||
|
|
|
@ -19339,6 +19339,7 @@ div[data-flexitour="step-background-fader"],
|
|||
}
|
||||
span[data-flexitour="container"] div[data-role="flexitour-step"] {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
border-radius: 6px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue