Make WordPress Core

Changeset 31747


Ignore:
Timestamp:
03/12/2015 05:40:14 AM (10 years ago)
Author:
helen
Message:

Star ratings: Use a yellow color across the board. Keying these to color schemes originally turned out to be weird.

props hugobaeta.
fixes #31424.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r31648 r31747  
    508508}
    509509
    510 .star-rating .star {
    511     color: $highlight-color;
    512 }
    513 
    514510.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
    515511    background: $menu-submenu-background;
  • trunk/src/wp-admin/css/common.css

    r31719 r31747  
    20992099    transition: color .1s ease-in 0;
    21002100    text-align: center;
    2101     color: #0073aa;
     2101    color: #ffb900;
    21022102}
    21032103
     
    23492349#plugin-information .counter-bar {
    23502350    height: 17px;
    2351     background-color: #fddb5a;
     2351    background-color: #ffc733; /* slightly lighter than stars due to larger expanse */
    23522352    float: left;
    23532353}
Note: See TracChangeset for help on using the changeset viewer.