Commit | Line | Data |
---|---|---|
d433cf37 FM |
1 | /** |
2 | * Import all the rules from the parent. | |
3 | */ | |
4 | @import "../../bootstrapbase/less/moodle.less"; | |
7c923caf FM |
5 | |
6 | // Set the secondary background. | |
7 | @tableBackgroundAccent: darken(@wellBackground, 5%); | |
8 | @tableBackgroundHover: darken(@wellBackground, 10%); | |
9 | @tableBorder: @wellBorder; | |
10 | @navbarBackground: @wellBackground; | |
11 | @formActionsBackground: @wellBackground; | |
12 | @paginationActiveBackground: @wellBackground; | |
13 | @hrBorder: darken(@wellBackground, 5%); | |
c3229033 FM |
14 | |
15 | // Remove unwanted text shadow, this can look odd with random colours. | |
16 | .breadcrumb li, | |
17 | .nav-header { | |
18 | text-shadow: none; | |
19 | } |