mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
Ensure that theme customizer buttons don't overlap on small screens; allow small-screen theme popup to use the full height of the viewport since the adminmenu is no longer fixed; ensure that buttons in the theme customizer wrap as efficiently as they can on mobile. Fixes #26361, props mattheu, iammattthomas.
Built from https://develop.svn.wordpress.org/trunk@26592 git-svn-id: http://core.svn.wordpress.org/trunk@26482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8ca1f4ff01
commit
d050370578
@ -410,6 +410,12 @@ ul#adminmenu > li.current > a.current:after {
|
||||
color: $highlight-color;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover,
|
||||
.theme-overlay .theme-header .right:hover,
|
||||
.theme-overlay .theme-header .left:hover {
|
||||
background: $highlight-color;
|
||||
}
|
||||
|
||||
/* jQuery UI Slider */
|
||||
|
||||
.wp-slider .ui-slider-handle,
|
||||
|
289
wp-admin/css/colors/blue/colors.css
Normal file
289
wp-admin/css/colors/blue/colors.css
Normal file
@ -0,0 +1,289 @@
|
||||
@import url("../../colors.css");
|
||||
/*
|
||||
* Button mixin- creates 3d-ish button effect with correct
|
||||
* highlights/shadows, based on a base color.
|
||||
*/
|
||||
html {
|
||||
background: #eeeeee; }
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: #0074a2; }
|
||||
a:hover, a:active, a:focus {
|
||||
color: #0099d5; }
|
||||
|
||||
#rightnow a:hover, #media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover, .ui-tabs-nav a:hover {
|
||||
color: #0099d5; }
|
||||
|
||||
/* Forms */
|
||||
input[type=checkbox]:checked:before {
|
||||
color: #096484; }
|
||||
|
||||
input[type=radio]:checked:before {
|
||||
background: #096484; }
|
||||
|
||||
.wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active {
|
||||
color: #0099d5; }
|
||||
|
||||
/* Core UI */
|
||||
.wp-core-ui .button-primary {
|
||||
background: #e1a948;
|
||||
border-color: #d39323;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||
background: #db9825;
|
||||
border-color: #bd831f;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 1px 0 #e8be74, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #e8be74, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
.wp-core-ui .button-primary:active {
|
||||
background: #db9825;
|
||||
border-color: #bd831f;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); }
|
||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled {
|
||||
color: #d1cdc7 !important;
|
||||
background: #db9825 !important;
|
||||
border-color: #bd831f !important;
|
||||
text-shadow: none !important; }
|
||||
.wp-core-ui .mp6-primary {
|
||||
color: white;
|
||||
background-color: #52accc; }
|
||||
.wp-core-ui .mp6-text-primary {
|
||||
color: #52accc; }
|
||||
.wp-core-ui .mp6-highlight {
|
||||
color: white;
|
||||
background-color: #096484; }
|
||||
.wp-core-ui .mp6-text-highlight {
|
||||
color: #096484; }
|
||||
.wp-core-ui .mp6-notification {
|
||||
color: white;
|
||||
background-color: #e1a948; }
|
||||
.wp-core-ui .mp6-text-notification {
|
||||
color: #e1a948; }
|
||||
.wp-core-ui .mp6-text-icon {
|
||||
color: #e5f8ff; }
|
||||
|
||||
/* List tables */
|
||||
.wrap .add-new-h2:hover, #add-new-comment a:hover, .tablenav .tablenav-pages a:hover, .tablenav .tablenav-pages a:focus {
|
||||
color: white;
|
||||
background-color: #52accc; }
|
||||
|
||||
.view-switch a.current:before {
|
||||
color: #52accc; }
|
||||
|
||||
.view-switch a:hover:before {
|
||||
color: #e1a948; }
|
||||
|
||||
.post-com-count:hover:after {
|
||||
border-top-color: #52accc; }
|
||||
|
||||
.post-com-count:hover span {
|
||||
color: white;
|
||||
background-color: #52accc; }
|
||||
|
||||
strong .post-com-count:after {
|
||||
border-top-color: #e1a948; }
|
||||
|
||||
strong .post-com-count span {
|
||||
background-color: #e1a948; }
|
||||
|
||||
/* Admin Menu */
|
||||
#adminmenuback, #adminmenuwrap, #adminmenu {
|
||||
background: #52accc; }
|
||||
|
||||
#adminmenu a {
|
||||
color: white; }
|
||||
|
||||
#adminmenu div.wp-menu-image:before {
|
||||
color: #e5f8ff; }
|
||||
|
||||
#adminmenu a:hover, #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus {
|
||||
color: white;
|
||||
background-color: #096484; }
|
||||
|
||||
#adminmenu li.menu-top:hover div.wp-menu-image:before, #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
||||
color: white; }
|
||||
|
||||
/* 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 {
|
||||
background: #4796b3; }
|
||||
|
||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
|
||||
border-right-color: #4796b3; }
|
||||
|
||||
#adminmenu .wp-submenu .wp-submenu-head {
|
||||
color: #e2ecf1; }
|
||||
|
||||
#adminmenu .wp-submenu a, #adminmenu .wp-has-current-submenu .wp-submenu a, .folded #adminmenu .wp-has-current-submenu .wp-submenu a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
||||
color: #e2ecf1; }
|
||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-has-current-submenu .wp-submenu a:focus, #adminmenu .wp-has-current-submenu .wp-submenu a:hover, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
||||
color: white; }
|
||||
|
||||
/* Admin Menu: current */
|
||||
#adminmenu .wp-submenu li.current a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
||||
color: white; }
|
||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
||||
color: white; }
|
||||
|
||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||
border-right-color: #eeeeee; }
|
||||
|
||||
#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;
|
||||
background: #096484; }
|
||||
|
||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
|
||||
color: white; }
|
||||
|
||||
/* Admin Menu: bubble */
|
||||
#adminmenu .awaiting-mod, #adminmenu .update-plugins {
|
||||
color: white;
|
||||
background: #e1a948; }
|
||||
|
||||
#adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li:hover a .awaiting-mod, #adminmenu li.menu-top:hover > a .update-plugins {
|
||||
color: white;
|
||||
background: #4796b3; }
|
||||
|
||||
/* Admin Menu: collapse button */
|
||||
#collapse-menu {
|
||||
color: #e5f8ff; }
|
||||
|
||||
#collapse-menu:hover {
|
||||
color: white; }
|
||||
|
||||
#collapse-button div:after {
|
||||
color: #e5f8ff; }
|
||||
|
||||
#collapse-menu:hover #collapse-button div:after {
|
||||
color: white; }
|
||||
|
||||
/* Admin Bar */
|
||||
#wpadminbar {
|
||||
color: white;
|
||||
background: #52accc; }
|
||||
|
||||
#wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar .ab-icon, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
|
||||
color: #e5f8ff; }
|
||||
|
||||
#wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
||||
color: white;
|
||||
background: #4796b3; }
|
||||
|
||||
#wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before {
|
||||
color: white; }
|
||||
|
||||
/* Admin Bar: submenu */
|
||||
#wpadminbar .menupop .ab-sub-wrapper {
|
||||
background: #4796b3; }
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
|
||||
background: #75b7cd; }
|
||||
|
||||
#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar-nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #e2ecf1; }
|
||||
|
||||
#wpadminbar .quicklinks li .blavatar, #wpadminbar .menupop .menupop > .ab-item:before {
|
||||
color: #e5f8ff; }
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .menupop .menupop > .ab-item:hover:before {
|
||||
color: white; }
|
||||
|
||||
/* Admin Bar: search */
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #e5f8ff; }
|
||||
|
||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
||||
color: white;
|
||||
background: #6ebad4; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
/* Admin Bar: my account */
|
||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
||||
border-color: #6ebad4;
|
||||
background-color: #6ebad4; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .username {
|
||||
color: #e2ecf1; }
|
||||
|
||||
/* Pointers */
|
||||
.wp-pointer .wp-pointer-content h3 {
|
||||
background-color: #096484; }
|
||||
|
||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
|
||||
border-bottom-color: #096484; }
|
||||
|
||||
/* Media Uploader */
|
||||
.media-item .bar, .media-progress-bar div {
|
||||
background-color: #096484; }
|
||||
|
||||
.details.attachment {
|
||||
box-shadow: 0 0 0 1px white, 0 0 0 5px #096484; }
|
||||
|
||||
.attachment.details .check {
|
||||
background-color: #096484;
|
||||
box-shadow: 0 0 0 1px white, 0 0 0 2px #096484; }
|
||||
|
||||
/* Themes */
|
||||
.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
|
||||
background: #096484; }
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover span:after {
|
||||
color: #096484; }
|
||||
|
||||
.theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover {
|
||||
background: #096484; }
|
||||
|
||||
/* jQuery UI Slider */
|
||||
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
|
||||
background: #e1a948;
|
||||
border-color: #d39323;
|
||||
-webkit-box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #e5f8ff; }
|
||||
|
||||
.wp-responsive-open div#wp-responsive-toggle a {
|
||||
border-color: transparent;
|
||||
background: #096484; }
|
||||
|
||||
.star-rating .star {
|
||||
color: #096484; }
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: #4796b3; }
|
1
wp-admin/css/colors/blue/colors.min.css
vendored
Normal file
1
wp-admin/css/colors/blue/colors.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
293
wp-admin/css/colors/light/colors.css
Normal file
293
wp-admin/css/colors/light/colors.css
Normal file
@ -0,0 +1,293 @@
|
||||
@import url("../../colors.css");
|
||||
/*
|
||||
* Button mixin- creates 3d-ish button effect with correct
|
||||
* highlights/shadows, based on a base color.
|
||||
*/
|
||||
html {
|
||||
background: whitesmoke; }
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: #0074a2; }
|
||||
a:hover, a:active, a:focus {
|
||||
color: #0099d5; }
|
||||
|
||||
#rightnow a:hover, #media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover, .ui-tabs-nav a:hover {
|
||||
color: #0099d5; }
|
||||
|
||||
/* Forms */
|
||||
input[type=checkbox]:checked:before {
|
||||
color: #04a4cc; }
|
||||
|
||||
input[type=radio]:checked:before {
|
||||
background: #04a4cc; }
|
||||
|
||||
.wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active {
|
||||
color: #0099d5; }
|
||||
|
||||
/* Core UI */
|
||||
.wp-core-ui .button-primary {
|
||||
background: #04a4cc;
|
||||
border-color: #037c9a;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||
background: #0384a4;
|
||||
border-color: #036881;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 1px 0 #09cafa, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #09cafa, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
.wp-core-ui .button-primary:active {
|
||||
background: #0384a4;
|
||||
border-color: #036881;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); }
|
||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled {
|
||||
color: #c7cfd1 !important;
|
||||
background: #0384a4 !important;
|
||||
border-color: #036881 !important;
|
||||
text-shadow: none !important; }
|
||||
.wp-core-ui .mp6-primary {
|
||||
color: #333333;
|
||||
background-color: #e5e5e5; }
|
||||
.wp-core-ui .mp6-text-primary {
|
||||
color: #e5e5e5; }
|
||||
.wp-core-ui .mp6-highlight {
|
||||
color: white;
|
||||
background-color: #888888; }
|
||||
.wp-core-ui .mp6-text-highlight {
|
||||
color: #888888; }
|
||||
.wp-core-ui .mp6-notification {
|
||||
color: white;
|
||||
background-color: #d64e07; }
|
||||
.wp-core-ui .mp6-text-notification {
|
||||
color: #d64e07; }
|
||||
.wp-core-ui .mp6-text-icon {
|
||||
color: #999999; }
|
||||
|
||||
/* List tables */
|
||||
.wrap .add-new-h2:hover, #add-new-comment a:hover, .tablenav .tablenav-pages a:hover, .tablenav .tablenav-pages a:focus {
|
||||
color: #333333;
|
||||
background-color: #e5e5e5; }
|
||||
|
||||
.view-switch a.current:before {
|
||||
color: #e5e5e5; }
|
||||
|
||||
.view-switch a:hover:before {
|
||||
color: #d64e07; }
|
||||
|
||||
.post-com-count:hover:after {
|
||||
border-top-color: #e5e5e5; }
|
||||
|
||||
.post-com-count:hover span {
|
||||
color: #333333;
|
||||
background-color: #e5e5e5; }
|
||||
|
||||
strong .post-com-count:after {
|
||||
border-top-color: #d64e07; }
|
||||
|
||||
strong .post-com-count span {
|
||||
background-color: #d64e07; }
|
||||
|
||||
/* Admin Menu */
|
||||
#adminmenuback, #adminmenuwrap, #adminmenu {
|
||||
background: #e5e5e5; }
|
||||
|
||||
#adminmenu a {
|
||||
color: #333333; }
|
||||
|
||||
#adminmenu div.wp-menu-image:before {
|
||||
color: #999999; }
|
||||
|
||||
#adminmenu a:hover, #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus {
|
||||
color: white;
|
||||
background-color: #888888; }
|
||||
|
||||
#adminmenu li.menu-top:hover div.wp-menu-image:before, #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
||||
color: #cccccc; }
|
||||
|
||||
/* 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 {
|
||||
background: white; }
|
||||
|
||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
|
||||
border-right-color: white; }
|
||||
|
||||
#adminmenu .wp-submenu .wp-submenu-head {
|
||||
color: #686868; }
|
||||
|
||||
#adminmenu .wp-submenu a, #adminmenu .wp-has-current-submenu .wp-submenu a, .folded #adminmenu .wp-has-current-submenu .wp-submenu a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
||||
color: #686868; }
|
||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-has-current-submenu .wp-submenu a:focus, #adminmenu .wp-has-current-submenu .wp-submenu a:hover, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
||||
color: #04a4cc; }
|
||||
|
||||
/* Admin Menu: current */
|
||||
#adminmenu .wp-submenu li.current a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
||||
color: #333333; }
|
||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
||||
color: #04a4cc; }
|
||||
|
||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||
border-right-color: whitesmoke; }
|
||||
|
||||
#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;
|
||||
background: #888888; }
|
||||
|
||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
|
||||
color: #cccccc; }
|
||||
|
||||
/* Admin Menu: bubble */
|
||||
#adminmenu .awaiting-mod, #adminmenu .update-plugins {
|
||||
color: white;
|
||||
background: #d64e07; }
|
||||
|
||||
#adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li:hover a .awaiting-mod, #adminmenu li.menu-top:hover > a .update-plugins {
|
||||
color: #333333;
|
||||
background: white; }
|
||||
|
||||
/* Admin Menu: collapse button */
|
||||
#collapse-menu {
|
||||
color: #777777; }
|
||||
|
||||
#collapse-menu:hover {
|
||||
color: #333333; }
|
||||
|
||||
#collapse-button div:after {
|
||||
color: #999999; }
|
||||
|
||||
#collapse-menu:hover #collapse-button div:after {
|
||||
color: #555555; }
|
||||
|
||||
/* Admin Bar */
|
||||
#wpadminbar {
|
||||
color: #333333;
|
||||
background: #e5e5e5; }
|
||||
|
||||
#wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
|
||||
color: #333333; }
|
||||
|
||||
#wpadminbar .ab-icon, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
|
||||
color: #999999; }
|
||||
|
||||
#wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
||||
color: #04a4cc;
|
||||
background: white; }
|
||||
|
||||
#wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label {
|
||||
color: #04a4cc; }
|
||||
|
||||
#wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before {
|
||||
color: #cccccc; }
|
||||
|
||||
/* Admin Bar: submenu */
|
||||
#wpadminbar .menupop .ab-sub-wrapper {
|
||||
background: white; }
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
|
||||
background: #f7f7f7; }
|
||||
|
||||
#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar-nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #686868; }
|
||||
|
||||
#wpadminbar .quicklinks li .blavatar, #wpadminbar .menupop .menupop > .ab-item:before {
|
||||
color: #999999; }
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before {
|
||||
color: #04a4cc; }
|
||||
|
||||
#wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .menupop .menupop > .ab-item:hover:before {
|
||||
color: #04a4cc; }
|
||||
|
||||
/* Admin Bar: search */
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #999999; }
|
||||
|
||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
||||
color: #333333;
|
||||
background: #f7f7f7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
|
||||
color: #333333;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
|
||||
color: #333333;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
|
||||
color: #333333;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
|
||||
color: #333333;
|
||||
opacity: 0.7; }
|
||||
|
||||
/* Admin Bar: my account */
|
||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
||||
border-color: #f7f7f7;
|
||||
background-color: #f7f7f7; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
||||
color: #333333; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
||||
color: #04a4cc; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .username {
|
||||
color: #686868; }
|
||||
|
||||
/* Pointers */
|
||||
.wp-pointer .wp-pointer-content h3 {
|
||||
background-color: #04a4cc; }
|
||||
|
||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
|
||||
border-bottom-color: #04a4cc; }
|
||||
|
||||
/* Media Uploader */
|
||||
.media-item .bar, .media-progress-bar div {
|
||||
background-color: #04a4cc; }
|
||||
|
||||
.details.attachment {
|
||||
box-shadow: 0 0 0 1px white, 0 0 0 5px #04a4cc; }
|
||||
|
||||
.attachment.details .check {
|
||||
background-color: #04a4cc;
|
||||
box-shadow: 0 0 0 1px white, 0 0 0 2px #04a4cc; }
|
||||
|
||||
/* Themes */
|
||||
.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
|
||||
background: #04a4cc; }
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover span:after {
|
||||
color: #04a4cc; }
|
||||
|
||||
.theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover {
|
||||
background: #04a4cc; }
|
||||
|
||||
/* jQuery UI Slider */
|
||||
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
|
||||
background: #04a4cc;
|
||||
border-color: #037c9a;
|
||||
-webkit-box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #999999; }
|
||||
|
||||
.wp-responsive-open div#wp-responsive-toggle a {
|
||||
border-color: transparent;
|
||||
background: #888888; }
|
||||
|
||||
.star-rating .star {
|
||||
color: #04a4cc; }
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: white; }
|
||||
|
||||
/* temporary fix for admin-bar hover color */
|
||||
#wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default li:hover span.ab-label, #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary li.hover span.ab-label, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
||||
color: #333333; }
|
1
wp-admin/css/colors/light/colors.min.css
vendored
Normal file
1
wp-admin/css/colors/light/colors.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
289
wp-admin/css/colors/midnight/colors.css
Normal file
289
wp-admin/css/colors/midnight/colors.css
Normal file
@ -0,0 +1,289 @@
|
||||
@import url("../../colors.css");
|
||||
/*
|
||||
* Button mixin- creates 3d-ish button effect with correct
|
||||
* highlights/shadows, based on a base color.
|
||||
*/
|
||||
html {
|
||||
background: #eeeeee; }
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
color: #0074a2; }
|
||||
a:hover, a:active, a:focus {
|
||||
color: #0099d5; }
|
||||
|
||||
#rightnow a:hover, #media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover, .ui-tabs-nav a:hover {
|
||||
color: #0099d5; }
|
||||
|
||||
/* Forms */
|
||||
input[type=checkbox]:checked:before {
|
||||
color: #e14d43; }
|
||||
|
||||
input[type=radio]:checked:before {
|
||||
background: #e14d43; }
|
||||
|
||||
.wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active {
|
||||
color: #0099d5; }
|
||||
|
||||
/* Core UI */
|
||||
.wp-core-ui .button-primary {
|
||||
background: #e14d43;
|
||||
border-color: #d02a21;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
||||
background: #d92c23;
|
||||
border-color: #ba251e;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 1px 0 #e8756f, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #e8756f, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
.wp-core-ui .button-primary:active {
|
||||
background: #d92c23;
|
||||
border-color: #ba251e;
|
||||
color: white;
|
||||
-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); }
|
||||
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled {
|
||||
color: #d1c7c7 !important;
|
||||
background: #d92c23 !important;
|
||||
border-color: #ba251e !important;
|
||||
text-shadow: none !important; }
|
||||
.wp-core-ui .mp6-primary {
|
||||
color: white;
|
||||
background-color: #363b3f; }
|
||||
.wp-core-ui .mp6-text-primary {
|
||||
color: #363b3f; }
|
||||
.wp-core-ui .mp6-highlight {
|
||||
color: white;
|
||||
background-color: #e14d43; }
|
||||
.wp-core-ui .mp6-text-highlight {
|
||||
color: #e14d43; }
|
||||
.wp-core-ui .mp6-notification {
|
||||
color: white;
|
||||
background-color: #69a8bb; }
|
||||
.wp-core-ui .mp6-text-notification {
|
||||
color: #69a8bb; }
|
||||
.wp-core-ui .mp6-text-icon {
|
||||
color: #f1f2f3; }
|
||||
|
||||
/* List tables */
|
||||
.wrap .add-new-h2:hover, #add-new-comment a:hover, .tablenav .tablenav-pages a:hover, .tablenav .tablenav-pages a:focus {
|
||||
color: white;
|
||||
background-color: #363b3f; }
|
||||
|
||||
.view-switch a.current:before {
|
||||
color: #363b3f; }
|
||||
|
||||
.view-switch a:hover:before {
|
||||
color: #69a8bb; }
|
||||
|
||||
.post-com-count:hover:after {
|
||||
border-top-color: #363b3f; }
|
||||
|
||||
.post-com-count:hover span {
|
||||
color: white;
|
||||
background-color: #363b3f; }
|
||||
|
||||
strong .post-com-count:after {
|
||||
border-top-color: #69a8bb; }
|
||||
|
||||
strong .post-com-count span {
|
||||
background-color: #69a8bb; }
|
||||
|
||||
/* Admin Menu */
|
||||
#adminmenuback, #adminmenuwrap, #adminmenu {
|
||||
background: #363b3f; }
|
||||
|
||||
#adminmenu a {
|
||||
color: white; }
|
||||
|
||||
#adminmenu div.wp-menu-image:before {
|
||||
color: #f1f2f3; }
|
||||
|
||||
#adminmenu a:hover, #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus {
|
||||
color: white;
|
||||
background-color: #e14d43; }
|
||||
|
||||
#adminmenu li.menu-top:hover div.wp-menu-image:before, #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
||||
color: white; }
|
||||
|
||||
/* 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 {
|
||||
background: #26292c; }
|
||||
|
||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
|
||||
border-right-color: #26292c; }
|
||||
|
||||
#adminmenu .wp-submenu .wp-submenu-head {
|
||||
color: #c2c4c5; }
|
||||
|
||||
#adminmenu .wp-submenu a, #adminmenu .wp-has-current-submenu .wp-submenu a, .folded #adminmenu .wp-has-current-submenu .wp-submenu a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
||||
color: #c2c4c5; }
|
||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-has-current-submenu .wp-submenu a:focus, #adminmenu .wp-has-current-submenu .wp-submenu a:hover, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
||||
color: #e14d43; }
|
||||
|
||||
/* Admin Menu: current */
|
||||
#adminmenu .wp-submenu li.current a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
||||
color: white; }
|
||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
||||
color: #e14d43; }
|
||||
|
||||
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after {
|
||||
border-right-color: #eeeeee; }
|
||||
|
||||
#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;
|
||||
background: #e14d43; }
|
||||
|
||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
|
||||
color: white; }
|
||||
|
||||
/* Admin Menu: bubble */
|
||||
#adminmenu .awaiting-mod, #adminmenu .update-plugins {
|
||||
color: white;
|
||||
background: #69a8bb; }
|
||||
|
||||
#adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li:hover a .awaiting-mod, #adminmenu li.menu-top:hover > a .update-plugins {
|
||||
color: white;
|
||||
background: #26292c; }
|
||||
|
||||
/* Admin Menu: collapse button */
|
||||
#collapse-menu {
|
||||
color: #f1f2f3; }
|
||||
|
||||
#collapse-menu:hover {
|
||||
color: white; }
|
||||
|
||||
#collapse-button div:after {
|
||||
color: #f1f2f3; }
|
||||
|
||||
#collapse-menu:hover #collapse-button div:after {
|
||||
color: white; }
|
||||
|
||||
/* Admin Bar */
|
||||
#wpadminbar {
|
||||
color: white;
|
||||
background: #363b3f; }
|
||||
|
||||
#wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar .ab-icon, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
|
||||
color: #f1f2f3; }
|
||||
|
||||
#wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
||||
color: #e14d43;
|
||||
background: #26292c; }
|
||||
|
||||
#wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label {
|
||||
color: #e14d43; }
|
||||
|
||||
#wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before {
|
||||
color: white; }
|
||||
|
||||
/* Admin Bar: submenu */
|
||||
#wpadminbar .menupop .ab-sub-wrapper {
|
||||
background: #26292c; }
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
|
||||
background: #4b4c4d; }
|
||||
|
||||
#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar-nojs .quicklinks .menupop:hover ul li a {
|
||||
color: #c2c4c5; }
|
||||
|
||||
#wpadminbar .quicklinks li .blavatar, #wpadminbar .menupop .menupop > .ab-item:before {
|
||||
color: #f1f2f3; }
|
||||
|
||||
#wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before {
|
||||
color: #e14d43; }
|
||||
|
||||
#wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .menupop .menupop > .ab-item:hover:before {
|
||||
color: #e14d43; }
|
||||
|
||||
/* Admin Bar: search */
|
||||
#wpadminbar #adminbarsearch:before {
|
||||
color: #f1f2f3; }
|
||||
|
||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
||||
color: white;
|
||||
background: #464d52; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
|
||||
color: white;
|
||||
opacity: 0.7; }
|
||||
|
||||
/* Admin Bar: my account */
|
||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
||||
border-color: #464d52;
|
||||
background-color: #464d52; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
||||
color: white; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
||||
color: #e14d43; }
|
||||
|
||||
#wpadminbar #wp-admin-bar-user-info .username {
|
||||
color: #c2c4c5; }
|
||||
|
||||
/* Pointers */
|
||||
.wp-pointer .wp-pointer-content h3 {
|
||||
background-color: #e14d43; }
|
||||
|
||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow, .wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
|
||||
border-bottom-color: #e14d43; }
|
||||
|
||||
/* Media Uploader */
|
||||
.media-item .bar, .media-progress-bar div {
|
||||
background-color: #e14d43; }
|
||||
|
||||
.details.attachment {
|
||||
box-shadow: 0 0 0 1px white, 0 0 0 5px #e14d43; }
|
||||
|
||||
.attachment.details .check {
|
||||
background-color: #e14d43;
|
||||
box-shadow: 0 0 0 1px white, 0 0 0 2px #e14d43; }
|
||||
|
||||
/* Themes */
|
||||
.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
|
||||
background: #e14d43; }
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover span:after {
|
||||
color: #e14d43; }
|
||||
|
||||
.theme-overlay .theme-header .close:hover, .theme-overlay .theme-header .right:hover, .theme-overlay .theme-header .left:hover {
|
||||
background: #e14d43; }
|
||||
|
||||
/* jQuery UI Slider */
|
||||
.wp-slider .ui-slider-handle, .wp-slider .ui-slider-handle.ui-state-hover, .wp-slider .ui-slider-handle.focus {
|
||||
background: #e14d43;
|
||||
border-color: #d02a21;
|
||||
-webkit-box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f1f2f3; }
|
||||
|
||||
.wp-responsive-open div#wp-responsive-toggle a {
|
||||
border-color: transparent;
|
||||
background: #e14d43; }
|
||||
|
||||
.star-rating .star {
|
||||
color: #e14d43; }
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: #26292c; }
|
1
wp-admin/css/colors/midnight/colors.min.css
vendored
Normal file
1
wp-admin/css/colors/midnight/colors.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -6698,7 +6698,7 @@ body.theme-overlay-open {
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 48px;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close {
|
||||
@ -6707,11 +6707,7 @@ body.theme-overlay-open {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover {
|
||||
background: #333;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover:before {
|
||||
@ -6719,8 +6715,8 @@ body.theme-overlay-open {
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:before {
|
||||
font: normal 30px/48px 'dashicons' !important;
|
||||
color: #bbb;
|
||||
font: normal 30px/50px 'dashicons' !important;
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
content: '\f335';
|
||||
font-weight: 300;
|
||||
@ -6730,20 +6726,22 @@ body.theme-overlay-open {
|
||||
.theme-overlay .theme-header .right,
|
||||
.theme-overlay .theme-header .left {
|
||||
cursor: pointer;
|
||||
color: #777;
|
||||
height: 48px;
|
||||
width: 54px;
|
||||
float: right;
|
||||
text-align: center;
|
||||
border-left: 1px solid #eee;
|
||||
border-left: 1px solid #ddd;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover,
|
||||
.theme-overlay .theme-header .right:hover,
|
||||
.theme-overlay .theme-header .left:hover {
|
||||
background: #333;
|
||||
background: #0074a2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -6758,17 +6756,17 @@ body.theme-overlay-open {
|
||||
|
||||
.theme-overlay .theme-header .right:before,
|
||||
.theme-overlay .theme-header .left:before {
|
||||
font: normal 16px/54px 'dashicons' !important;
|
||||
font: normal 20px/50px 'dashicons' !important;
|
||||
display: inline;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .left:before {
|
||||
content: '\f341';
|
||||
content: '\f340';
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .right:before {
|
||||
content: '\f345';
|
||||
content: '\f344';
|
||||
}
|
||||
|
||||
.rtl .theme-overlay .theme-header .left:before {
|
||||
@ -6808,7 +6806,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
.theme-overlay .theme-about {
|
||||
position: absolute;
|
||||
top: 49px;
|
||||
bottom: 69px;
|
||||
bottom: 57px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
@ -6828,7 +6826,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
padding: 20px 25px;
|
||||
padding: 10px 25px 5px;
|
||||
background: #f3f3f3;
|
||||
z-index: 30;
|
||||
box-sizing: border-box;
|
||||
@ -6837,14 +6835,14 @@ body.folded .theme-overlay .theme-wrap {
|
||||
|
||||
.theme-overlay .theme-actions a {
|
||||
margin-left: 5px;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
color: #a00;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
bottom: 20px;
|
||||
bottom: 5px;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
@ -7112,12 +7110,14 @@ body.folded .theme-overlay .theme-wrap {
|
||||
|
||||
body.folded .theme-overlay .theme-wrap,
|
||||
.theme-overlay .theme-wrap {
|
||||
top: 45px;
|
||||
top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 70px 20px 20px;
|
||||
border: none;
|
||||
z-index: 999999999;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-screenshots {
|
||||
@ -7152,6 +7152,16 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin-top: 6px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
position: relative;
|
||||
left: auto;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions .inactive-theme {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-screenshots {
|
||||
width: 100%;
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6698,7 +6698,7 @@ body.theme-overlay-open {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 48px;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close {
|
||||
@ -6707,11 +6707,7 @@ body.theme-overlay-open {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
float: right;
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover {
|
||||
background: #333;
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover:before {
|
||||
@ -6719,8 +6715,8 @@ body.theme-overlay-open {
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:before {
|
||||
font: normal 30px/48px 'dashicons' !important;
|
||||
color: #bbb;
|
||||
font: normal 30px/50px 'dashicons' !important;
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
content: '\f335';
|
||||
font-weight: 300;
|
||||
@ -6730,20 +6726,22 @@ body.theme-overlay-open {
|
||||
.theme-overlay .theme-header .right,
|
||||
.theme-overlay .theme-header .left {
|
||||
cursor: pointer;
|
||||
color: #777;
|
||||
height: 48px;
|
||||
width: 54px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
border-right: 1px solid #eee;
|
||||
border-right: 1px solid #ddd;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close:hover,
|
||||
.theme-overlay .theme-header .right:hover,
|
||||
.theme-overlay .theme-header .left:hover {
|
||||
background: #333;
|
||||
background: #0074a2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -6758,17 +6756,17 @@ body.theme-overlay-open {
|
||||
|
||||
.theme-overlay .theme-header .right:before,
|
||||
.theme-overlay .theme-header .left:before {
|
||||
font: normal 16px/54px 'dashicons' !important;
|
||||
font: normal 20px/50px 'dashicons' !important;
|
||||
display: inline;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .left:before {
|
||||
content: '\f341';
|
||||
content: '\f340';
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .right:before {
|
||||
content: '\f345';
|
||||
content: '\f344';
|
||||
}
|
||||
|
||||
.rtl .theme-overlay .theme-header .left:before {
|
||||
@ -6808,7 +6806,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
.theme-overlay .theme-about {
|
||||
position: absolute;
|
||||
top: 49px;
|
||||
bottom: 69px;
|
||||
bottom: 57px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
@ -6828,7 +6826,7 @@ body.folded .theme-overlay .theme-wrap {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 20px 25px;
|
||||
padding: 10px 25px 5px;
|
||||
background: #f3f3f3;
|
||||
z-index: 30;
|
||||
box-sizing: border-box;
|
||||
@ -6837,14 +6835,14 @@ body.folded .theme-overlay .theme-wrap {
|
||||
|
||||
.theme-overlay .theme-actions a {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
color: #a00;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 20px;
|
||||
bottom: 5px;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
@ -7112,12 +7110,14 @@ body.folded .theme-overlay .theme-wrap {
|
||||
|
||||
body.folded .theme-overlay .theme-wrap,
|
||||
.theme-overlay .theme-wrap {
|
||||
top: 45px;
|
||||
top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 70px 20px 20px;
|
||||
border: none;
|
||||
z-index: 999999999;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-screenshots {
|
||||
@ -7152,6 +7152,16 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin-top: 6px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
position: relative;
|
||||
right: auto;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-actions .inactive-theme {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-screenshots {
|
||||
width: 100%;
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user