Star ratings: Use a yellow color across the board. Keying these to color schemes originally turned out to be weird.
props hugobaeta. fixes #31424. git-svn-id: https://develop.svn.wordpress.org/trunk@31747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fff0f98244
commit
75cb1ae15a
@ -507,10 +507,6 @@ div#wp-responsive-toggle a:before {
|
||||
background: $menu-highlight-background;
|
||||
}
|
||||
|
||||
.star-rating .star {
|
||||
color: $highlight-color;
|
||||
}
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: $menu-submenu-background;
|
||||
}
|
||||
|
@ -2098,7 +2098,7 @@ div.star-holder .star-rating {
|
||||
-webkit-transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in 0;
|
||||
text-align: center;
|
||||
color: #0073aa;
|
||||
color: #ffb900;
|
||||
}
|
||||
|
||||
.star-rating .star-full:before {
|
||||
@ -2348,7 +2348,7 @@ div.action-links {
|
||||
|
||||
#plugin-information .counter-bar {
|
||||
height: 17px;
|
||||
background-color: #fddb5a;
|
||||
background-color: #ffc733; /* slightly lighter than stars due to larger expanse */
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user