X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/78ff9d91a14da1f53bd3f1ffcab1264d92359b72..refs/tags/wordpress-3.9:/wp-includes/css/wp-pointer-rtl.css diff --git a/wp-includes/css/wp-pointer-rtl.css b/wp-includes/css/wp-pointer-rtl.css index 552041bf..10cf6a24 100644 --- a/wp-includes/css/wp-pointer-rtl.css +++ b/wp-includes/css/wp-pointer-rtl.css @@ -5,7 +5,7 @@ background: #fff; border: 1px solid #dfdfdf; -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 { @@ -22,6 +22,7 @@ .wp-pointer-content h3:before { background: #fff; + -webkit-border-radius: 50%; border-radius: 50%; color: #2ea2cc; content: '\f227'; @@ -59,11 +60,13 @@ } .wp-pointer-buttons a.close:before { + background: none; + color: #bbb; content: '\f153'; display: block !important; font: normal 13px/1 'dashicons'; speak: none; - margin: 2px 0; + margin: 1px 0; text-align: center; -webkit-font-smoothing: antialiased !important; width: 10px; @@ -73,6 +76,10 @@ top: 1px; } +.wp-pointer-buttons a.close:hover:before { + color: #c00; +} + /* The arrow base class must take up no space, even with transparent borders. */ .wp-pointer-arrow, .wp-pointer-arrow-inner { @@ -181,7 +188,7 @@ } .wp-pointer-right .wp-pointer-arrow:before { - margin-right: -14px; + margin-right: -12px; margin-top: -13px; border: 13px solid transparent; border-right-color: #fff; @@ -189,6 +196,12 @@ content: ' '; } +.rtl .wp-pointer-arrow:before { + -webkit-transform: rotateY(180deg); + -ms-transform: rotateY(180deg); + transform: rotateY(180deg); +} + /* Disable pointers at responsive sizes */ @media screen and ( max-width: 782px ) { .wp-pointer {