Use correct flag icon color from the chosen color scheme.

props TobiasBg.
fixes #26480.
Built from https://develop.svn.wordpress.org/trunk@26802


git-svn-id: http://core.svn.wordpress.org/trunk@26689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-12-08 14:32:11 +00:00
parent 919cb11089
commit 1017bcf4f4
29 changed files with 66 additions and 14 deletions

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;

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #096484; }
.wp-pointer .wp-pointer-content h3:before {
color: #096484; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #096484; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #096484; }
.wp-pointer .wp-pointer-content h3:before {
color: #096484; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #096484; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #c7a589; }
.wp-pointer .wp-pointer-content h3:before {
color: #c7a589; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #c7a589; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #c7a589; }
.wp-pointer .wp-pointer-content h3:before {
color: #c7a589; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #c7a589; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #a3b745; }
.wp-pointer .wp-pointer-content h3:before {
color: #a3b745; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #a3b745; }
@ -540,6 +543,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #a3b745; }
.wp-pointer .wp-pointer-content h3:before {
color: #a3b745; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #a3b745; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #a3b745; }
.wp-pointer .wp-pointer-content h3:before {
color: #a3b745; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #a3b745; }
@ -540,6 +543,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #a3b745; }
.wp-pointer .wp-pointer-content h3:before {
color: #a3b745; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #a3b745; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #04a4cc; }
.wp-pointer .wp-pointer-content h3:before {
color: #04a4cc; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #04a4cc; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #04a4cc; }
.wp-pointer .wp-pointer-content h3:before {
color: #04a4cc; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #04a4cc; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #e14d43; }
.wp-pointer .wp-pointer-content h3:before {
color: #e14d43; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #e14d43; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #e14d43; }
.wp-pointer .wp-pointer-content h3:before {
color: #e14d43; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #e14d43; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #9ebaa0; }
.wp-pointer .wp-pointer-content h3:before {
color: #9ebaa0; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #9ebaa0; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #9ebaa0; }
.wp-pointer .wp-pointer-content h3:before {
color: #9ebaa0; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #9ebaa0; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #dd823b; }
.wp-pointer .wp-pointer-content h3:before {
color: #dd823b; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #dd823b; }

File diff suppressed because one or more lines are too long

View File

@ -247,6 +247,9 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
.wp-pointer .wp-pointer-content h3 {
background-color: #dd823b; }
.wp-pointer .wp-pointer-content h3:before {
color: #dd823b; }
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
border-bottom-color: #dd823b; }

File diff suppressed because one or more lines are too long