MDL-61363 tag: allow tagging in different context to item
[moodle.git] / theme / more / less / moodle.less
blobb7d8a31596cc0df3959b2065e01585d0de8c4783
1 /**
2  * Import all the rules from the parent.
3  */
4 @import "../../bootstrapbase/less/moodle.less";
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%);
15 // Remove unwanted text shadow, this can look odd with random colours.
16 .breadcrumb li,
17 .nav-header {
18     text-shadow: none;