~canonical-sysadmins/wordpress/4.3

« back to all changes in this revision

Viewing changes to wp-admin/css/admin-menu-rtl.css

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#adminmenu {
17
17
        clear: right;
18
 
        margin: 12px 0 0;
 
18
        margin: 12px 0;
19
19
        padding: 0;
20
20
        list-style: none;
21
21
}
141
141
#adminmenuwrap {
142
142
        position: relative;
143
143
        float: right;
 
144
        z-index: 9990;
144
145
}
145
146
 
146
147
/* side admin menu */
177
178
#adminmenu li.menu-top > a:focus,
178
179
#adminmenu .wp-submenu a:hover,
179
180
#adminmenu .wp-submenu a:focus {
180
 
        color: #2ea2cc;
 
181
        color: #45bbe6;
181
182
}
182
183
 
183
184
#adminmenu li.menu-top {
375
376
}
376
377
 
377
378
#adminmenu li:hover div.wp-menu-image:before {
378
 
        color: #2ea2cc;
 
379
        color: #45bbe6;
379
380
}
380
381
 
381
382
.folded #adminmenu div.wp-menu-image {
406
407
/* Sticky admin menu */
407
408
.sticky-menu #adminmenuwrap {
408
409
        position: fixed;
409
 
        z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
410
410
}
411
411
 
412
412
/* A new arrow */
524
524
 
525
525
#adminmenu li.current a .awaiting-mod,
526
526
#adminmenu      li a.wp-has-current-submenu .update-plugins {
527
 
        background-color: #2ea2cc;
 
527
        background-color: #45bbe6;
528
528
        color: #fff;
529
529
}
530
530
 
544
544
 
545
545
#collapse-menu:hover,
546
546
#collapse-menu:hover #collapse-button div:after {
547
 
        color: #2ea2cc;
 
547
        color: #45bbe6;
548
548
}
549
549
 
550
550
.folded #collapse-menu span {
610
610
        display: none;
611
611
}
612
612
 
 
613
/* Hide-if-customize for items we can't add classes to */
 
614
.customize-support #menu-appearance a[href="themes.php?page=custom-header"],
 
615
.customize-support #menu-appearance a[href="themes.php?page=custom-background"] {
 
616
        display: none;
 
617
}
613
618
 
614
619
/* Auto-folding of the admin menu */
615
620
@media only screen and (max-width: 960px) {