moodle/theme/more/less/moodle.less
2014-05-12 16:51:14 +08:00

19 lines
553 B
Plaintext

/**
* Import all the rules from the parent.
*/
@import "../../bootstrapbase/less/moodle.less";
// Set the secondary background.
@tableBackgroundAccent: darken(@wellBackground, 5%);
@tableBackgroundHover: darken(@wellBackground, 10%);
@tableBorder: @wellBorder;
@navbarBackground: @wellBackground;
@formActionsBackground: @wellBackground;
@paginationActiveBackground: @wellBackground;
@hrBorder: darken(@wellBackground, 5%);
// Remove unwanted text shadow, this can look odd with random colours.
.breadcrumb li,
.nav-header {
text-shadow: none;
}