[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/more/less/ -> moodle.less (source)

   1  /**
   2   * Import all the rules from the parent.
   3   */
   4  @import "../../bootstrapbase/less/moodle.less";
   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%);
  14  
  15  // Remove unwanted text shadow, this can look odd with random colours.
  16  .breadcrumb li,
  17  .nav-header {
  18      text-shadow: none;
  19  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1