2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar * {
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: static;
|
2013-11-28 03:58:09 +01:00
|
|
|
text-shadow: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: normal;
|
2016-05-17 03:45:27 +02:00
|
|
|
font-size: 13px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 2.46153846;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
border-radius: 0;
|
2014-02-13 09:30:17 +01:00
|
|
|
box-sizing: content-box;
|
|
|
|
transition: none;
|
2013-11-26 18:18:11 +01:00
|
|
|
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
|
2015-03-18 23:04:27 +01:00
|
|
|
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-12-09 02:31:11 +01:00
|
|
|
.rtl #wpadminbar * {
|
|
|
|
font-family: Tahoma, sans-serif;
|
|
|
|
}
|
|
|
|
|
2019-01-17 08:41:52 +01:00
|
|
|
html:lang(he-il) .rtl #wpadminbar * {
|
|
|
|
font-family: Arial, sans-serif;
|
2013-12-09 02:31:11 +01:00
|
|
|
}
|
|
|
|
|
2015-09-14 19:10:26 +02:00
|
|
|
#wpadminbar .ab-empty-item {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-empty-item,
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar a.ab-item,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar > #wp-toolbar span.ab-label,
|
|
|
|
#wpadminbar > #wp-toolbar span.noticon {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-site-name a.ab-item,
|
|
|
|
#wpadminbar #wp-admin-bar-my-sites a.ab-item {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar ul li:before,
|
|
|
|
#wpadminbar ul li:after {
|
|
|
|
content: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar a,
|
|
|
|
#wpadminbar a:hover,
|
|
|
|
#wpadminbar a img,
|
|
|
|
#wpadminbar a img:hover {
|
|
|
|
border: none;
|
|
|
|
text-decoration: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2012-11-30 03:29:36 +01:00
|
|
|
#wpadminbar a:focus,
|
|
|
|
#wpadminbar a:active,
|
|
|
|
#wpadminbar input[type="text"],
|
|
|
|
#wpadminbar input[type="password"],
|
|
|
|
#wpadminbar input[type="number"],
|
|
|
|
#wpadminbar input[type="search"],
|
|
|
|
#wpadminbar input[type="email"],
|
|
|
|
#wpadminbar input[type="url"],
|
|
|
|
#wpadminbar select,
|
|
|
|
#wpadminbar textarea,
|
|
|
|
#wpadminbar div {
|
2014-05-29 16:23:15 +02:00
|
|
|
box-shadow: none;
|
2019-01-10 17:47:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar a:focus {
|
|
|
|
/* Inherits transparent outline only visible in Windows High Contrast mode */
|
|
|
|
outline-offset: -1px;
|
2012-11-30 03:29:36 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar {
|
|
|
|
direction: ltr;
|
|
|
|
color: #ccc;
|
2016-05-17 03:45:27 +02:00
|
|
|
font-size: 13px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 2.46153846;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
height: 32px;
|
2012-08-23 02:04:18 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2019-07-27 00:04:55 +02:00
|
|
|
min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
|
2012-08-23 02:04:18 +02:00
|
|
|
z-index: 99999;
|
2015-02-11 23:18:26 +01:00
|
|
|
background: #23282d;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-sub-wrapper,
|
|
|
|
#wpadminbar ul,
|
|
|
|
#wpadminbar ul li {
|
|
|
|
background: none;
|
|
|
|
clear: none;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
text-indent: 0;
|
|
|
|
z-index: 99999;
|
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar ul#wp-admin-bar-root-default>li {
|
|
|
|
margin-right: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks ul {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-empty-item {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks .ab-top-secondary > li {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks a,
|
|
|
|
#wpadminbar .quicklinks .ab-empty-item,
|
|
|
|
#wpadminbar .shortlink-input {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
height: 32px;
|
2012-08-23 02:04:18 +02:00
|
|
|
display: block;
|
2013-12-08 21:44:10 +01:00
|
|
|
padding: 0 10px;
|
2012-08-23 02:04:18 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-12-08 21:44:10 +01:00
|
|
|
#wpadminbar .quicklinks > ul > li > a {
|
|
|
|
padding: 0 8px 0 7px;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar .menupop .ab-sub-wrapper,
|
|
|
|
#wpadminbar .shortlink-input {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
margin: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
padding: 0;
|
2019-03-04 23:02:52 +01:00
|
|
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
2015-02-11 23:18:26 +01:00
|
|
|
background: #32373c;
|
2012-08-23 02:04:18 +02:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2013-12-04 18:00:10 +01:00
|
|
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-submenu {
|
|
|
|
padding: 6px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .selected .shortlink-input {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks .menupop ul li {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks .menupop ul li a strong {
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 600;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks .menupop ul li .ab-item,
|
|
|
|
#wpadminbar .quicklinks .menupop ul li a strong,
|
|
|
|
#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
|
|
|
|
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
|
|
|
|
#wpadminbar .shortlink-input {
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 2;
|
2012-08-23 02:04:18 +02:00
|
|
|
height: 26px;
|
|
|
|
white-space: nowrap;
|
|
|
|
min-width: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .shortlink-input {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar.nojs li:hover > .ab-sub-wrapper,
|
|
|
|
#wpadminbar li.hover > .ab-sub-wrapper {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .menupop li:hover > .ab-sub-wrapper,
|
|
|
|
#wpadminbar .menupop li.hover > .ab-sub-wrapper {
|
|
|
|
margin-left: 100%;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
margin-top: -32px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper,
|
|
|
|
#wpadminbar .ab-top-secondary .menupop li.hover > .ab-sub-wrapper {
|
|
|
|
margin-left: 0;
|
|
|
|
left: inherit;
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
|
2015-07-03 05:29:25 +02:00
|
|
|
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
2015-07-03 05:29:25 +02:00
|
|
|
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar .ab-top-menu > li.hover > .ab-item {
|
2015-02-11 23:18:26 +01:00
|
|
|
background: #32373c;
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00b9eb;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2015-07-03 05:29:25 +02:00
|
|
|
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar > #wp-toolbar li.hover span.ab-label,
|
2015-07-03 05:29:25 +02:00
|
|
|
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00b9eb;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-11-14 23:37:09 +01:00
|
|
|
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .ab-icon,
|
2019-03-04 23:46:52 +01:00
|
|
|
#wpadminbar .ab-item:before,
|
|
|
|
.wp-admin-bar-arrow {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
2015-09-05 21:57:25 +02:00
|
|
|
font: normal 20px/1 dashicons;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
speak: none;
|
|
|
|
padding: 4px 0;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
background-image: none !important;
|
|
|
|
margin-right: 6px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2013-11-15 01:09:10 +01:00
|
|
|
#wpadminbar .ab-icon:before,
|
|
|
|
#wpadminbar .ab-item:before,
|
|
|
|
#wpadminbar #adminbarsearch:before {
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #a0a5aa;
|
2019-03-04 23:02:52 +01:00
|
|
|
color: rgba(240, 245, 250, 0.6);
|
2013-12-06 22:23:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-icon:before,
|
|
|
|
#wpadminbar .ab-item:before,
|
|
|
|
#wpadminbar #adminbarsearch:before {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
position: relative;
|
|
|
|
transition: all .1s ease-in-out;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .ab-label {
|
|
|
|
display: inline-block;
|
|
|
|
height: 32px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-submenu .ab-item {
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #b4b9be;
|
2019-03-04 23:02:52 +01:00
|
|
|
color: rgba(240, 245, 250, 0.7);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #b4b9be;
|
2019-03-04 23:02:52 +01:00
|
|
|
color: rgba(240, 245, 250, 0.7);
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks .menupop ul li a:hover,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar .quicklinks .menupop ul li a:focus,
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
2015-10-18 18:22:24 +02:00
|
|
|
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
2016-07-12 13:18:30 +02:00
|
|
|
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
|
|
|
|
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
|
2013-11-15 01:09:10 +01:00
|
|
|
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
2013-11-15 01:09:10 +01:00
|
|
|
#wpadminbar li:hover .ab-icon:before,
|
|
|
|
#wpadminbar li:hover .ab-item:before,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar li a:focus .ab-icon:before,
|
|
|
|
#wpadminbar li .ab-item:focus:before,
|
2016-09-27 21:01:29 +02:00
|
|
|
#wpadminbar li .ab-item:focus .ab-icon:before,
|
2013-11-26 18:18:11 +01:00
|
|
|
#wpadminbar li.hover .ab-icon:before,
|
|
|
|
#wpadminbar li.hover .ab-item:before,
|
2015-04-08 18:08:28 +02:00
|
|
|
#wpadminbar li:hover #adminbarsearch:before,
|
|
|
|
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #00b9eb;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2015-07-03 05:29:25 +02:00
|
|
|
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
|
|
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
|
|
color: #b4b9be;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
|
|
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
|
|
color: #00b9eb;
|
|
|
|
}
|
|
|
|
|
2019-03-04 23:46:52 +01:00
|
|
|
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before,
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
|
|
|
position: absolute;
|
2015-09-05 21:57:25 +02:00
|
|
|
font: normal 17px/1 dashicons;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
speak: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .menupop .menupop > .ab-item {
|
|
|
|
display: block;
|
|
|
|
padding-right: 2em;
|
|
|
|
}
|
|
|
|
|
2019-03-04 23:46:52 +01:00
|
|
|
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
|
2013-11-24 13:09:11 +01:00
|
|
|
top: 1px;
|
2019-03-04 23:46:52 +01:00
|
|
|
right: 10px;
|
|
|
|
padding: 4px 0;
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f139";
|
2013-11-28 00:12:09 +01:00
|
|
|
color: inherit;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
|
|
|
|
padding-left: 2em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
2019-03-04 23:46:52 +01:00
|
|
|
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before {
|
2015-10-13 05:54:24 +02:00
|
|
|
top: 1px;
|
|
|
|
left: 6px;
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f141";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
right: auto;
|
|
|
|
margin: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-12-05 20:58:10 +01:00
|
|
|
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
|
|
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
2015-02-11 23:18:26 +01:00
|
|
|
background: #464b50;
|
2013-12-05 20:58:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #00b9eb;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks a span#ab-updates {
|
|
|
|
background: #eee;
|
2015-02-11 23:18:26 +01:00
|
|
|
color: #32373c;
|
2012-08-23 02:04:18 +02:00
|
|
|
display: inline;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 10px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 600;
|
2012-08-23 02:04:18 +02:00
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2019-01-17 08:41:52 +01:00
|
|
|
#wpadminbar .quicklinks a:hover span#ab-updates {
|
2012-08-23 02:04:18 +02:00
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-secondary {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar ul li:last-child,
|
|
|
|
#wpadminbar ul li:last-child .ab-item {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
Administration: Improve user experience and clarify when in recovery mode.
This changeset introduces several changes around usability when recovery mode is active:
* Display a notice in the admin clarifying that the user is in recovery mode.
* Use a highlight color for the admin bar link to exit recovery mode.
* Exit recovery mode automatically when logging out.
* Include a recovery mode indicator in the title tag.
Props aandrewdixon, azaozz, dhanukanuwan, flixos90, henrywright, karmatosed, mapk, melchoyce, spacedmonkey, TimothyBlynJacobs, tinkerbelly.
See #46608.
Built from https://develop.svn.wordpress.org/trunk@45117
git-svn-id: http://core.svn.wordpress.org/trunk@44926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-04-05 19:00:52 +02:00
|
|
|
/**
|
|
|
|
* Recovery Mode
|
|
|
|
*/
|
|
|
|
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #ca4a1f;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item,
|
|
|
|
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
|
|
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
|
|
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c0461e;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
/**
|
|
|
|
* My Account
|
|
|
|
*/
|
|
|
|
#wp-admin-bar-my-account > ul {
|
|
|
|
min-width: 198px;
|
|
|
|
}
|
|
|
|
|
2013-12-06 22:23:10 +01:00
|
|
|
#wp-admin-bar-my-account > .ab-item:before {
|
|
|
|
content: "\f110";
|
|
|
|
top: 2px;
|
|
|
|
float: right;
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-admin-bar-my-account.with-avatar > .ab-item:before {
|
|
|
|
display: none;
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wp-admin-bar-my-account.with-avatar > ul {
|
|
|
|
min-width: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-actions > li {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
|
|
|
|
padding: 6px 0 12px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
|
|
|
|
margin-left: 88px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info {
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
height: auto;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-admin-bar-user-info .avatar {
|
|
|
|
position: absolute;
|
|
|
|
left: -72px;
|
|
|
|
top: 4px;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info a {
|
|
|
|
background: none;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info span {
|
|
|
|
background: none;
|
|
|
|
padding: 0;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info .display-name,
|
|
|
|
#wpadminbar #wp-admin-bar-user-info .username {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info .username {
|
2016-02-19 19:44:27 +01:00
|
|
|
color: #a0a5aa;
|
2012-08-23 02:04:18 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
2015-09-14 19:10:26 +02:00
|
|
|
#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img,
|
2015-04-08 18:08:28 +02:00
|
|
|
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
|
|
|
|
width: auto;
|
2012-08-23 02:04:18 +02:00
|
|
|
height: 16px;
|
|
|
|
padding: 0;
|
2015-02-11 23:18:26 +01:00
|
|
|
border: 1px solid #82878c;
|
2012-08-23 02:04:18 +02:00
|
|
|
background: #eee;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 1.84615384;
|
2012-08-23 02:04:18 +02:00
|
|
|
vertical-align: middle;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
margin: -4px 0 0 6px;
|
2012-08-23 02:04:18 +02:00
|
|
|
float: none;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
/**
|
|
|
|
* WP Logo
|
|
|
|
*/
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
2013-12-05 18:37:10 +01:00
|
|
|
width: 15px;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
height: 20px;
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 6px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
|
2013-12-05 19:03:10 +01:00
|
|
|
padding: 0 7px;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f120";
|
2013-11-14 23:37:09 +01:00
|
|
|
top: 2px;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
/*
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
* My Sites & Site Title
|
2012-08-23 02:04:18 +02:00
|
|
|
*/
|
2012-11-07 21:54:08 +01:00
|
|
|
#wpadminbar .quicklinks li .blavatar {
|
2019-08-18 14:31:00 +02:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2015-09-05 21:57:25 +02:00
|
|
|
font: normal 16px/1 dashicons !important;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
speak: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
|
2015-10-18 18:22:24 +02:00
|
|
|
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
|
|
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
|
|
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar {
|
2015-04-05 23:20:27 +02:00
|
|
|
color: #00b9eb;
|
2012-11-09 03:06:59 +01:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar .quicklinks li .blavatar:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f120";
|
2012-11-07 21:54:08 +01:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
display: inline-block;
|
2019-08-18 14:31:00 +02:00
|
|
|
margin: 0 8px 2px -2px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-appearance {
|
|
|
|
margin-top: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
|
|
|
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
2016-05-05 19:13:26 +02:00
|
|
|
content: "\f541";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
2015-07-08 22:03:24 +02:00
|
|
|
#wpadminbar #wp-admin-bar-customize > .ab-item:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f540";
|
2015-07-08 22:03:24 +02:00
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-12-03 18:25:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f464";
|
2013-12-03 18:25:10 +01:00
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
2014-05-28 15:42:14 +02:00
|
|
|
content: "\f226";
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
2013-12-09 01:41:09 +01:00
|
|
|
content: "\f102";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
/**
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
* Comments
|
2012-08-23 02:04:18 +02:00
|
|
|
*/
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-comments .ab-icon {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-comments .ab-icon:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f101";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-comments .count-0 {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* New Content
|
|
|
|
*/
|
|
|
|
#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f132";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
top: 4px;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
/**
|
|
|
|
* Updates
|
|
|
|
*/
|
|
|
|
#wpadminbar #wp-admin-bar-updates .ab-icon:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f463";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Search
|
|
|
|
*/
|
Administration: Remove any CSS related to Internet Explorer versions 6 – 10.
In WordPress 3.2 support for IE6 was dropped, IE7 followed a few versions later. With the 4.8 release, WordPress officially ended support for Internet Explorer versions 8, 9, and 10. Yet, we still have shipped CSS for the unsupported IE versions....until now! Goodbye to ie.css and star hacks!
* Removes ie.css and `ie` style handle.
* Removes IE specific class names and any related CSS.
* Drops support for IE8 and older in `wp_customize_support_script()`.
* Updates compatibility mode for CSS minification to `ie11`.
Props ayeshrajans, isabel_brison, afercia, netweb, peterwilsoncc, ocean90.
Fixes #17232, #46015.
Built from https://develop.svn.wordpress.org/trunk@47771
git-svn-id: http://core.svn.wordpress.org/trunk@47547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-06 22:15:07 +02:00
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar #wp-admin-bar-search .ab-item {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
padding: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #adminbarsearch {
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
position: relative;
|
|
|
|
height: 32px;
|
2012-08-23 02:04:18 +02:00
|
|
|
padding: 0 2px;
|
2015-04-08 18:08:28 +02:00
|
|
|
z-index: 1;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar #adminbarsearch:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 6px;
|
|
|
|
left: 5px;
|
|
|
|
z-index: 20;
|
2015-09-05 21:57:25 +02:00
|
|
|
font: normal 20px/1 dashicons !important;
|
2015-09-10 22:22:25 +02:00
|
|
|
content: "\f179";
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
speak: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
2017-04-12 18:12:43 +02:00
|
|
|
/* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
|
2017-04-12 18:12:43 +02:00
|
|
|
display: inline-block;
|
|
|
|
float: none;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
position: relative;
|
|
|
|
z-index: 30;
|
2016-05-17 03:45:27 +02:00
|
|
|
font-size: 13px;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 1.84615384;
|
2017-04-12 18:12:43 +02:00
|
|
|
text-indent: 0;
|
2012-08-23 02:04:18 +02:00
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
2015-04-08 18:08:28 +02:00
|
|
|
max-width: none;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
padding: 0 3px 0 24px;
|
2012-08-23 02:04:18 +02:00
|
|
|
margin: 0;
|
|
|
|
color: #ccc;
|
2019-03-04 23:02:52 +01:00
|
|
|
background-color: rgba(255, 255, 255, 0);
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
border: none;
|
2012-08-23 02:04:18 +02:00
|
|
|
outline: none;
|
|
|
|
cursor: pointer;
|
|
|
|
box-shadow: none;
|
|
|
|
box-sizing: border-box;
|
2014-02-13 09:30:17 +01:00
|
|
|
transition-duration: 400ms;
|
|
|
|
transition-property: width, background;
|
|
|
|
transition-timing-function: ease;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
|
|
z-index: 10;
|
|
|
|
color: #000;
|
2012-08-23 02:04:18 +02:00
|
|
|
width: 200px;
|
2019-03-04 23:02:52 +01:00
|
|
|
background-color: rgba(255, 255, 255, 0.9);
|
2012-08-23 02:04:18 +02:00
|
|
|
cursor: text;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #adminbarsearch .adminbar-button {
|
2012-08-23 02:04:18 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Customize support classes
|
|
|
|
*/
|
|
|
|
.no-customize-support .hide-if-no-customize,
|
2012-11-30 14:40:59 +01:00
|
|
|
.customize-support .hide-if-customize,
|
2014-12-02 23:01:26 +01:00
|
|
|
.no-customize-support #wpadminbar .hide-if-no-customize,
|
2012-11-30 14:40:59 +01:00
|
|
|
.no-customize-support.wp-core-ui .hide-if-no-customize,
|
|
|
|
.no-customize-support .wp-core-ui .hide-if-no-customize,
|
2014-12-02 23:01:26 +01:00
|
|
|
.customize-support #wpadminbar .hide-if-customize,
|
2012-11-30 14:40:59 +01:00
|
|
|
.customize-support.wp-core-ui .hide-if-customize,
|
|
|
|
.customize-support .wp-core-ui .hide-if-customize {
|
2012-08-23 02:04:18 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Skip link */
|
|
|
|
#wpadminbar .screen-reader-text,
|
|
|
|
#wpadminbar .screen-reader-text span {
|
2017-09-27 19:27:45 +02:00
|
|
|
border: 0;
|
|
|
|
clip: rect(1px, 1px, 1px, 1px);
|
Customize: Introduce a new experience for discovering, installing, and previewing themes within the customizer.
Unify the theme-browsing and theme-customization experiences by introducing a comprehensive theme browser and installer directly accessible in the customizer. Replaces the customizer theme switcher with a full-screen panel for discovering/browsing and installing themes available on WordPress.org. Themes can now be installed and previewed directly in the customizer without entering the wp-admin context. Also includes an extensible framework for browsing and installing themes from other sources.
Also includes CSS auto-prefixing added via `grunt precommit:css`.
For details, see: https://make.wordpress.org/core/2016/10/03/feature-proposal-a-new-experience-for-discovering-installing-and-previewing-themes-in-the-customizer/
Previously [38813] but reverted in [39140].
Fixes #37661, #34843, #38666.
Props celloexpressions, folletto, westonruter, karmatosed, melchoyce, afercia.
Built from https://develop.svn.wordpress.org/trunk@41648
git-svn-id: http://core.svn.wordpress.org/trunk@41482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-09-29 22:13:50 +02:00
|
|
|
-webkit-clip-path: inset(50%);
|
2017-09-27 19:27:45 +02:00
|
|
|
clip-path: inset(50%);
|
2012-08-23 02:04:18 +02:00
|
|
|
height: 1px;
|
2017-09-27 19:27:45 +02:00
|
|
|
margin: -1px;
|
2012-08-23 02:04:18 +02:00
|
|
|
overflow: hidden;
|
2017-09-27 19:27:45 +02:00
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
word-wrap: normal !important;
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2012-11-20 22:14:49 +01:00
|
|
|
#wpadminbar .screen-reader-shortcut {
|
|
|
|
position: absolute;
|
|
|
|
top: -1000em;
|
|
|
|
}
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
#wpadminbar .screen-reader-shortcut:focus {
|
2012-10-16 23:26:59 +02:00
|
|
|
left: 6px;
|
|
|
|
top: 7px;
|
2012-08-23 02:04:18 +02:00
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
display: block;
|
2012-10-16 23:26:59 +02:00
|
|
|
font-size: 14px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 600;
|
2012-10-16 23:26:59 +02:00
|
|
|
padding: 15px 23px 14px;
|
2012-11-20 20:58:47 +01:00
|
|
|
background: #f1f1f1;
|
2015-10-21 20:36:28 +02:00
|
|
|
color: #0073aa;
|
2012-08-23 02:04:18 +02:00
|
|
|
z-index: 100000;
|
|
|
|
line-height: normal;
|
Say hello to a fresh new look for the WordPress admin.
Still to come: more color schemes, a responsive component, and more.
see #25858.
props iammattthomas, tillkruess, EmpireOfLight, melchoyce, ryelle, joen, mitchoyoshitaka, sirbrillig, andypeatling, isaackeyet, Otto42, dd32, matt, helen.
Built from https://develop.svn.wordpress.org/trunk@26072
git-svn-id: http://core.svn.wordpress.org/trunk@25992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-10 01:27:10 +01:00
|
|
|
text-decoration: none;
|
2019-03-04 23:02:52 +01:00
|
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
2012-08-23 02:04:18 +02:00
|
|
|
}
|
|
|
|
|
2019-01-17 08:41:52 +01:00
|
|
|
@media screen and (max-width: 782px) {
|
2013-11-14 23:37:09 +01:00
|
|
|
/* Toolbar Touchification*/
|
|
|
|
html #wpadminbar {
|
|
|
|
height: 46px;
|
2019-07-27 00:04:55 +02:00
|
|
|
min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */
|
2013-11-14 23:37:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar * {
|
2016-05-17 03:45:27 +02:00
|
|
|
font-size: 14px;
|
2016-06-17 20:37:28 +02:00
|
|
|
font-weight: 400;
|
2016-07-26 18:39:30 +02:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 2.28571428;
|
2013-11-14 23:37:09 +01:00
|
|
|
}
|
|
|
|
|
2014-01-08 22:24:12 +01:00
|
|
|
#wpadminbar .quicklinks > ul > li > a,
|
2013-12-03 22:53:10 +01:00
|
|
|
#wpadminbar .quicklinks .ab-empty-item {
|
2013-11-14 23:37:09 +01:00
|
|
|
padding: 0;
|
|
|
|
height: 46px;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 3.28571428;
|
2013-11-14 23:37:09 +01:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-icon {
|
|
|
|
font: 40px/1 dashicons !important;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2014-01-08 22:24:12 +01:00
|
|
|
width: 52px;
|
2013-11-14 23:37:09 +01:00
|
|
|
height: 46px;
|
2013-12-03 22:53:10 +01:00
|
|
|
text-align: center;
|
2013-11-14 23:37:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-icon:before {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-submenu {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2013-12-03 22:53:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-site-name a.ab-item,
|
|
|
|
#wpadminbar #wp-admin-bar-my-sites a.ab-item,
|
|
|
|
#wpadminbar #wp-admin-bar-my-account a.ab-item {
|
|
|
|
text-overflow: clip;
|
|
|
|
}
|
|
|
|
|
2019-05-30 14:32:51 +02:00
|
|
|
#wpadminbar .quicklinks .menupop ul li .ab-item,
|
|
|
|
#wpadminbar .quicklinks .menupop ul li a strong,
|
|
|
|
#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
|
|
|
|
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
|
|
|
|
#wpadminbar .shortlink-input {
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
2013-11-14 23:37:09 +01:00
|
|
|
#wpadminbar .ab-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .menupop li:hover > .ab-sub-wrapper,
|
|
|
|
#wpadminbar .menupop li.hover > .ab-sub-wrapper {
|
|
|
|
margin-top: -46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item {
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
|
|
top: 10px;
|
|
|
|
right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
|
|
|
|
font-size: 16px;
|
2015-10-13 09:40:25 +02:00
|
|
|
padding: 8px 16px;
|
2013-11-14 23:37:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* WP logo */
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
|
|
|
padding: 0;
|
2014-01-08 22:24:12 +01:00
|
|
|
width: 52px;
|
2013-11-14 23:37:09 +01:00
|
|
|
height: 46px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
|
2015-09-05 21:57:25 +02:00
|
|
|
font: 28px/1 dashicons !important;
|
2013-11-14 23:37:09 +01:00
|
|
|
top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-icon,
|
|
|
|
#wpadminbar .ab-item:before {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* My Sites and "Site Title" menu */
|
|
|
|
#wpadminbar #wp-admin-bar-my-sites > .ab-item,
|
2013-12-03 18:25:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-site-name > .ab-item,
|
2015-07-08 22:03:24 +02:00
|
|
|
#wpadminbar #wp-admin-bar-customize > .ab-item,
|
2013-12-06 22:23:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-edit > .ab-item,
|
|
|
|
#wpadminbar #wp-admin-bar-my-account > .ab-item {
|
2013-11-14 23:37:09 +01:00
|
|
|
text-indent: 100%;
|
2013-12-03 18:25:10 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2014-01-08 22:24:12 +01:00
|
|
|
width: 52px;
|
2013-11-14 23:37:09 +01:00
|
|
|
padding: 0;
|
2016-02-19 19:44:27 +01:00
|
|
|
color: #a0a5aa; /* @todo not needed? this text is hidden */
|
2013-11-14 23:37:09 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-11-14 23:37:09 +01:00
|
|
|
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
|
|
|
|
#wpadminbar .ab-icon,
|
|
|
|
#wpadminbar .ab-item:before {
|
|
|
|
padding: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-12-03 18:25:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-edit > .ab-item:before,
|
2013-11-14 23:37:09 +01:00
|
|
|
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
2013-12-06 22:23:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-site-name > .ab-item:before,
|
2015-07-08 22:03:24 +02:00
|
|
|
#wpadminbar #wp-admin-bar-customize > .ab-item:before,
|
2013-12-06 22:23:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-my-account > .ab-item:before {
|
2013-11-14 23:37:09 +01:00
|
|
|
display: block;
|
|
|
|
text-indent: 0;
|
2015-09-05 21:57:25 +02:00
|
|
|
font: normal 32px/1 dashicons;
|
2013-11-14 23:37:09 +01:00
|
|
|
speak: none;
|
|
|
|
top: 7px;
|
2014-01-08 22:24:12 +01:00
|
|
|
width: 52px;
|
2013-11-14 23:37:09 +01:00
|
|
|
text-align: center;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-appearance {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks li .blavatar:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Search */
|
|
|
|
#wpadminbar #wp-admin-bar-search {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* New Content */
|
|
|
|
#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
|
|
|
|
top: 0;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 1.33333333;
|
2013-11-14 23:37:09 +01:00
|
|
|
height: 46px !important;
|
|
|
|
text-align: center;
|
2014-01-08 22:24:12 +01:00
|
|
|
width: 52px;
|
2013-11-14 23:37:09 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Updates */
|
|
|
|
#wpadminbar #wp-admin-bar-updates {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-updates .ab-icon:before {
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Comments */
|
|
|
|
#wpadminbar #wp-admin-bar-comments .ab-icon {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-comments .ab-icon:before {
|
|
|
|
display: block;
|
|
|
|
font-size: 34px;
|
|
|
|
height: 46px;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 1.38235294;
|
2013-11-14 23:37:09 +01:00
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* My Account */
|
|
|
|
#wpadminbar #wp-admin-bar-my-account > a {
|
|
|
|
position: relative;
|
|
|
|
white-space: nowrap;
|
2013-12-03 22:53:10 +01:00
|
|
|
text-indent: 150%; /* More than 100% indention is needed since this element has padding */
|
2013-11-14 23:37:09 +01:00
|
|
|
width: 28px;
|
|
|
|
padding: 0 10px;
|
2013-11-26 03:42:10 +01:00
|
|
|
overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */
|
2013-11-14 23:37:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
|
|
position: absolute;
|
|
|
|
top: 13px;
|
|
|
|
right: 10px;
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
|
|
height: auto;
|
|
|
|
font-size: 16px;
|
2019-05-30 14:32:51 +02:00
|
|
|
line-height: 1.5;
|
2013-11-14 23:37:09 +01:00
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info a {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-user-info .username {
|
|
|
|
line-height: 0.8 !important;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
2013-12-08 18:15:11 +01:00
|
|
|
/* Show only default top level items */
|
|
|
|
#wp-toolbar > ul > li {
|
2013-11-14 23:37:09 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2013-12-08 18:15:11 +01:00
|
|
|
|
|
|
|
#wpadminbar li#wp-admin-bar-menu-toggle,
|
|
|
|
#wpadminbar li#wp-admin-bar-wp-logo,
|
|
|
|
#wpadminbar li#wp-admin-bar-my-sites,
|
|
|
|
#wpadminbar li#wp-admin-bar-updates,
|
|
|
|
#wpadminbar li#wp-admin-bar-site-name,
|
2015-07-08 22:03:24 +02:00
|
|
|
#wpadminbar li#wp-admin-bar-customize,
|
2013-12-08 18:15:11 +01:00
|
|
|
#wpadminbar li#wp-admin-bar-new-content,
|
|
|
|
#wpadminbar li#wp-admin-bar-edit,
|
|
|
|
#wpadminbar li#wp-admin-bar-comments,
|
|
|
|
#wpadminbar li#wp-admin-bar-my-account {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-12-05 19:38:12 +01:00
|
|
|
/* Allow dropdown list items to appear normally */
|
2013-12-05 20:58:10 +01:00
|
|
|
#wpadminbar li:hover ul li,
|
2013-12-08 18:15:11 +01:00
|
|
|
#wpadminbar li.hover ul li,
|
2013-12-05 20:58:10 +01:00
|
|
|
#wpadminbar li:hover ul li:hover ul li {
|
2013-12-05 19:38:12 +01:00
|
|
|
display: list-item;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-12-05 19:38:12 +01:00
|
|
|
/* Override default min-width so dropdown lists aren't stretched
|
|
|
|
to 100% viewport width at responsive sizes. */
|
|
|
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
2013-12-06 20:16:10 +01:00
|
|
|
min-width: -webkit-fit-content;
|
|
|
|
min-width: fit-content;
|
2013-12-05 19:38:12 +01:00
|
|
|
}
|
2013-11-14 23:37:09 +01:00
|
|
|
|
|
|
|
#wpadminbar ul#wp-admin-bar-root-default > li {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Experimental fix for touch toolbar dropdown positioning */
|
|
|
|
#wpadminbar .ab-top-menu,
|
|
|
|
#wpadminbar .ab-top-secondary,
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo,
|
|
|
|
#wpadminbar #wp-admin-bar-my-sites,
|
|
|
|
#wpadminbar #wp-admin-bar-site-name,
|
|
|
|
#wpadminbar #wp-admin-bar-updates,
|
|
|
|
#wpadminbar #wp-admin-bar-comments,
|
|
|
|
#wpadminbar #wp-admin-bar-new-content,
|
2013-12-03 18:25:10 +01:00
|
|
|
#wpadminbar #wp-admin-bar-edit,
|
2013-11-14 23:37:09 +01:00
|
|
|
#wpadminbar #wp-admin-bar-my-account {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-my-account {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2014-01-22 19:38:24 +01:00
|
|
|
/* Realign arrows on taller responsive submenus */
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2014-01-22 19:38:24 +01:00
|
|
|
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
|
|
|
top: 10px;
|
|
|
|
left: 0;
|
|
|
|
}
|
2013-11-14 23:37:09 +01:00
|
|
|
}
|
|
|
|
|
2013-11-26 02:38:10 +01:00
|
|
|
/* Smartphone */
|
|
|
|
@media screen and (max-width: 600px) {
|
2013-11-14 23:37:09 +01:00
|
|
|
#wpadminbar {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-11-26 09:57:10 +01:00
|
|
|
#wp-responsive-overlay {
|
2013-11-14 23:37:09 +01:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-12-05 20:58:10 +01:00
|
|
|
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
top: auto;
|
|
|
|
left: auto;
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-12-05 20:58:10 +01:00
|
|
|
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item {
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 6px 15px 19px 30px;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2013-12-05 20:58:10 +01:00
|
|
|
#wpadminbar li:hover ul li ul li {
|
|
|
|
display: list-item;
|
|
|
|
}
|
2013-11-14 23:37:09 +01:00
|
|
|
|
2013-12-05 19:28:11 +01:00
|
|
|
#wpadminbar li#wp-admin-bar-wp-logo,
|
|
|
|
#wpadminbar li#wp-admin-bar-updates {
|
2013-11-14 23:37:09 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2014-01-22 19:38:24 +01:00
|
|
|
/* Make submenus full-width at this size */
|
2014-02-13 09:30:17 +01:00
|
|
|
|
2014-01-22 19:38:24 +01:00
|
|
|
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
|
|
|
|
position: static;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2013-12-08 18:15:11 +01:00
|
|
|
}
|
2015-07-08 22:03:24 +02:00
|
|
|
|
|
|
|
/* Very narrow screens */
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
#wpadminbar li#wp-admin-bar-comments {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|