~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-admin/css/colors/light/colors.scss

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$base-color: #e5e5e5;
 
2
$icon-color: #999;
 
3
$text-color: #333;
 
4
$highlight-color: #04a4cc;
 
5
$notification-color: #d64e07;
 
6
 
 
7
$body-background: #f5f5f5;
 
8
 
 
9
$menu-highlight-text: #fff;
 
10
$menu-highlight-icon: #ccc;
 
11
$menu-highlight-background: #888;
 
12
 
 
13
$menu-bubble-text: #fff;
 
14
$menu-avatar-frame: #aaa;
 
15
$menu-submenu-background: #fff;
 
16
 
 
17
$menu-collapse-text: #777;
 
18
$menu-collapse-focus-icon: #555;
 
19
 
 
20
@import "../_admin.scss";
 
21
 
 
22
/* temporary fix for admin-bar hover color */
 
23
#wpadminbar .ab-top-menu > li:hover > .ab-item,
 
24
#wpadminbar .ab-top-menu > li.hover > .ab-item,
 
25
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default li:hover span.ab-label,
 
26
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary li.hover span.ab-label,
 
27
#wpadminbar .ab-top-menu > li > .ab-item:focus,
 
28
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
 
29
#wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item,
 
30
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
 
31
        color: $text-color;
 
32
}
 
33
 
 
34
/* Override the theme filter highlight color for this scheme */
 
35
.theme-section.current,
 
36
.theme-filter.current {
 
37
        border-bottom-color: $highlight-color;
 
38
}