]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/wp-pointer-rtl.css
WordPress 4.2
[autoinstalls/wordpress.git] / wp-includes / css / wp-pointer-rtl.css
index 75088cb1d101f872b1ebf585809bb01128a58ec4..52192c2e24b3ab0b29b536a2e823f6df0dbe49c8 100644 (file)
        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;
+       color: #00a0d2;
        content: '\f227';
        font: normal 20px/1.6 'dashicons';
        position: absolute;
 
 .wp-pointer-buttons a.close:before {
        background: none;
-       color: #bbb;
+       color: #b4b9be;
        content: '\f153';
        display: block !important;
-       font: normal 13px/1 'dashicons';
+       font: normal 16px/1 'dashicons';
        speak: none;
        margin: 1px 0;
        text-align: center;
@@ -72,7 +72,7 @@
        width: 10px;
        height: 100%;
        position: absolute;
-       right: -12px;
+       right: -15px;
        top: 1px;
 }
 
        padding-bottom: 13px;
 }
 
-/* @noflip */
+/* rtl:ignore */
 .wp-pointer-left {
        padding-left: 13px;
 }
-/* @noflip */
+/* rtl:ignore */
 .wp-pointer-right {
        margin-left: -13px;
        padding-right: 13px;
        margin-right: -13px;
        margin-top: -13px;
        border: 13px solid transparent;
-       border-bottom-color: #2ea2cc;
+       border-bottom-color: #00a0d2;
        display: block;
        content: ' ';
 }
        content: ' ';
 }
 
-/* @noflip */
+/* rtl:ignore */
 .wp-pointer-left .wp-pointer-arrow {
        left: 0;
        border-width: 13px 13px 13px 0;
        border-right-color: #ccc;
 }
 
-/* @noflip */
+/* rtl:ignore */
 .wp-pointer-left .wp-pointer-arrow-inner {
        left: 1px;
        margin-left: -13px;
        content: ' ';
 }
 
-/* @noflip */
+/* rtl:ignore */
 .wp-pointer-right .wp-pointer-arrow {
        right: 0;
        border-width: 13px 0 13px 13px;
        border-left-color: #ccc;
 }
 
-/* @noflip */
+/* rtl:ignore */
 .wp-pointer-right .wp-pointer-arrow-inner {
        right: 1px;
        margin-right: -13px;