Make WordPress Core

Ticket #31234: #31234-update-wpadmin-colors.diff

File #31234-update-wpadmin-colors.diff, 18.9 KB (added by hugobaeta, 10 years ago)

Patch with css updates

  • wp-admin/css/about.css

    diff --git wp-admin/css/about.css wp-admin/css/about.css
    index 09f1b21..2e3d8ae 100644
     
    4444/* WordPress Version Badge */
    4545
    4646.wp-badge {
    47         background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
     47        background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
    4848        background-position: center 24px;
    4949        -webkit-background-size: 85px 85px;
    5050        background-size: 85px 85px;
     
    9696
    9797.about-wrap h1 {
    9898        margin: 0.2em 200px 0 0;
    99         color: #333;
     99        color: #32373c;
    100100        line-height: 1.2em;
    101101        font-size: 2.8em;
    102102        font-weight: 400;
     
    109109}
    110110
    111111.about-wrap h4 {
    112         color: #222;
     112        color: #23282d;
    113113}
    114114
    115115.about-wrap code,
  • wp-admin/css/admin-menu.css

    diff --git wp-admin/css/admin-menu.css wp-admin/css/admin-menu.css
    index b8bf6b2..8a15fda 100644
     
    33#adminmenu,
    44#adminmenu .wp-submenu {
    55        width: 160px;
    6         background-color: #222;
     6        background-color: #23282d;
    77}
    88
    99#adminmenuback {
     
    166166}
    167167
    168168#adminmenu .wp-submenu a {
    169         color: #bbb;
     169        color: rgba(240,245,250,.7);
    170170}
    171171
    172172#adminmenu .wp-submenu a:hover,
     
    201201.folded #adminmenu .wp-has-current-submenu .wp-submenu {
    202202        padding: 7px 0 8px;
    203203        z-index: 9999;
    204         background-color: #333;
     204        background-color: #32373c;
    205205        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    206206        box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    207207}
     
    228228        margin-top: 0;
    229229        -webkit-box-shadow: none;
    230230        box-shadow: none;
    231         background-color: #333;
     231        background-color: #32373c;
    232232}
    233233
    234234/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
     
    236236#adminmenu li.opensub > a.menu-top,
    237237#adminmenu li > a.menu-top:focus {
    238238        position: relative;
    239         background-color: #111;
     239        background-color: #191e23;
    240240}
    241241
    242242.folded #adminmenu li.menu-top:hover,
     
    252252#adminmenu .wp-menu-arrow,
    253253#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
    254254#adminmenu .wp-menu-arrow div {
    255         background: #0074a2;
     255        background: #0073aa;
    256256        color: #fff;
    257257}
    258258
    div.wp-menu-image:before { 
    364364}
    365365
    366366#adminmenu div.wp-menu-image:before {
    367         color: #999;
     367        color: rgba(240,245,250,0.6);
    368368}
    369369
    370370#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,
    div.wp-menu-image:before { 
    376376}
    377377
    378378#adminmenu li:hover div.wp-menu-image:before {
    379         color: #45bbe6;
     379        color: #00b4e6;
    380380}
    381381
    382382.folded #adminmenu div.wp-menu-image {
    ul#adminmenu > li.current > a.current:after { 
    464464}
    465465
    466466#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
    467         border-right-color: #333;
     467        border-right-color: #32373c;
    468468}
    469469
    470470#adminmenu li.menu-top:hover .wp-menu-image img,
    ul#adminmenu > li.current > a.current:after { 
    537537        font-size: 13px;
    538538        line-height: 34px;
    539539        margin-top: 10px;
    540         color: #aaa;
     540        color: rgba(240,245,250,0.6);
    541541        -webkit-transition: all .1s ease-in-out;
    542542        transition: all .1s ease-in-out;
    543543}
    544544
    545545#collapse-menu:hover,
    546546#collapse-menu:hover #collapse-button div:after {
    547         color: #45bbe6;
     547        color: #00a0d2;
    548548}
    549549
    550550.folded #collapse-menu span {
    ul#adminmenu > li.current > a.current:after { 
    576576        line-height: 15px;
    577577        left: -3px;
    578578        top: -3px;
    579         color: #aaa;
     579        color: rgba(240,245,250,0.6);
    580580        font: normal 20px/1 'dashicons' !important;
    581581        speak: none;
    582582        margin: 0 auto;
    li#wp-admin-bar-menu-toggle { 
    870870        }
    871871
    872872        .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
    873                 background: #333;
     873                background: #32373c;
    874874        }
    875875
    876876        li#wp-admin-bar-menu-toggle {
  • wp-admin/css/common.css

    diff --git wp-admin/css/common.css wp-admin/css/common.css
    index 3219f1d..250a7fd 100644
    td { 
    241241}
    242242
    243243a {
    244         color: #0074a2;
     244        color: #0073aa;
    245245        -webkit-transition-property: border, background, color;
    246246        transition-property: border, background, color;
    247247        -webkit-transition-duration: .05s;
    div { 
    257257
    258258a:hover,
    259259a:active {
    260         color: #2ea2cc;
     260        color: #00a0d2;
    261261}
    262262
    263263a:focus {
    h1 { 
    325325}
    326326
    327327h2 {
    328         color: #222;
     328        color: #23282d;
    329329        font-size: 1.5em;
    330330        margin: .83em 0;
    331331        font-weight: 400;
    332332}
    333333
    334334h3 {
    335         color: #222;
     335        color: #23282d;
    336336        font-size: 1.3em;
    337337        margin: 1em 0;
    338338}
    code { 
    557557}
    558558
    559559.attention {
    560         color: #2ea2cc;
     560        color: #00a0d2;
    561561}
    562562
    563563.wrap h2,
    code { 
    596596}
    597597
    598598.wrap .add-new-h2:hover {
    599         background: #2ea2cc;
     599        background: #00a0d2;
    600600        color: #fff;
    601601}
    602602
    td.help { 
    651651
    652652.wp-ui-primary {
    653653        color: #fff;
    654         background-color: #333;
     654        background-color: #32373c;
    655655}
    656656.wp-ui-text-primary {
    657         color: #333;
     657        color: #32373c;
    658658}
    659659
    660660.wp-ui-highlight {
    td.help { 
    700700.widget .widget-top,
    701701.menu-item-handle {
    702702        background: #fafafa;
    703         color: #222;
     703        color: #23282d;
    704704}
    705705
    706706.postbox .hndle,
    th.action-links { 
    982982        -webkit-box-shadow: none;
    983983        box-shadow: none;
    984984        border-bottom: 4px solid #666;
    985         color: #222;
     985        color: #23282d;
    986986}
    987987
    988988.filter-links li > a:hover,
    989989.filter-links li > a:focus,
    990990.show-filters .filter-links a.current:hover,
    991991.show-filters .filter-links a.current:focus {
    992         color: #2ea2cc;
     992        color: #00a0d2;
    993993}
    994994
    995995.wp-filter .search-form {
    th.action-links { 
    10471047
    10481048.wp-filter .drawer-toggle:hover,
    10491049.wp-filter .drawer-toggle:hover:before {
    1050         color: #2ea2cc;
     1050        color: #00a0d2;
    10511051}
    10521052
    10531053.wp-filter .drawer-toggle.current:before {
    div.error { 
    12871287}
    12881288
    12891289.notice-info {
    1290     border-color: #2ea2cc;
     1290    border-color: #00a0d2;
    12911291}
    12921292
    12931293.wrap .notice,
    form.upgrade .hint { 
    14261426#screen-meta-links a:hover,
    14271427#screen-meta-links a:active,
    14281428#screen-meta-links a:focus {
    1429         color: #333;
     1429        color: #32373c;
    14301430}
    14311431
    14321432#screen-meta-links a.show-settings {
    form.upgrade .hint { 
    15651565}
    15661566
    15671567.contextual-help-tabs a:hover {
    1568         color: #333;
     1568        color: #32373c;
    15691569}
    15701570
    15711571.contextual-help-tabs .active {
    15721572        padding: 0;
    15731573        margin: 0 -1px 0 0;
    1574         border-left: 2px solid #2ea2cc;
     1574        border-left: 2px solid #00a0d2;
    15751575        background: #f6fbfd;
    15761576        -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
    15771577        box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
    form.upgrade .hint { 
    15791579
    15801580.contextual-help-tabs .active a {
    15811581        border-color: #e1e1e1;
    1582         color: #333;
     1582        color: #32373c;
    15831583}
    15841584
    15851585.contextual-help-tabs-wrap {
    html.wp-toolbar { 
    16411641
    16421642.widefat thead tr th,
    16431643.widefat tfoot tr th {
    1644         color: #333;
     1644        color: #32373c;
    16451645}
    16461646
    16471647.widefat td p {
    html.wp-toolbar { 
    16511651.widefat p,
    16521652.widefat ol,
    16531653.widefat ul {
    1654         color: #333;
     1654        color: #32373c;
    16551655}
    16561656
    16571657.widefat .column-comment p {
    div.star-holder .star-rating { 
    21372137        -webkit-transition: color .1s ease-in 0;
    21382138        transition: color .1s ease-in 0;
    21392139        text-align: center;
    2140         color: #0074a2;
     2140        color: #0073aa;
    21412141}
    21422142
    21432143.star-rating .star-full:before {
    div.action-links { 
    22772277        border: 1px solid #ddd;
    22782278        border-bottom-color: #fff;
    22792279        padding-top: 8px;
    2280         color: #333;
     2280        color: #32373c;
    22812281}
    22822282
    22832283#plugin-information-tabs.with-banner a.current {
    body.index-php #TB_closeWindowButton:focus, 
    26542654body.index-php #TB_closeWindowButton:focus .tb-close-icon,
    26552655body.index-php .tb-close-icon:focus,
    26562656body.index-php .tb-close-icon:hover {
    2657         color: #2ea2cc;
     2657        color: #00a0d2;
    26582658        outline: none;
    26592659        -webkit-box-shadow: none;
    26602660        box-shadow: none;
    img { 
    29922992.js .control-section .accordion-section-title:hover,
    29932993.js .control-section.open .accordion-section-title,
    29942994.js .control-section .accordion-section-title:focus {
    2995         color: #222;
     2995        color: #23282d;
    29962996        background: #f5f5f5;
    29972997}
    29982998
  • wp-admin/css/dashboard.css

    diff --git wp-admin/css/dashboard.css wp-admin/css/dashboard.css
    index b9f5a09..8f398d7 100644
    h3:hover .edit-box { 
    800800}
    801801
    802802#dashboard-widgets h4 {
    803         color: #222;
     803        color: #23282d;
    804804        font-weight: normal;
    805805        font-size: 14px;
    806806        margin: 0 0 .2em;
  • wp-admin/css/edit.css

    diff --git wp-admin/css/edit.css wp-admin/css/edit.css
    index e0a05b2..7a9bb46 100644
    ul.category-tabs li, 
    227227.wp-tab-bar .wp-tab-active a,
    228228#post-body ul.category-tabs li.tabs a,
    229229#post-body ul.add-menu-item-tabs li.tabs a {
    230         color: #333;
     230        color: #32373c;
    231231}
    232232
    233233.category-tabs {
    span.wp-media-buttons-icon:before { 
    846846
    847847a.post-state-format:hover:before,
    848848a.post-format-icon:hover:before {
    849         color: #2ea2cc;
     849        color: #00a0d2;
    850850}
    851851
    852852#post-formats-select {
  • wp-admin/css/forms.css

    diff --git wp-admin/css/forms.css wp-admin/css/forms.css
    index a5a19e4..0c0304a 100644
    textarea { 
    3030        -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
    3131        box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
    3232        background-color: #fff;
    33         color: #333;
     33        color: #32373c;
    3434        outline: none;
    3535        -webkit-transition: 0.05s border-color ease-in-out;
    3636        transition: 0.05s border-color ease-in-out;
    input[type="radio"]:checked + label:before { 
    9797
    9898.wp-core-ui input[type="reset"]:hover,
    9999.wp-core-ui input[type="reset"]:active {
    100         color: #2ea2cc;
     100        color: #00a0d2;
    101101}
    102102
    103103td > input[type="checkbox"],
    ul#add-to-blog-users { 
    559559
    560560.form-table th,
    561561.form-wrap label {
    562         color: #222;
     562        color: #23282d;
    563563        font-weight: normal;
    564564        text-shadow: none;
    565565        vertical-align: baseline;
    table.form-table td .updated p { 
    693693        display: inline-block;
    694694        position: relative;
    695695        cursor: move;
    696         color: #333;
     696        color: #32373c;
    697697        background: #e6e6e6;
    698698        -webkit-border-radius: 5px;
    699699        border-radius: 5px;
  • wp-admin/css/list-tables.css

    diff --git wp-admin/css/list-tables.css wp-admin/css/list-tables.css
    index a7f067f..127f471 100644
     
    4545}
    4646
    4747.post-com-count:hover span {
    48         background-color: #2ea2cc;
     48        background-color: #00a0d2;
    4949}
    5050
    5151.post-com-count:hover:after {
    52         border-top: 5px solid #2ea2cc;
     52        border-top: 5px solid #00a0d2;
    5353}
    5454
    5555strong .post-com-count {
    strong .post-com-count { 
    5757}
    5858
    5959strong .post-com-count span {
    60         background-color: #0074a2;
     60        background-color: #0073aa;
    6161}
    6262
    6363strong .post-com-count:after {
    64         border-top: 5px solid #0074a2;
     64        border-top: 5px solid #0073aa;
    6565}
    6666
    6767.column-response .post-com-count {
    th.manage-column a, 
    479479th.sortable a:hover,
    480480th.sortable a:active,
    481481th.sortable a:focus {
    482         color: #333;
     482        color: #32373c;
    483483}
    484484
    485485th.sortable a:focus {
    th.asc:hover span.sorting-indicator { 
    571571.tablenav .tablenav-pages a:hover,
    572572.tablenav .tablenav-pages a:focus {
    573573        color: #fff;
    574         background: #2ea2cc;
     574        background: #00a0d2;
    575575}
    576576
    577577.tablenav .tablenav-pages a.disabled,
    classes exist in paginate_links() but not seen in list table output. */ 
    613613.tablenav .next,
    614614.tablenav .prev {
    615615        border-color: transparent;
    616         color: #0074a2;
     616        color: #0073aa;
    617617}
    618618
    619619.tablenav .next:hover,
    620620.tablenav .prev:hover {
    621621        border-color: transparent;
    622         color: #2ea2cc;
     622        color: #00a0d2;
    623623}
    624624
    625625.tablenav .view-switch {
    classes exist in paginate_links() but not seen in list table output. */ 
    665665}
    666666
    667667.view-switch a.current:before {
    668         color: #0074a2;
     668        color: #0073aa;
    669669}
    670670
    671671.view-switch > a + a {
    tr.active.update + tr.plugin-update-tr .plugin-update { 
    11551155}
    11561156
    11571157.plugins .active th.check-column {
    1158         border-left: 4px solid #2ea2cc;
     1158        border-left: 4px solid #00a0d2;
    11591159}
    11601160
    11611161.plugins .active.update th.check-column,
  • wp-admin/css/media.css

    diff --git wp-admin/css/media.css wp-admin/css/media.css
    index c01b71f..8795265 100644
     
    177177        margin-top: -22px;
    178178        -webkit-border-radius: 22px;
    179179        border-radius: 22px;
    180         background-color: #0074a2;
     180        background-color: #0073aa;
    181181        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    182182        box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    183183}
     
    312312}
    313313
    314314#find-posts-close:hover {
    315         color: #2ea2cc;
     315        color: #00a0d2;
    316316}
    317317
    318318#find-posts-close:before {
    border color while dragging a file over the uploader drop area */ 
    495495
    496496.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
    497497.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before {
    498         color: #2ea2cc;
     498        color: #00a0d2;
    499499}
    500500
    501501.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3 {
    border color while dragging a file over the uploader drop area */ 
    944944.imgedit-menu div:hover {
    945945        border-color: #c1c1c1;
    946946        background-color: #eaeaea;
    947         color: #333;
     947        color: #32373c;
    948948}
    949949
    950950.imgedit-menu div.disabled {
  • wp-admin/css/nav-menus.css

    diff --git wp-admin/css/nav-menus.css wp-admin/css/nav-menus.css
    index 6f12e9d..e378b9d 100644
    body.menu-max-depth-11 { min-width: 1280px !important; } 
    713713}
    714714
    715715.nav-menus-php .submitbox .submitcancel {
    716         border-bottom: 1px solid #0074a2;
     716        border-bottom: 1px solid #0073aa;
    717717        padding: 1px 2px;
    718         color: #0074a2;
     718        color: #0073aa;
    719719        text-decoration: none;
    720720}
    721721
    722722.nav-menus-php .submitbox .submitcancel:hover {
    723         background: #0074a2;
     723        background: #0073aa;
    724724        color: #fff;
    725725}
    726726
  • wp-admin/css/press-this.css

    diff --git wp-admin/css/press-this.css wp-admin/css/press-this.css
    index dbf355a..e6ae4ea 100644
     
    1212}
    1313
    1414body.press-this ul.category-tabs li.tabs a {
    15         color: #333;
     15        color: #32373c;
    1616}
    1717
    1818.press-this #content-resize-handle {
    body.press-this ul.category-tabs li.tabs a { 
    2020}
    2121
    2222body.press-this {
    23         color: #333;
     23        color: #32373c;
    2424        margin: 0;
    2525        padding: 0;
    2626        min-width: 708px;
  • wp-admin/css/revisions.css

    diff --git wp-admin/css/revisions.css wp-admin/css/revisions.css
    index 8fcde36..3a36f28 100644
    div.revisions-controls > .wp-slider > .ui-slider-handle { 
    474474.wp-slider .ui-slider-handle,
    475475.wp-slider .ui-slider-handle.ui-state-hover,
    476476.wp-slider .ui-slider-handle.focus {
    477         background: #2ea2cc;
    478         border: 1px solid #0074a2;
     477        background: #00a0d2;
     478        border: 1px solid #0073aa;
    479479        -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
    480480        box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
    481481}
  • wp-admin/css/themes.css

    diff --git wp-admin/css/themes.css wp-admin/css/themes.css
    index 565f2fa..f22c03e 100644
     
    174174        top: 35%;
    175175        right: 25%;
    176176        left: 25%;
    177         background: #222;
     177        background: #23282d;
    178178        background: rgba(0,0,0,0.7);
    179179        color: #fff;
    180180        font-size: 15px;
     
    274274}
    275275
    276276.theme-browser .theme .theme-author {
    277         background: #222;
     277        background: #23282d;
    278278        color: #eee;
    279279        display: none;
    280280        font-size: 14px;
     
    369369.theme-browser .theme.add-new-theme:hover span:after,
    370370.theme-browser .theme.add-new-theme:focus span:after {
    371371        background: #fff;
    372         color: #0074a2;
     372        color: #0073aa;
    373373}
    374374
    375375.theme-browser .theme.add-new-theme:hover:after,
    376376.theme-browser .theme.add-new-theme:focus:after {
    377377        border-color: transparent;
    378378        color: #fff;
    379         background: #0074a2;
     379        background: #0073aa;
    380380        content: '';
    381381}
    382382
    body.folded .theme-overlay .theme-wrap { 
    697697
    698698.theme-overlay .screenshot.selected {
    699699        background: transparent;
    700         border: 2px solid #2ea2cc;
     700        border: 2px solid #00a0d2;
    701701}
    702702
    703703.theme-overlay .screenshot.selected img {
    body.folded .theme-overlay .theme-wrap { 
    719719}
    720720
    721721.theme-overlay .current-label {
    722         background: #333;
     722        background: #32373c;
    723723        color: #fff;
    724724        font-size: 11px;
    725725        display: inline-block;
    body.folded .theme-overlay .theme-wrap { 
    734734}
    735735
    736736.theme-overlay .theme-name {
    737         color: #222;
     737        color: #23282d;
    738738        font-size: 32px;
    739739        font-weight: 100;
    740740        margin: 10px 0 0;
    body.folded .theme-overlay .theme-wrap { 
    799799}
    800800
    801801.theme-overlay .theme-update {
    802         color: #222;
     802        color: #23282d;
    803803        font-size: 18px;
    804804        display: inline-block;
    805805        line-height: 40px;
    body.folded .theme-overlay .theme-wrap { 
    809809.theme-overlay .parent-theme {
    810810        background: #f7fcfe;
    811811        border: 1px solid #eee;
    812         border-left: 4px solid #2ea2cc;
     812        border-left: 4px solid #00a0d2;
    813813        font-size: 14px;
    814814        font-weight: normal;
    815815        margin-top: 30px;
    body.folded .theme-overlay .theme-wrap { 
    10811081
    10821082/* Already installed theme */
    10831083.theme-browser .theme .theme-installed {
    1084         background: #0074a2;
     1084        background: #0073aa;
    10851085}
    10861086.theme-browser .theme .theme-installed:before {
    10871087        content: '\f147';
    body.full-overlay-active { 
    14911491}
    14921492
    14931493.wp-full-overlay a.collapse-sidebar:hover {
    1494         color: #0074a2;
     1494        color: #0073aa;
    14951495}
    14961496
    14971497.wp-full-overlay.collapsed .collapse-sidebar {
  • wp-admin/css/widgets.css

    diff --git wp-admin/css/widgets.css wp-admin/css/widgets.css
    index 409a393..7a1b5ef 100644
    div#widgets-right .closed .widgets-sortables { 
    369369}
    370370
    371371.js #removing-widget {
    372         color: #2ea2cc;
     372        color: #00a0d2;
    373373}
    374374
    375375.widget-control-noform,
    div#widgets-right .widget-top:hover, 
    475475}
    476476
    477477.widgets-chooser li.widgets-chooser-selected {
    478         background: #2ea2cc;
     478        background: #00a0d2;
    479479        color: #fff;
    480480}
    481481
  • wp-includes/css/admin-bar.css

    diff --git wp-includes/css/admin-bar.css wp-includes/css/admin-bar.css
    index f48f6a1..68dd87a 100644
    html:lang(he-il) .rtl #wpadminbar * { 
    8181        width: 100%;
    8282        min-width: 600px; /* match the min-width of the body in wp-admin.css */
    8383        z-index: 99999;
    84         background: #222;
     84        background: #23282d;
    8585}
    8686
    8787#wpadminbar .ab-sub-wrapper,
    html:lang(he-il) .rtl #wpadminbar * { 
    136136        padding: 0;
    137137        -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    138138        box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    139         background: #333;
     139        background: #32373c;
    140140        display: none;
    141141        position: absolute;
    142142        float: none;
    html:lang(he-il) .rtl #wpadminbar * { 
    210210#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
    211211#wpadminbar .ab-top-menu > li:hover > .ab-item,
    212212#wpadminbar .ab-top-menu > li.hover > .ab-item {
    213         background: #333;
     213        background: #32373c;
    214214        color: #45bbe6;
    215215}
    216216
    html:lang(he-il) .rtl #wpadminbar * { 
    237237#wpadminbar .ab-icon:before,
    238238#wpadminbar .ab-item:before,
    239239#wpadminbar #adminbarsearch:before {
    240         color: #999;
     240        color: rgba(240,245,250,0.6);
    241241}
    242242
    243243#wpadminbar .ab-icon:before,
    html:lang(he-il) .rtl #wpadminbar * { 
    254254}
    255255
    256256#wpadminbar .ab-submenu .ab-item {
    257         color: #eee;
     257        color: rgba(240,245,250,.7);
    258258}
    259259
    260260#wpadminbar .quicklinks .menupop ul li a,
    261261#wpadminbar .quicklinks .menupop ul li a strong,
    262262#wpadminbar .quicklinks .menupop.hover ul li a,
    263263#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
    264         color: #eee;
     264        color: rgba(240,245,250,.7);
    265265}
    266266
    267267#wpadminbar .quicklinks .menupop ul li a:hover,
    html:lang(he-il) .rtl #wpadminbar * { 
    279279#wpadminbar li.hover .ab-icon:before,
    280280#wpadminbar li.hover .ab-item:before,
    281281#wpadminbar li:hover #adminbarsearch:before {
    282         color: #45bbe6;
     282        color: #00b4e6;
    283283}
    284284
    285285#wpadminbar .menupop .menupop > .ab-item:before,
    html:lang(he-il) .rtl #wpadminbar * { 
    335335
    336336#wpadminbar .quicklinks a span#ab-updates {
    337337        background: #eee;
    338         color: #333;
     338        color: #32373c;
    339339        display: inline;
    340340        padding: 2px 5px;
    341341        font-size: 10px;