Add a contrasting border to admin feature pointers.
props iammattthomas. see #26689. git-svn-id: https://develop.svn.wordpress.org/trunk@26970 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e1aeeacc43
commit
238f9d2b0a
@ -3,15 +3,17 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: none;
|
border: 1px solid #dfdfdf;
|
||||||
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
||||||
box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
box-shadow: 0 3px 6px rgba(0,0,0,0.075);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pointer-content h3 {
|
.wp-pointer-content h3 {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 0 5px;
|
margin: -1px -1px 5px;
|
||||||
padding: 15px 18px 14px 60px;
|
padding: 15px 18px 14px 60px;
|
||||||
|
border: 1px solid #3592b6;
|
||||||
|
border-bottom: none;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -126,28 +128,65 @@
|
|||||||
.wp-pointer-top .wp-pointer-arrow,
|
.wp-pointer-top .wp-pointer-arrow,
|
||||||
.wp-pointer-undefined .wp-pointer-arrow {
|
.wp-pointer-undefined .wp-pointer-arrow {
|
||||||
top: 0;
|
top: 0;
|
||||||
border-width: 0 17px 15px 17px;
|
border-width: 0 13px 13px 13px;
|
||||||
|
border-bottom-color: #3592b6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-pointer-top .wp-pointer-arrow:before,
|
||||||
|
.wp-pointer-undefined .wp-pointer-arrow:before {
|
||||||
|
margin-left: -13px;
|
||||||
|
margin-top: -11px;
|
||||||
|
border: 13px solid transparent;
|
||||||
border-bottom-color: #2ea2cc;
|
border-bottom-color: #2ea2cc;
|
||||||
|
display: block;
|
||||||
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-pointer-bottom .wp-pointer-arrow {
|
.wp-pointer-bottom .wp-pointer-arrow {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-width: 15px 17px 0 17px;
|
border-width: 13px 13px 0 13px;
|
||||||
|
border-top-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-pointer-bottom .wp-pointer-arrow:before {
|
||||||
|
margin-left: -13px;
|
||||||
|
margin-top: -14px;
|
||||||
|
border: 13px solid transparent;
|
||||||
border-top-color: #fff;
|
border-top-color: #fff;
|
||||||
|
display: block;
|
||||||
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
.wp-pointer-left .wp-pointer-arrow {
|
.wp-pointer-left .wp-pointer-arrow {
|
||||||
left: 0;
|
left: 0;
|
||||||
border-width: 17px 15px 17px 0;
|
border-width: 13px 13px 13px 0;
|
||||||
|
border-right-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-pointer-left .wp-pointer-arrow:before {
|
||||||
|
margin-left: -12px;
|
||||||
|
margin-top: -13px;
|
||||||
|
border: 13px solid transparent;
|
||||||
border-right-color: #fff;
|
border-right-color: #fff;
|
||||||
|
display: block;
|
||||||
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
.wp-pointer-right .wp-pointer-arrow {
|
.wp-pointer-right .wp-pointer-arrow {
|
||||||
right:0;
|
right:0;
|
||||||
border-width: 17px 0 17px 15px;
|
border-width: 13px 0 13px 13px;
|
||||||
|
border-left-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-pointer-right .wp-pointer-arrow:before {
|
||||||
|
margin-left: -14px;
|
||||||
|
margin-top: -13px;
|
||||||
|
border: 13px solid transparent;
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
|
display: block;
|
||||||
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable pointers at responsive sizes */
|
/* Disable pointers at responsive sizes */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user