[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/colors/light/ -> colors.scss (source)

   1  $scheme-name: "light";
   2  $base-color: #e5e5e5;
   3  $icon-color: #999;
   4  $text-color: #333;
   5  $highlight-color: #04a4cc;
   6  $notification-color: #d64e07;
   7  
   8  $body-background: #f5f5f5;
   9  
  10  $menu-highlight-text: #fff;
  11  $menu-highlight-icon: #ccc;
  12  $menu-highlight-background: #888;
  13  
  14  $menu-bubble-text: #fff;
  15  $menu-avatar-frame: #aaa;
  16  $menu-submenu-background: #fff;
  17  
  18  $menu-collapse-text: #777;
  19  $menu-collapse-focus-icon: #555;
  20  
  21  $dashboard-accent-1: $highlight-color;
  22  $dashboard-accent-2: desaturate( lighten( $highlight-color, 7% ), 15% );
  23  $dashboard-icon-background: $text-color;
  24  
  25  @import "../_admin.scss";
  26  
  27  /* Override the theme filter highlight color for this scheme */
  28  .theme-section.current,
  29  .theme-filter.current {
  30      border-bottom-color: $highlight-color;
  31  }


Generated : Fri May 10 08:20:01 2024 Cross-referenced by PHPXref