Use correct flag icon color from the chosen color scheme.

props TobiasBg.
fixes #26480.

git-svn-id: https://develop.svn.wordpress.org/trunk@26802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-12-08 14:31:50 +00:00
parent df17c69266
commit e2b68b77ef

View File

@ -390,6 +390,10 @@ ul#adminmenu > li.current > a.current:after {
background-color: $highlight-color;
}
.wp-pointer .wp-pointer-content h3:before {
color: $highlight-color;
}
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: $highlight-color;