mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Slightly darkening the page backcground to f1f1f1 for better contrast with white interface elements on top of it. See #25858.
Built from https://develop.svn.wordpress.org/trunk@26837 git-svn-id: http://core.svn.wordpress.org/trunk@26724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c7b69f7c1
commit
39b1bc785d
@ -17,7 +17,7 @@ TABLE OF CONTENTS:
|
|||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Checkbooms */
|
/* Checkbooms */
|
||||||
@ -114,7 +114,7 @@ input[type=radio]:checked:before {
|
|||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
ul#adminmenu a.wp-has-current-submenu:after,
|
||||||
ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3;
|
border-left-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-actions {
|
.row-actions {
|
||||||
@ -1392,8 +1392,8 @@ table.diff .diff-addedline ins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background-color: #f3f3f3;
|
background-color: #f1f1f1;
|
||||||
border-color: #dfdfdf #dfdfdf #f3f3f3;
|
border-color: #dfdfdf #dfdfdf #f1f1f1;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1757,7 +1757,7 @@ div.widgets-sortables,
|
|||||||
color: #000;
|
color: #000;
|
||||||
background: none;
|
background: none;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
border-bottom-color: #f3f3f3;
|
border-bottom-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
||||||
@ -1786,7 +1786,7 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
|||||||
|
|
||||||
.about-wrap h2 .nav-tab-active {
|
.about-wrap h2 .nav-tab-active {
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
border-bottom-color: #f3f3f3;
|
border-bottom-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h2,
|
.about-wrap h2,
|
||||||
@ -1961,7 +1961,7 @@ a .mceIcon:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.login {
|
body.login {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #nav a,
|
.login #nav a,
|
||||||
|
2
wp-admin/css/colors-rtl.min.css
vendored
2
wp-admin/css/colors-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@ TABLE OF CONTENTS:
|
|||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Checkbooms */
|
/* Checkbooms */
|
||||||
@ -114,7 +114,7 @@ input[type=radio]:checked:before {
|
|||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
ul#adminmenu a.wp-has-current-submenu:after,
|
||||||
ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3;
|
border-right-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-actions {
|
.row-actions {
|
||||||
@ -1392,8 +1392,8 @@ table.diff .diff-addedline ins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background-color: #f3f3f3;
|
background-color: #f1f1f1;
|
||||||
border-color: #dfdfdf #dfdfdf #f3f3f3;
|
border-color: #dfdfdf #dfdfdf #f1f1f1;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1757,7 +1757,7 @@ div.widgets-sortables,
|
|||||||
color: #000;
|
color: #000;
|
||||||
background: none;
|
background: none;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
border-bottom-color: #f3f3f3;
|
border-bottom-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
||||||
@ -1786,7 +1786,7 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
|||||||
|
|
||||||
.about-wrap h2 .nav-tab-active {
|
.about-wrap h2 .nav-tab-active {
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
border-bottom-color: #f3f3f3;
|
border-bottom-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap h2,
|
.about-wrap h2,
|
||||||
@ -1961,7 +1961,7 @@ a .mceIcon:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.login {
|
body.login {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #nav a,
|
.login #nav a,
|
||||||
|
2
wp-admin/css/colors.min.css
vendored
2
wp-admin/css/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -12,7 +12,7 @@ $notification-color: #d54e21 !default;
|
|||||||
|
|
||||||
// global
|
// global
|
||||||
|
|
||||||
$body-background: #f3f3f3 !default;
|
$body-background: #f1f1f1 !default;
|
||||||
|
|
||||||
$link: #0074a2 !default;
|
$link: #0074a2 !default;
|
||||||
$link-focus: lighten( $link, 10% ) !default;
|
$link-focus: lighten( $link, 10% ) !default;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3; }
|
border-left-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #e1a948; }
|
background: #e1a948; }
|
||||||
|
2
wp-admin/css/colors/blue/colors-rtl.min.css
vendored
2
wp-admin/css/colors/blue/colors-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3; }
|
border-right-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #e1a948; }
|
background: #e1a948; }
|
||||||
|
2
wp-admin/css/colors/blue/colors.min.css
vendored
2
wp-admin/css/colors/blue/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #c7a589; }
|
color: #c7a589; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3; }
|
border-left-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #c7a589; }
|
background: #c7a589; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #c7a589; }
|
color: #c7a589; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3; }
|
border-right-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #c7a589; }
|
background: #c7a589; }
|
||||||
|
2
wp-admin/css/colors/coffee/colors.min.css
vendored
2
wp-admin/css/colors/coffee/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #a3b745; }
|
color: #a3b745; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3; }
|
border-left-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #a3b745; }
|
background: #a3b745; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #a3b745; }
|
color: #a3b745; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3; }
|
border-right-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #a3b745; }
|
background: #a3b745; }
|
||||||
|
2
wp-admin/css/colors/ectoplasm/colors.min.css
vendored
2
wp-admin/css/colors/ectoplasm/colors.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/colors/light/colors-rtl.min.css
vendored
2
wp-admin/css/colors/light/colors-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/colors/light/colors.min.css
vendored
2
wp-admin/css/colors/light/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #e14d43; }
|
color: #e14d43; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3; }
|
border-left-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #e14d43; }
|
background: #e14d43; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #e14d43; }
|
color: #e14d43; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3; }
|
border-right-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #e14d43; }
|
background: #e14d43; }
|
||||||
|
2
wp-admin/css/colors/midnight/colors.min.css
vendored
2
wp-admin/css/colors/midnight/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #9ebaa0; }
|
color: #9ebaa0; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3; }
|
border-left-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #9ebaa0; }
|
background: #9ebaa0; }
|
||||||
|
2
wp-admin/css/colors/ocean/colors-rtl.min.css
vendored
2
wp-admin/css/colors/ocean/colors-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #9ebaa0; }
|
color: #9ebaa0; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3; }
|
border-right-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #9ebaa0; }
|
background: #9ebaa0; }
|
||||||
|
2
wp-admin/css/colors/ocean/colors.min.css
vendored
2
wp-admin/css/colors/ocean/colors.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #f7e3d3; }
|
color: #f7e3d3; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-left-color: #f3f3f3; }
|
border-left-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #dd823b; }
|
background: #dd823b; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
* highlights/shadows, based on a base color.
|
* highlights/shadows, based on a base color.
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
background: #f3f3f3; }
|
background: #f1f1f1; }
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
@ -110,7 +110,7 @@ strong .post-com-count span {
|
|||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
/* Active tabs use a bottom border color that matches the page background color. */
|
||||||
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
.about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover {
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
/* Admin Menu: submenu */
|
||||||
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
#adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
||||||
@ -134,7 +134,7 @@ strong .post-com-count span {
|
|||||||
color: #f7e3d3; }
|
color: #f7e3d3; }
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||||
border-right-color: #f3f3f3; }
|
border-right-color: #f1f1f1; }
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
#adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top {
|
||||||
color: white;
|
color: white;
|
||||||
@ -283,8 +283,8 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||||||
|
|
||||||
/* Thickbox: Plugin information */
|
/* Thickbox: Plugin information */
|
||||||
#sidemenu a.current {
|
#sidemenu a.current {
|
||||||
background: #f3f3f3;
|
background: #f1f1f1;
|
||||||
border-bottom-color: #f3f3f3; }
|
border-bottom-color: #f1f1f1; }
|
||||||
|
|
||||||
#plugin-information .action-button {
|
#plugin-information .action-button {
|
||||||
background: #dd823b; }
|
background: #dd823b; }
|
||||||
|
2
wp-admin/css/colors/sunrise/colors.min.css
vendored
2
wp-admin/css/colors/sunrise/colors.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user