Update the default admin color scheme for more unity and refinement.
This removes the red channel from blues and cools the grays a bit for a more cohesive and purposeful color scheme. props hugobaeta. fixes #31234. Built from https://develop.svn.wordpress.org/trunk@31422 git-svn-id: http://core.svn.wordpress.org/trunk@31403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1884ec383c
commit
bcda24004a
|
@ -44,7 +44,7 @@
|
|||
/* WordPress Version Badge */
|
||||
|
||||
.wp-badge {
|
||||
background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
|
||||
background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
|
||||
background-position: center 24px;
|
||||
-webkit-background-size: 85px 85px;
|
||||
background-size: 85px 85px;
|
||||
|
@ -96,7 +96,7 @@
|
|||
|
||||
.about-wrap h1 {
|
||||
margin: 0.2em 0 0 200px;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
line-height: 1.2em;
|
||||
font-size: 2.8em;
|
||||
font-weight: 400;
|
||||
|
@ -109,7 +109,7 @@
|
|||
}
|
||||
|
||||
.about-wrap h4 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.about-wrap code,
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
/* WordPress Version Badge */
|
||||
|
||||
.wp-badge {
|
||||
background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
|
||||
background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
|
||||
background-position: center 24px;
|
||||
-webkit-background-size: 85px 85px;
|
||||
background-size: 85px 85px;
|
||||
|
@ -96,7 +96,7 @@
|
|||
|
||||
.about-wrap h1 {
|
||||
margin: 0.2em 200px 0 0;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
line-height: 1.2em;
|
||||
font-size: 2.8em;
|
||||
font-weight: 400;
|
||||
|
@ -109,7 +109,7 @@
|
|||
}
|
||||
|
||||
.about-wrap h4 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.about-wrap code,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#adminmenu,
|
||||
#adminmenu .wp-submenu {
|
||||
width: 160px;
|
||||
background-color: #222;
|
||||
background-color: #23282d;
|
||||
}
|
||||
|
||||
#adminmenuback {
|
||||
|
@ -166,7 +166,8 @@
|
|||
}
|
||||
|
||||
#adminmenu .wp-submenu a {
|
||||
color: #bbb;
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
}
|
||||
|
||||
#adminmenu .wp-submenu a:hover,
|
||||
|
@ -201,7 +202,7 @@
|
|||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
||||
padding: 7px 0 8px;
|
||||
z-index: 9999;
|
||||
background-color: #333;
|
||||
background-color: #32373c;
|
||||
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
@ -228,7 +229,7 @@
|
|||
margin-top: 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background-color: #333;
|
||||
background-color: #32373c;
|
||||
}
|
||||
|
||||
/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
|
||||
|
@ -236,7 +237,7 @@
|
|||
#adminmenu li.opensub > a.menu-top,
|
||||
#adminmenu li > a.menu-top:focus {
|
||||
position: relative;
|
||||
background-color: #111;
|
||||
background-color: #191e23;
|
||||
}
|
||||
|
||||
.folded #adminmenu li.menu-top:hover,
|
||||
|
@ -252,7 +253,7 @@
|
|||
#adminmenu .wp-menu-arrow,
|
||||
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
||||
#adminmenu .wp-menu-arrow div {
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -364,7 +365,8 @@ div.wp-menu-image:before {
|
|||
}
|
||||
|
||||
#adminmenu div.wp-menu-image:before {
|
||||
color: #999;
|
||||
color: #00b9eb;
|
||||
color: rgba(240,245,250,0.6);
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,
|
||||
|
@ -376,7 +378,7 @@ div.wp-menu-image:before {
|
|||
}
|
||||
|
||||
#adminmenu li:hover div.wp-menu-image:before {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
.folded #adminmenu div.wp-menu-image {
|
||||
|
@ -464,7 +466,7 @@ ul#adminmenu > li.current > a.current:after {
|
|||
}
|
||||
|
||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
|
||||
border-left-color: #333;
|
||||
border-left-color: #32373c;
|
||||
}
|
||||
|
||||
#adminmenu li.menu-top:hover .wp-menu-image img,
|
||||
|
@ -537,14 +539,15 @@ ul#adminmenu > li.current > a.current:after {
|
|||
font-size: 13px;
|
||||
line-height: 34px;
|
||||
margin-top: 10px;
|
||||
color: #aaa;
|
||||
color: #00b9eb;
|
||||
color: rgba(240,245,250,0.6);
|
||||
-webkit-transition: all .1s ease-in-out;
|
||||
transition: all .1s ease-in-out;
|
||||
}
|
||||
|
||||
#collapse-menu:hover,
|
||||
#collapse-menu:hover #collapse-button div:after {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
.folded #collapse-menu span {
|
||||
|
@ -576,7 +579,8 @@ ul#adminmenu > li.current > a.current:after {
|
|||
line-height: 15px;
|
||||
right: -3px;
|
||||
top: -3px;
|
||||
color: #aaa;
|
||||
color: #00b9eb;
|
||||
color: rgba(240,245,250,0.6);
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
speak: none;
|
||||
margin: 0 auto;
|
||||
|
@ -870,7 +874,7 @@ li#wp-admin-bar-menu-toggle {
|
|||
}
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
}
|
||||
|
||||
li#wp-admin-bar-menu-toggle {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#adminmenu,
|
||||
#adminmenu .wp-submenu {
|
||||
width: 160px;
|
||||
background-color: #222;
|
||||
background-color: #23282d;
|
||||
}
|
||||
|
||||
#adminmenuback {
|
||||
|
@ -166,7 +166,8 @@
|
|||
}
|
||||
|
||||
#adminmenu .wp-submenu a {
|
||||
color: #bbb;
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
}
|
||||
|
||||
#adminmenu .wp-submenu a:hover,
|
||||
|
@ -201,7 +202,7 @@
|
|||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
||||
padding: 7px 0 8px;
|
||||
z-index: 9999;
|
||||
background-color: #333;
|
||||
background-color: #32373c;
|
||||
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
@ -228,7 +229,7 @@
|
|||
margin-top: 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background-color: #333;
|
||||
background-color: #32373c;
|
||||
}
|
||||
|
||||
/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
|
||||
|
@ -236,7 +237,7 @@
|
|||
#adminmenu li.opensub > a.menu-top,
|
||||
#adminmenu li > a.menu-top:focus {
|
||||
position: relative;
|
||||
background-color: #111;
|
||||
background-color: #191e23;
|
||||
}
|
||||
|
||||
.folded #adminmenu li.menu-top:hover,
|
||||
|
@ -252,7 +253,7 @@
|
|||
#adminmenu .wp-menu-arrow,
|
||||
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
||||
#adminmenu .wp-menu-arrow div {
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -364,7 +365,8 @@ div.wp-menu-image:before {
|
|||
}
|
||||
|
||||
#adminmenu div.wp-menu-image:before {
|
||||
color: #999;
|
||||
color: #00b9eb;
|
||||
color: rgba(240,245,250,0.6);
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,
|
||||
|
@ -376,7 +378,7 @@ div.wp-menu-image:before {
|
|||
}
|
||||
|
||||
#adminmenu li:hover div.wp-menu-image:before {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
.folded #adminmenu div.wp-menu-image {
|
||||
|
@ -464,7 +466,7 @@ ul#adminmenu > li.current > a.current:after {
|
|||
}
|
||||
|
||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
|
||||
border-right-color: #333;
|
||||
border-right-color: #32373c;
|
||||
}
|
||||
|
||||
#adminmenu li.menu-top:hover .wp-menu-image img,
|
||||
|
@ -537,14 +539,15 @@ ul#adminmenu > li.current > a.current:after {
|
|||
font-size: 13px;
|
||||
line-height: 34px;
|
||||
margin-top: 10px;
|
||||
color: #aaa;
|
||||
color: #00b9eb;
|
||||
color: rgba(240,245,250,0.6);
|
||||
-webkit-transition: all .1s ease-in-out;
|
||||
transition: all .1s ease-in-out;
|
||||
}
|
||||
|
||||
#collapse-menu:hover,
|
||||
#collapse-menu:hover #collapse-button div:after {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
.folded #collapse-menu span {
|
||||
|
@ -576,7 +579,8 @@ ul#adminmenu > li.current > a.current:after {
|
|||
line-height: 15px;
|
||||
left: -3px;
|
||||
top: -3px;
|
||||
color: #aaa;
|
||||
color: #00b9eb;
|
||||
color: rgba(240,245,250,0.6);
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
speak: none;
|
||||
margin: 0 auto;
|
||||
|
@ -870,7 +874,7 @@ li#wp-admin-bar-menu-toggle {
|
|||
}
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
}
|
||||
|
||||
li#wp-admin-bar-menu-toggle {
|
||||
|
|
|
@ -241,7 +241,7 @@ td {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
-webkit-transition-property: border, background, color;
|
||||
transition-property: border, background, color;
|
||||
-webkit-transition-duration: .05s;
|
||||
|
@ -257,7 +257,7 @@ div {
|
|||
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
|
@ -325,14 +325,14 @@ h1 {
|
|||
}
|
||||
|
||||
h2 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 1.5em;
|
||||
margin: .83em 0;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 1.3em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
@ -557,7 +557,7 @@ code {
|
|||
}
|
||||
|
||||
.attention {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.wrap h2,
|
||||
|
@ -596,7 +596,7 @@ code {
|
|||
}
|
||||
|
||||
.wrap .add-new-h2:hover {
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -651,10 +651,10 @@ td.help {
|
|||
|
||||
.wp-ui-primary {
|
||||
color: #fff;
|
||||
background-color: #333;
|
||||
background-color: #32373c;
|
||||
}
|
||||
.wp-ui-text-primary {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.wp-ui-highlight {
|
||||
|
@ -700,7 +700,7 @@ td.help {
|
|||
.widget .widget-top,
|
||||
.menu-item-handle {
|
||||
background: #fafafa;
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.postbox .hndle,
|
||||
|
@ -982,14 +982,14 @@ th.action-links {
|
|||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 4px solid #666;
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.filter-links li > a:hover,
|
||||
.filter-links li > a:focus,
|
||||
.show-filters .filter-links a.current:hover,
|
||||
.show-filters .filter-links a.current:focus {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.wp-filter .search-form {
|
||||
|
@ -1047,7 +1047,7 @@ th.action-links {
|
|||
|
||||
.wp-filter .drawer-toggle:hover,
|
||||
.wp-filter .drawer-toggle:hover:before {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.wp-filter .drawer-toggle.current:before {
|
||||
|
@ -1287,7 +1287,7 @@ div.error {
|
|||
}
|
||||
|
||||
.notice-info {
|
||||
border-color: #2ea2cc;
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
|
||||
.wrap .notice,
|
||||
|
@ -1426,7 +1426,7 @@ form.upgrade .hint {
|
|||
#screen-meta-links a:hover,
|
||||
#screen-meta-links a:active,
|
||||
#screen-meta-links a:focus {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
|
@ -1565,13 +1565,13 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
.contextual-help-tabs a:hover {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.contextual-help-tabs .active {
|
||||
padding: 0;
|
||||
margin: 0 0 0 -1px;
|
||||
border-right: 2px solid #2ea2cc;
|
||||
border-right: 2px solid #00a0d2;
|
||||
background: #f6fbfd;
|
||||
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
|
||||
box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
|
||||
|
@ -1579,7 +1579,7 @@ form.upgrade .hint {
|
|||
|
||||
.contextual-help-tabs .active a {
|
||||
border-color: #e1e1e1;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.contextual-help-tabs-wrap {
|
||||
|
@ -1641,7 +1641,7 @@ html.wp-toolbar {
|
|||
|
||||
.widefat thead tr th,
|
||||
.widefat tfoot tr th {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.widefat td p {
|
||||
|
@ -1651,7 +1651,7 @@ html.wp-toolbar {
|
|||
.widefat p,
|
||||
.widefat ol,
|
||||
.widefat ul {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.widefat .column-comment p {
|
||||
|
@ -2137,7 +2137,7 @@ div.star-holder .star-rating {
|
|||
-webkit-transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in 0;
|
||||
text-align: center;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.star-rating .star-full:before {
|
||||
|
@ -2277,7 +2277,7 @@ div.action-links {
|
|||
border: 1px solid #ddd;
|
||||
border-bottom-color: #fff;
|
||||
padding-top: 8px;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
#plugin-information-tabs.with-banner a.current {
|
||||
|
@ -2654,7 +2654,7 @@ body.index-php #TB_closeWindowButton:focus,
|
|||
body.index-php #TB_closeWindowButton:focus .tb-close-icon,
|
||||
body.index-php .tb-close-icon:focus,
|
||||
body.index-php .tb-close-icon:hover {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
outline: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
@ -2992,7 +2992,7 @@ img {
|
|||
.js .control-section .accordion-section-title:hover,
|
||||
.js .control-section.open .accordion-section-title,
|
||||
.js .control-section .accordion-section-title:focus {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
|
|
|
@ -241,7 +241,7 @@ td {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
-webkit-transition-property: border, background, color;
|
||||
transition-property: border, background, color;
|
||||
-webkit-transition-duration: .05s;
|
||||
|
@ -257,7 +257,7 @@ div {
|
|||
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
|
@ -325,14 +325,14 @@ h1 {
|
|||
}
|
||||
|
||||
h2 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 1.5em;
|
||||
margin: .83em 0;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 1.3em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
@ -557,7 +557,7 @@ code {
|
|||
}
|
||||
|
||||
.attention {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.wrap h2,
|
||||
|
@ -596,7 +596,7 @@ code {
|
|||
}
|
||||
|
||||
.wrap .add-new-h2:hover {
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -651,10 +651,10 @@ td.help {
|
|||
|
||||
.wp-ui-primary {
|
||||
color: #fff;
|
||||
background-color: #333;
|
||||
background-color: #32373c;
|
||||
}
|
||||
.wp-ui-text-primary {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.wp-ui-highlight {
|
||||
|
@ -700,7 +700,7 @@ td.help {
|
|||
.widget .widget-top,
|
||||
.menu-item-handle {
|
||||
background: #fafafa;
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.postbox .hndle,
|
||||
|
@ -982,14 +982,14 @@ th.action-links {
|
|||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 4px solid #666;
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.filter-links li > a:hover,
|
||||
.filter-links li > a:focus,
|
||||
.show-filters .filter-links a.current:hover,
|
||||
.show-filters .filter-links a.current:focus {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.wp-filter .search-form {
|
||||
|
@ -1047,7 +1047,7 @@ th.action-links {
|
|||
|
||||
.wp-filter .drawer-toggle:hover,
|
||||
.wp-filter .drawer-toggle:hover:before {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.wp-filter .drawer-toggle.current:before {
|
||||
|
@ -1287,7 +1287,7 @@ div.error {
|
|||
}
|
||||
|
||||
.notice-info {
|
||||
border-color: #2ea2cc;
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
|
||||
.wrap .notice,
|
||||
|
@ -1426,7 +1426,7 @@ form.upgrade .hint {
|
|||
#screen-meta-links a:hover,
|
||||
#screen-meta-links a:active,
|
||||
#screen-meta-links a:focus {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
|
@ -1565,13 +1565,13 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
.contextual-help-tabs a:hover {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.contextual-help-tabs .active {
|
||||
padding: 0;
|
||||
margin: 0 -1px 0 0;
|
||||
border-left: 2px solid #2ea2cc;
|
||||
border-left: 2px solid #00a0d2;
|
||||
background: #f6fbfd;
|
||||
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
|
||||
box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
|
||||
|
@ -1579,7 +1579,7 @@ form.upgrade .hint {
|
|||
|
||||
.contextual-help-tabs .active a {
|
||||
border-color: #e1e1e1;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.contextual-help-tabs-wrap {
|
||||
|
@ -1641,7 +1641,7 @@ html.wp-toolbar {
|
|||
|
||||
.widefat thead tr th,
|
||||
.widefat tfoot tr th {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.widefat td p {
|
||||
|
@ -1651,7 +1651,7 @@ html.wp-toolbar {
|
|||
.widefat p,
|
||||
.widefat ol,
|
||||
.widefat ul {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.widefat .column-comment p {
|
||||
|
@ -2137,7 +2137,7 @@ div.star-holder .star-rating {
|
|||
-webkit-transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in 0;
|
||||
text-align: center;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.star-rating .star-full:before {
|
||||
|
@ -2277,7 +2277,7 @@ div.action-links {
|
|||
border: 1px solid #ddd;
|
||||
border-bottom-color: #fff;
|
||||
padding-top: 8px;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
#plugin-information-tabs.with-banner a.current {
|
||||
|
@ -2654,7 +2654,7 @@ body.index-php #TB_closeWindowButton:focus,
|
|||
body.index-php #TB_closeWindowButton:focus .tb-close-icon,
|
||||
body.index-php .tb-close-icon:focus,
|
||||
body.index-php .tb-close-icon:hover {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
outline: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
@ -2992,7 +2992,7 @@ img {
|
|||
.js .control-section .accordion-section-title:hover,
|
||||
.js .control-section.open .accordion-section-title,
|
||||
.js .control-section .accordion-section-title:focus {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
}
|
||||
|
||||
.welcome-panel .welcome-icon:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
|
@ -370,7 +370,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
|
||||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li span:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
#dashboard_right_now .sub {
|
||||
|
@ -800,7 +800,7 @@ h3:hover .edit-box {
|
|||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
margin: 0 0 .2em;
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
}
|
||||
|
||||
.welcome-panel .welcome-icon:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
|
@ -370,7 +370,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
|
||||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li span:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
#dashboard_right_now .sub {
|
||||
|
@ -800,7 +800,7 @@ h3:hover .edit-box {
|
|||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
margin: 0 0 .2em;
|
||||
|
|
|
@ -227,7 +227,7 @@ ul.category-tabs li,
|
|||
.wp-tab-bar .wp-tab-active a,
|
||||
#post-body ul.category-tabs li.tabs a,
|
||||
#post-body ul.add-menu-item-tabs li.tabs a {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.category-tabs {
|
||||
|
@ -496,7 +496,7 @@ td.plugin-title p {
|
|||
.curtime #timestamp:before,
|
||||
#post-body .misc-pub-revisions:before,
|
||||
span.wp-media-buttons-icon:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
#post-body #visibility:before,
|
||||
|
@ -848,7 +848,7 @@ span.wp-media-buttons-icon:before {
|
|||
|
||||
a.post-state-format:hover:before,
|
||||
a.post-format-icon:hover:before {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#post-formats-select {
|
||||
|
|
|
@ -227,7 +227,7 @@ ul.category-tabs li,
|
|||
.wp-tab-bar .wp-tab-active a,
|
||||
#post-body ul.category-tabs li.tabs a,
|
||||
#post-body ul.add-menu-item-tabs li.tabs a {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.category-tabs {
|
||||
|
@ -496,7 +496,7 @@ td.plugin-title p {
|
|||
.curtime #timestamp:before,
|
||||
#post-body .misc-pub-revisions:before,
|
||||
span.wp-media-buttons-icon:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
#post-body #visibility:before,
|
||||
|
@ -848,7 +848,7 @@ span.wp-media-buttons-icon:before {
|
|||
|
||||
a.post-state-format:hover:before,
|
||||
a.post-format-icon:hover:before {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#post-formats-select {
|
||||
|
|
|
@ -30,7 +30,7 @@ textarea {
|
|||
-webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
|
||||
box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
outline: none;
|
||||
-webkit-transition: 0.05s border-color ease-in-out;
|
||||
transition: 0.05s border-color ease-in-out;
|
||||
|
@ -92,12 +92,12 @@ input[type="radio"] {
|
|||
}
|
||||
|
||||
input[type="radio"]:checked + label:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
.wp-core-ui input[type="reset"]:hover,
|
||||
.wp-core-ui input[type="reset"]:active {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
td > input[type="checkbox"],
|
||||
|
@ -559,7 +559,7 @@ ul#add-to-blog-users {
|
|||
|
||||
.form-table th,
|
||||
.form-wrap label {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-weight: normal;
|
||||
text-shadow: none;
|
||||
vertical-align: baseline;
|
||||
|
@ -693,7 +693,7 @@ table.form-table td .updated p {
|
|||
display: inline-block;
|
||||
position: relative;
|
||||
cursor: move;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
background: #e6e6e6;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -30,7 +30,7 @@ textarea {
|
|||
-webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
|
||||
box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
outline: none;
|
||||
-webkit-transition: 0.05s border-color ease-in-out;
|
||||
transition: 0.05s border-color ease-in-out;
|
||||
|
@ -92,12 +92,12 @@ input[type="radio"] {
|
|||
}
|
||||
|
||||
input[type="radio"]:checked + label:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
.wp-core-ui input[type="reset"]:hover,
|
||||
.wp-core-ui input[type="reset"]:active {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
td > input[type="checkbox"],
|
||||
|
@ -559,7 +559,7 @@ ul#add-to-blog-users {
|
|||
|
||||
.form-table th,
|
||||
.form-wrap label {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-weight: normal;
|
||||
text-shadow: none;
|
||||
vertical-align: baseline;
|
||||
|
@ -693,7 +693,7 @@ table.form-table td .updated p {
|
|||
display: inline-block;
|
||||
position: relative;
|
||||
cursor: move;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
background: #e6e6e6;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -45,11 +45,11 @@
|
|||
}
|
||||
|
||||
.post-com-count:hover span {
|
||||
background-color: #2ea2cc;
|
||||
background-color: #00a0d2;
|
||||
}
|
||||
|
||||
.post-com-count:hover:after {
|
||||
border-top: 5px solid #2ea2cc;
|
||||
border-top: 5px solid #00a0d2;
|
||||
}
|
||||
|
||||
strong .post-com-count {
|
||||
|
@ -57,11 +57,11 @@ strong .post-com-count {
|
|||
}
|
||||
|
||||
strong .post-com-count span {
|
||||
background-color: #0074a2;
|
||||
background-color: #0073aa;
|
||||
}
|
||||
|
||||
strong .post-com-count:after {
|
||||
border-top: 5px solid #0074a2;
|
||||
border-top: 5px solid #0073aa;
|
||||
}
|
||||
|
||||
.column-response .post-com-count {
|
||||
|
@ -416,7 +416,7 @@ tr.wp-locked .locked-indicator {
|
|||
}
|
||||
|
||||
tr.wp-locked .locked-indicator:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
content: '\f160';
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
@ -479,7 +479,7 @@ th.manage-column a,
|
|||
th.sortable a:hover,
|
||||
th.sortable a:active,
|
||||
th.sortable a:focus {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
th.sortable a:focus {
|
||||
|
@ -571,7 +571,7 @@ th.asc:hover span.sorting-indicator {
|
|||
.tablenav .tablenav-pages a:hover,
|
||||
.tablenav .tablenav-pages a:focus {
|
||||
color: #fff;
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a.disabled,
|
||||
|
@ -613,13 +613,13 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
.tablenav .next,
|
||||
.tablenav .prev {
|
||||
border-color: transparent;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.tablenav .next:hover,
|
||||
.tablenav .prev:hover {
|
||||
border-color: transparent;
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.tablenav .view-switch {
|
||||
|
@ -665,7 +665,7 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
}
|
||||
|
||||
.view-switch a.current:before {
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.view-switch > a + a {
|
||||
|
@ -1160,7 +1160,7 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
|
|||
|
||||
.plugins .active th.check-column,
|
||||
.plugin-update-tr.active td {
|
||||
border-right: 4px solid #2ea2cc;
|
||||
border-right: 4px solid #00a0d2;
|
||||
}
|
||||
|
||||
.plugins .active.update th.check-column,
|
||||
|
|
|
@ -45,11 +45,11 @@
|
|||
}
|
||||
|
||||
.post-com-count:hover span {
|
||||
background-color: #2ea2cc;
|
||||
background-color: #00a0d2;
|
||||
}
|
||||
|
||||
.post-com-count:hover:after {
|
||||
border-top: 5px solid #2ea2cc;
|
||||
border-top: 5px solid #00a0d2;
|
||||
}
|
||||
|
||||
strong .post-com-count {
|
||||
|
@ -57,11 +57,11 @@ strong .post-com-count {
|
|||
}
|
||||
|
||||
strong .post-com-count span {
|
||||
background-color: #0074a2;
|
||||
background-color: #0073aa;
|
||||
}
|
||||
|
||||
strong .post-com-count:after {
|
||||
border-top: 5px solid #0074a2;
|
||||
border-top: 5px solid #0073aa;
|
||||
}
|
||||
|
||||
.column-response .post-com-count {
|
||||
|
@ -416,7 +416,7 @@ tr.wp-locked .locked-indicator {
|
|||
}
|
||||
|
||||
tr.wp-locked .locked-indicator:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
content: '\f160';
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
@ -479,7 +479,7 @@ th.manage-column a,
|
|||
th.sortable a:hover,
|
||||
th.sortable a:active,
|
||||
th.sortable a:focus {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
th.sortable a:focus {
|
||||
|
@ -571,7 +571,7 @@ th.asc:hover span.sorting-indicator {
|
|||
.tablenav .tablenav-pages a:hover,
|
||||
.tablenav .tablenav-pages a:focus {
|
||||
color: #fff;
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a.disabled,
|
||||
|
@ -613,13 +613,13 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
.tablenav .next,
|
||||
.tablenav .prev {
|
||||
border-color: transparent;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.tablenav .next:hover,
|
||||
.tablenav .prev:hover {
|
||||
border-color: transparent;
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.tablenav .view-switch {
|
||||
|
@ -665,7 +665,7 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
}
|
||||
|
||||
.view-switch a.current:before {
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.view-switch > a + a {
|
||||
|
@ -1160,7 +1160,7 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
|
|||
|
||||
.plugins .active th.check-column,
|
||||
.plugin-update-tr.active td {
|
||||
border-left: 4px solid #2ea2cc;
|
||||
border-left: 4px solid #00a0d2;
|
||||
}
|
||||
|
||||
.plugins .active.update th.check-column,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -177,7 +177,7 @@
|
|||
margin-top: -22px;
|
||||
-webkit-border-radius: 22px;
|
||||
border-radius: 22px;
|
||||
background-color: #0074a2;
|
||||
background-color: #0073aa;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
|
||||
box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
@ -312,7 +312,7 @@
|
|||
}
|
||||
|
||||
#find-posts-close:hover {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#find-posts-close:before {
|
||||
|
@ -495,7 +495,7 @@ border color while dragging a file over the uploader drop area */
|
|||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3 {
|
||||
|
@ -944,7 +944,7 @@ border color while dragging a file over the uploader drop area */
|
|||
.imgedit-menu div:hover {
|
||||
border-color: #c1c1c1;
|
||||
background-color: #eaeaea;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.imgedit-menu div.disabled {
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
margin-top: -22px;
|
||||
-webkit-border-radius: 22px;
|
||||
border-radius: 22px;
|
||||
background-color: #0074a2;
|
||||
background-color: #0073aa;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
|
||||
box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
@ -312,7 +312,7 @@
|
|||
}
|
||||
|
||||
#find-posts-close:hover {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#find-posts-close:before {
|
||||
|
@ -495,7 +495,7 @@ border color while dragging a file over the uploader drop area */
|
|||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3 {
|
||||
|
@ -944,7 +944,7 @@ border color while dragging a file over the uploader drop area */
|
|||
.imgedit-menu div:hover {
|
||||
border-color: #c1c1c1;
|
||||
background-color: #eaeaea;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.imgedit-menu div.disabled {
|
||||
|
|
|
@ -713,14 +713,14 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
}
|
||||
|
||||
.nav-menus-php .submitbox .submitcancel {
|
||||
border-bottom: 1px solid #0074a2;
|
||||
border-bottom: 1px solid #0073aa;
|
||||
padding: 1px 2px;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-menus-php .submitbox .submitcancel:hover {
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -713,14 +713,14 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
}
|
||||
|
||||
.nav-menus-php .submitbox .submitcancel {
|
||||
border-bottom: 1px solid #0074a2;
|
||||
border-bottom: 1px solid #0073aa;
|
||||
padding: 1px 2px;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-menus-php .submitbox .submitcancel:hover {
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
body.press-this ul.category-tabs li.tabs a {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.press-this #content-resize-handle {
|
||||
|
@ -20,7 +20,7 @@ body.press-this ul.category-tabs li.tabs a {
|
|||
}
|
||||
|
||||
body.press-this {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 708px;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
body.press-this ul.category-tabs li.tabs a {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.press-this #content-resize-handle {
|
||||
|
@ -20,7 +20,7 @@ body.press-this ul.category-tabs li.tabs a {
|
|||
}
|
||||
|
||||
body.press-this {
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 708px;
|
||||
|
|
|
@ -474,8 +474,8 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||
.wp-slider .ui-slider-handle,
|
||||
.wp-slider .ui-slider-handle.ui-state-hover,
|
||||
.wp-slider .ui-slider-handle.focus {
|
||||
background: #2ea2cc;
|
||||
border: 1px solid #0074a2;
|
||||
background: #00a0d2;
|
||||
border: 1px solid #0073aa;
|
||||
-webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
|
||||
box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
|
||||
}
|
||||
|
|
|
@ -474,8 +474,8 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||
.wp-slider .ui-slider-handle,
|
||||
.wp-slider .ui-slider-handle.ui-state-hover,
|
||||
.wp-slider .ui-slider-handle.focus {
|
||||
background: #2ea2cc;
|
||||
border: 1px solid #0074a2;
|
||||
background: #00a0d2;
|
||||
border: 1px solid #0073aa;
|
||||
-webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
|
||||
box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
|
||||
}
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
top: 35%;
|
||||
left: 25%;
|
||||
right: 25%;
|
||||
background: #222;
|
||||
background: #23282d;
|
||||
background: rgba(0,0,0,0.7);
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
|
@ -274,7 +274,7 @@
|
|||
}
|
||||
|
||||
.theme-browser .theme .theme-author {
|
||||
background: #222;
|
||||
background: #23282d;
|
||||
color: #eee;
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
|
@ -369,14 +369,14 @@
|
|||
.theme-browser .theme.add-new-theme:hover span:after,
|
||||
.theme-browser .theme.add-new-theme:focus span:after {
|
||||
background: #fff;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover:after,
|
||||
.theme-browser .theme.add-new-theme:focus:after {
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
@ -697,7 +697,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
|
||||
.theme-overlay .screenshot.selected {
|
||||
background: transparent;
|
||||
border: 2px solid #2ea2cc;
|
||||
border: 2px solid #00a0d2;
|
||||
}
|
||||
|
||||
.theme-overlay .screenshot.selected img {
|
||||
|
@ -719,7 +719,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .current-label {
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
display: inline-block;
|
||||
|
@ -734,7 +734,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .theme-name {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 32px;
|
||||
font-weight: 100;
|
||||
margin: 10px 0 0;
|
||||
|
@ -771,7 +771,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
|
||||
.theme-overlay .theme-tags {
|
||||
border-top: 3px solid #eee;
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
margin: 30px 0 0 0;
|
||||
|
@ -795,7 +795,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .theme-update {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
line-height: 40px;
|
||||
|
@ -805,7 +805,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
.theme-overlay .parent-theme {
|
||||
background: #f7fcfe;
|
||||
border: 1px solid #eee;
|
||||
border-right: 4px solid #2ea2cc;
|
||||
border-right: 4px solid #00a0d2;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
margin-top: 30px;
|
||||
|
@ -1077,7 +1077,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
|
||||
/* Already installed theme */
|
||||
.theme-browser .theme .theme-installed {
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
}
|
||||
.theme-browser .theme .theme-installed:before {
|
||||
content: '\f147';
|
||||
|
@ -1487,7 +1487,7 @@ body.full-overlay-active {
|
|||
}
|
||||
|
||||
.wp-full-overlay a.collapse-sidebar:hover {
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.wp-full-overlay.collapsed .collapse-sidebar {
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
top: 35%;
|
||||
right: 25%;
|
||||
left: 25%;
|
||||
background: #222;
|
||||
background: #23282d;
|
||||
background: rgba(0,0,0,0.7);
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
|
@ -274,7 +274,7 @@
|
|||
}
|
||||
|
||||
.theme-browser .theme .theme-author {
|
||||
background: #222;
|
||||
background: #23282d;
|
||||
color: #eee;
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
|
@ -369,14 +369,14 @@
|
|||
.theme-browser .theme.add-new-theme:hover span:after,
|
||||
.theme-browser .theme.add-new-theme:focus span:after {
|
||||
background: #fff;
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover:after,
|
||||
.theme-browser .theme.add-new-theme:focus:after {
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
@ -697,7 +697,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
|
||||
.theme-overlay .screenshot.selected {
|
||||
background: transparent;
|
||||
border: 2px solid #2ea2cc;
|
||||
border: 2px solid #00a0d2;
|
||||
}
|
||||
|
||||
.theme-overlay .screenshot.selected img {
|
||||
|
@ -719,7 +719,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .current-label {
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
display: inline-block;
|
||||
|
@ -734,7 +734,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .theme-name {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 32px;
|
||||
font-weight: 100;
|
||||
margin: 10px 0 0;
|
||||
|
@ -771,7 +771,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
|
||||
.theme-overlay .theme-tags {
|
||||
border-top: 3px solid #eee;
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
margin: 30px 0 0 0;
|
||||
|
@ -795,7 +795,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-overlay .theme-update {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
line-height: 40px;
|
||||
|
@ -805,7 +805,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
.theme-overlay .parent-theme {
|
||||
background: #f7fcfe;
|
||||
border: 1px solid #eee;
|
||||
border-left: 4px solid #2ea2cc;
|
||||
border-left: 4px solid #00a0d2;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
margin-top: 30px;
|
||||
|
@ -1077,7 +1077,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
|
||||
/* Already installed theme */
|
||||
.theme-browser .theme .theme-installed {
|
||||
background: #0074a2;
|
||||
background: #0073aa;
|
||||
}
|
||||
.theme-browser .theme .theme-installed:before {
|
||||
content: '\f147';
|
||||
|
@ -1487,7 +1487,7 @@ body.full-overlay-active {
|
|||
}
|
||||
|
||||
.wp-full-overlay a.collapse-sidebar:hover {
|
||||
color: #0074a2;
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.wp-full-overlay.collapsed .collapse-sidebar {
|
||||
|
|
|
@ -369,7 +369,7 @@ div#widgets-right .closed .widgets-sortables {
|
|||
}
|
||||
|
||||
.js #removing-widget {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.widget-control-noform,
|
||||
|
@ -475,7 +475,7 @@ div#widgets-right .widget-top:hover,
|
|||
}
|
||||
|
||||
.widgets-chooser li.widgets-chooser-selected {
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -369,7 +369,7 @@ div#widgets-right .closed .widgets-sortables {
|
|||
}
|
||||
|
||||
.js #removing-widget {
|
||||
color: #2ea2cc;
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
.widget-control-noform,
|
||||
|
@ -475,7 +475,7 @@ div#widgets-right .widget-top:hover,
|
|||
}
|
||||
|
||||
.widgets-chooser li.widgets-chooser-selected {
|
||||
background: #2ea2cc;
|
||||
background: #00a0d2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -81,7 +81,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
width: 100%;
|
||||
min-width: 600px; /* match the min-width of the body in wp-admin.css */
|
||||
z-index: 99999;
|
||||
background: #222;
|
||||
background: #23282d;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-sub-wrapper,
|
||||
|
@ -136,7 +136,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding: 0;
|
||||
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
display: none;
|
||||
position: absolute;
|
||||
float: none;
|
||||
|
@ -210,7 +210,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
||||
#wpadminbar .ab-top-menu > li:hover > .ab-item,
|
||||
#wpadminbar .ab-top-menu > li.hover > .ab-item {
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
color: #45bbe6;
|
||||
}
|
||||
|
||||
|
@ -237,7 +237,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .ab-icon:before,
|
||||
#wpadminbar .ab-item:before,
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #999;
|
||||
color: #a0a5aa;
|
||||
color: rgba(240,245,250,0.6);
|
||||
}
|
||||
|
||||
#wpadminbar .ab-icon:before,
|
||||
|
@ -254,14 +255,16 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
}
|
||||
|
||||
#wpadminbar .ab-submenu .ab-item {
|
||||
color: #eee;
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a,
|
||||
#wpadminbar .quicklinks .menupop ul li a strong,
|
||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #eee;
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
||||
|
@ -279,7 +282,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar li.hover .ab-icon:before,
|
||||
#wpadminbar li.hover .ab-item:before,
|
||||
#wpadminbar li:hover #adminbarsearch:before {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before,
|
||||
|
@ -325,17 +328,17 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
||||
background: #4b4b4b;
|
||||
background: #464b50;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
|
||||
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks a span#ab-updates {
|
||||
background: #eee;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
display: inline;
|
||||
padding: 2px 5px;
|
||||
font-size: 10px;
|
||||
|
@ -436,7 +439,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
padding: 0;
|
||||
border: 1px solid #888;
|
||||
border: 1px solid #82878c;
|
||||
background: #eee;
|
||||
line-height: 24px;
|
||||
vertical-align: middle;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -81,7 +81,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
width: 100%;
|
||||
min-width: 600px; /* match the min-width of the body in wp-admin.css */
|
||||
z-index: 99999;
|
||||
background: #222;
|
||||
background: #23282d;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-sub-wrapper,
|
||||
|
@ -136,7 +136,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
padding: 0;
|
||||
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
display: none;
|
||||
position: absolute;
|
||||
float: none;
|
||||
|
@ -210,7 +210,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
||||
#wpadminbar .ab-top-menu > li:hover > .ab-item,
|
||||
#wpadminbar .ab-top-menu > li.hover > .ab-item {
|
||||
background: #333;
|
||||
background: #32373c;
|
||||
color: #45bbe6;
|
||||
}
|
||||
|
||||
|
@ -237,7 +237,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .ab-icon:before,
|
||||
#wpadminbar .ab-item:before,
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #999;
|
||||
color: #a0a5aa;
|
||||
color: rgba(240,245,250,0.6);
|
||||
}
|
||||
|
||||
#wpadminbar .ab-icon:before,
|
||||
|
@ -254,14 +255,16 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
}
|
||||
|
||||
#wpadminbar .ab-submenu .ab-item {
|
||||
color: #eee;
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a,
|
||||
#wpadminbar .quicklinks .menupop ul li a strong,
|
||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #eee;
|
||||
color: #b4b9be;
|
||||
color: rgba(240,245,250,0.7);
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
||||
|
@ -279,7 +282,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar li.hover .ab-icon:before,
|
||||
#wpadminbar li.hover .ab-item:before,
|
||||
#wpadminbar li:hover #adminbarsearch:before {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .menupop > .ab-item:before,
|
||||
|
@ -325,17 +328,17 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
||||
background: #4b4b4b;
|
||||
background: #464b50;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
|
||||
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
|
||||
color: #45bbe6;
|
||||
color: #00b9eb;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks a span#ab-updates {
|
||||
background: #eee;
|
||||
color: #333;
|
||||
color: #32373c;
|
||||
display: inline;
|
||||
padding: 2px 5px;
|
||||
font-size: 10px;
|
||||
|
@ -436,7 +439,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
padding: 0;
|
||||
border: 1px solid #888;
|
||||
border: 1px solid #82878c;
|
||||
background: #eee;
|
||||
line-height: 24px;
|
||||
vertical-align: middle;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31421';
|
||||
$wp_version = '4.2-alpha-31422';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue