X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..03f2fa83c13c1b532284205fa7efcab9b8b2c41f:/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 a7cfd4ac..6983eba4 100644 --- a/wp-includes/css/wp-pointer-rtl.css +++ b/wp-includes/css/wp-pointer-rtl.css @@ -3,27 +3,30 @@ position: relative; font-size: 13px; background: #fff; - border: none; + 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 { position: relative; - margin: 0 0 5px; + margin: -1px -1px 5px; padding: 15px 60px 14px 18px; + border: 1px solid #3592b6; + border-bottom: none; line-height: 1.4em; font-size: 14px; color: #fff; - background: #2ea2cc; + background: #00a0d2; } .wp-pointer-content h3:before { background: #fff; + -webkit-border-radius: 50%; border-radius: 50%; - color: #2ea2cc; - content: '\f227'; - font: normal 20px/1.6 'dashicons'; + color: #00a0d2; + content: "\f227"; + font: normal 20px/1.6 dashicons; position: absolute; top: 8px; right: 15px; @@ -57,20 +60,26 @@ } .wp-pointer-buttons a.close:before { - content: '\f153'; + background: none; + color: #b4b9be; + content: "\f153"; display: block !important; - font: normal 13px/1 'dashicons'; + font: normal 16px/1 dashicons; speak: none; - margin: 2px 0; + margin: 1px 0; text-align: center; -webkit-font-smoothing: antialiased !important; width: 10px; height: 100%; position: absolute; - right: -12px; + right: -15px; 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 { @@ -97,15 +106,17 @@ } .wp-pointer-bottom { + margin-top: -13px; padding-bottom: 13px; } -/* @noflip */ +/* rtl:ignore */ .wp-pointer-left { padding-left: 13px; } -/* @noflip */ +/* rtl:ignore */ .wp-pointer-right { + margin-left: -13px; padding-right: 13px; } @@ -126,28 +137,71 @@ .wp-pointer-top .wp-pointer-arrow, .wp-pointer-undefined .wp-pointer-arrow { top: 0; - border-width: 0 17px 15px 17px; - border-bottom-color: #2ea2cc; + border-width: 0 13px 13px 13px; + border-bottom-color: #3592b6; +} + +.wp-pointer-top .wp-pointer-arrow-inner, +.wp-pointer-undefined .wp-pointer-arrow-inner { + top: 1px; + margin-right: -13px; + margin-top: -13px; + border: 13px solid transparent; + border-bottom-color: #00a0d2; + display: block; + content: " "; } .wp-pointer-bottom .wp-pointer-arrow { bottom: 0; - border-width: 15px 17px 0 17px; + border-width: 13px 13px 0 13px; + border-top-color: #ccc; +} + +.wp-pointer-bottom .wp-pointer-arrow-inner { + bottom: 1px; + margin-right: -13px; + margin-bottom: -13px; + border: 13px solid transparent; border-top-color: #fff; + display: block; + content: " "; } -/* @noflip */ +/* rtl:ignore */ .wp-pointer-left .wp-pointer-arrow { left: 0; - border-width: 17px 15px 17px 0; + border-width: 13px 13px 13px 0; + border-right-color: #ccc; +} + +/* rtl:ignore */ +.wp-pointer-left .wp-pointer-arrow-inner { + left: 1px; + margin-left: -13px; + margin-top: -13px; + border: 13px solid transparent; border-right-color: #fff; + display: block; + content: " "; } -/* @noflip */ +/* rtl:ignore */ .wp-pointer-right .wp-pointer-arrow { - right:0; - border-width: 17px 0 17px 15px; + right: 0; + border-width: 13px 0 13px 13px; + border-left-color: #ccc; +} + +/* rtl:ignore */ +.wp-pointer-right .wp-pointer-arrow-inner { + right: 1px; + margin-right: -13px; + margin-top: -13px; + border: 13px solid transparent; border-left-color: #fff; + display: block; + content: " "; } /* Disable pointers at responsive sizes */