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;
|
Drop Open Sans in the admin in favor of system fonts.
Rejoice, for your admins will feel more native to your surrounding computing environment and likely load faster, especially when offline, as they no longer have to talk to The Google Overlord.
At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time. In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.
There will definitely be visual bugs, mainly around alignment and spacing; these should be documented and reported on the ticket and fixed more atomically so that our current and future selves have a better understanding of what happened and why.
The style remains registered, as it is almost certainly in use by themes and plugins.
props mattmiklic.
see #36753.
Built from https://develop.svn.wordpress.org/trunk@37361
git-svn-id: http://core.svn.wordpress.org/trunk@37327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-05-05 00:07:37 +02:00
|
|
|
|
font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
-webkit-border-radius: 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-radius: 0;
|
2012-10-23 16:30:03 +02:00
|
|
|
|
-webkit-box-sizing: content-box;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
|
box-sizing: content-box;
|
2013-04-10 18:18:15 +02:00
|
|
|
|
-webkit-transition: none;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html:lang(he-il) .rtl #wpadminbar * {
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
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 {
|
|
|
|
|
outline: none;
|
|
|
|
|
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
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
2012-11-30 03:29:36 +01:00
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
|
#wpadminbar {
|
|
|
|
|
direction: ltr;
|
|
|
|
|
color: #ccc;
|
Drop Open Sans in the admin in favor of system fonts.
Rejoice, for your admins will feel more native to your surrounding computing environment and likely load faster, especially when offline, as they no longer have to talk to The Google Overlord.
At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time. In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.
There will definitely be visual bugs, mainly around alignment and spacing; these should be documented and reported on the ticket and fixed more atomically so that our current and future selves have a better understanding of what happened and why.
The style remains registered, as it is almost certainly in use by themes and plugins.
props mattmiklic.
see #36753.
Built from https://develop.svn.wordpress.org/trunk@37361
git-svn-id: http://core.svn.wordpress.org/trunk@37327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-05-05 00:07:37 +02:00
|
|
|
|
font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
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%;
|
|
|
|
|
min-width: 600px; /* match the min-width of the body in wp-admin.css */
|
|
|
|
|
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;
|
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
|
|
|
|
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wpadminbar.ie7 .menupop .ab-sub-wrapper,
|
|
|
|
|
#wpadminbar.ie7 .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
|
|
|
|
top: 32px;
|
2012-08-23 02:04:18 +02:00
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
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 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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: 26px;
|
|
|
|
|
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,
|
|
|
|
|
#wpadminbar .ab-item:before {
|
|
|
|
|
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;
|
|
|
|
|
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;
|
|
|
|
|
-webkit-transition: all .1s ease-in-out;
|
|
|
|
|
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;
|
|
|
|
|
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;
|
|
|
|
|
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,
|
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,
|
|
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
|
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 .menupop .menupop > .ab-item:before,
|
|
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
|
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 .menupop .menupop > .ab-item:before {
|
2013-11-24 13:09:11 +01:00
|
|
|
|
top: 1px;
|
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
|
|
|
|
right: 4px;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
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 {
|
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;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
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;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wpadminbar .quicklinks a:hover span#ab-updates {
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wpadminbar .ab-top-secondary {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wpadminbar ul li:last-child,
|
|
|
|
|
#wpadminbar ul li:last-child .ab-item {
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 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;
|
|
|
|
|
}
|
|
|
|
|
|
2015-04-08 18:08:28 +02:00
|
|
|
|
#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar .ab-item {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-23 02:04:18 +02:00
|
|
|
|
#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;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-14 19:10:26 +02:00
|
|
|
|
#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar > .ab-empty-item img,
|
2015-04-08 18:08:28 +02:00
|
|
|
|
#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar > a img {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
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 {
|
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
|
|
|
|
float: left;
|
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;
|
2013-11-24 13:09:11 +01:00
|
|
|
|
margin: 6px 8px 0 -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
|
|
|
|
|
*/
|
2015-04-08 18:08:28 +02:00
|
|
|
|
#wpadminbar.ie8 #wp-admin-bar-search {
|
|
|
|
|
display: block;
|
|
|
|
|
min-width: 32px;
|
|
|
|
|
}
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 30;
|
Drop Open Sans in the admin in favor of system fonts.
Rejoice, for your admins will feel more native to your surrounding computing environment and likely load faster, especially when offline, as they no longer have to talk to The Google Overlord.
At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time. In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.
There will definitely be visual bugs, mainly around alignment and spacing; these should be documented and reported on the ticket and fixed more atomically so that our current and future selves have a better understanding of what happened and why.
The style remains registered, as it is almost certainly in use by themes and plugins.
props mattmiklic.
see #36753.
Built from https://develop.svn.wordpress.org/trunk@37361
git-svn-id: http://core.svn.wordpress.org/trunk@37327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-05-05 00:07:37 +02:00
|
|
|
|
font: 13px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
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;
|
|
|
|
|
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;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
-moz-box-sizing: border-box;
|
2012-08-23 02:04:18 +02:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
-webkit-transition-duration: 400ms;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
transition-duration: 400ms;
|
2012-08-23 02:04:18 +02:00
|
|
|
|
-webkit-transition-property: width, background;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
transition-property: width, background;
|
2012-08-23 02:04:18 +02:00
|
|
|
|
-webkit-transition-timing-function: ease;
|
2014-02-13 09:30:17 +01:00
|
|
|
|
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;
|
|
|
|
|
background-color: rgba( 255, 255, 255, 0.9 );
|
|
|
|
|
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.ie7 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
width: 120px;
|
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.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
|
2015-04-08 18:08:28 +02:00
|
|
|
|
/* IE8 z-index bug with transparent / empty elements - fill in with an encoded transparent GIF */
|
|
|
|
|
background: transparent 0 0 repeat scroll url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* IE8 doesn't redraw the pseudo elements unless you make a change to the content */
|
|
|
|
|
#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before {
|
2015-09-10 22:22:25 +02:00
|
|
|
|
content: "\f179 "; /* extra space */
|
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.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
2015-04-08 18:08:28 +02:00
|
|
|
|
background: #fff;
|
|
|
|
|
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 .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 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -1000em;
|
|
|
|
|
top: -1000em;
|
|
|
|
|
height: 1px;
|
|
|
|
|
width: 1px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
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;
|
2012-10-16 23:26:59 +02:00
|
|
|
|
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
|
|
|
|
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
2012-08-23 02:04:18 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* IE 6-targeted rules
|
|
|
|
|
*/
|
|
|
|
|
* html #wpadminbar {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* html #wpadminbar .quicklinks ul li a {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* html #wpadminbar .menupop a span {
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
2013-11-14 23:37:09 +01:00
|
|
|
|
|
2013-12-09 03:41:10 +01:00
|
|
|
|
/* No @font-face support */
|
|
|
|
|
.no-font-face #wpadminbar ul.ab-top-menu > li > a.ab-item {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 45px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin: 0 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-my-sites > .ab-item,
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-site-name > .ab-item,
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-edit > .ab-item {
|
|
|
|
|
text-indent: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-font-face #wpadminbar .ab-icon,
|
|
|
|
|
.no-font-face #wpadminbar .ab-icon:before,
|
|
|
|
|
.no-font-face #wpadminbar a.ab-item:before,
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon {
|
|
|
|
|
display: inline !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before {
|
|
|
|
|
content: "Menu";
|
|
|
|
|
font: 14px/45px sans-serif !important;
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-font-face #wpadminbar #wp-admin-bar-site-name a.ab-item {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
/* End no @font-face */
|
2013-11-14 23:37:09 +01:00
|
|
|
|
|
|
|
|
|
@media screen and ( max-width: 782px ) {
|
|
|
|
|
/* Toolbar Touchification*/
|
|
|
|
|
html #wpadminbar {
|
|
|
|
|
height: 46px;
|
|
|
|
|
min-width: 300px;
|
|
|
|
|
|
2013-12-07 05:59:13 +01:00
|
|
|
|
/* These rules break dropdown tappability on Chrome/Android.
|
2013-11-14 23:37:09 +01:00
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
-webkit-backface-visibility: hidden;
|
|
|
|
|
-webkit-transition: 0;
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
backface-visibility: hidden;
|
|
|
|
|
transition: 0;
|
2013-12-07 05:59:13 +01:00
|
|
|
|
*/
|
2013-11-14 23:37:09 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wpadminbar * {
|
2016-05-12 04:14:28 +02:00
|
|
|
|
font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
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;
|
|
|
|
|
line-height: 46px;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
line-height: 53px;
|
|
|
|
|
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;
|
|
|
|
|
line-height: 47px;
|
|
|
|
|
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;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
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: -moz-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;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|