~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-includes/css/wp-pointer-rtl.css

  • Committer: Paul Gear
  • Date: 2015-04-24 01:35:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: paul.gear@canonical.com-20150424013520-w4p9ksth76zh6opw
Merge new upstream release 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        line-height: 1.4em;
18
18
        font-size: 14px;
19
19
        color: #fff;
20
 
        background: #2ea2cc;
 
20
        background: #00a0d2;
21
21
}
22
22
 
23
23
.wp-pointer-content h3:before {
24
24
        background: #fff;
25
25
        -webkit-border-radius: 50%;
26
26
        border-radius: 50%;
27
 
        color: #2ea2cc;
 
27
        color: #00a0d2;
28
28
        content: '\f227';
29
29
        font: normal 20px/1.6 'dashicons';
30
30
        position: absolute;
61
61
 
62
62
.wp-pointer-buttons a.close:before {
63
63
        background: none;
64
 
        color: #bbb;
 
64
        color: #b4b9be;
65
65
        content: '\f153';
66
66
        display: block !important;
67
 
        font: normal 13px/1 'dashicons';
 
67
        font: normal 16px/1 'dashicons';
68
68
        speak: none;
69
69
        margin: 1px 0;
70
70
        text-align: center;
72
72
        width: 10px;
73
73
        height: 100%;
74
74
        position: absolute;
75
 
        right: -12px;
 
75
        right: -15px;
76
76
        top: 1px;
77
77
}
78
78
 
110
110
        padding-bottom: 13px;
111
111
}
112
112
 
113
 
/* @noflip */
 
113
/* rtl:ignore */
114
114
.wp-pointer-left {
115
115
        padding-left: 13px;
116
116
}
117
 
/* @noflip */
 
117
/* rtl:ignore */
118
118
.wp-pointer-right {
119
119
        margin-left: -13px;
120
120
        padding-right: 13px;
147
147
        margin-right: -13px;
148
148
        margin-top: -13px;
149
149
        border: 13px solid transparent;
150
 
        border-bottom-color: #2ea2cc;
 
150
        border-bottom-color: #00a0d2;
151
151
        display: block;
152
152
        content: ' ';
153
153
}
168
168
        content: ' ';
169
169
}
170
170
 
171
 
/* @noflip */
 
171
/* rtl:ignore */
172
172
.wp-pointer-left .wp-pointer-arrow {
173
173
        left: 0;
174
174
        border-width: 13px 13px 13px 0;
175
175
        border-right-color: #ccc;
176
176
}
177
177
 
178
 
/* @noflip */
 
178
/* rtl:ignore */
179
179
.wp-pointer-left .wp-pointer-arrow-inner {
180
180
        left: 1px;
181
181
        margin-left: -13px;
186
186
        content: ' ';
187
187
}
188
188
 
189
 
/* @noflip */
 
189
/* rtl:ignore */
190
190
.wp-pointer-right .wp-pointer-arrow {
191
191
        right: 0;
192
192
        border-width: 13px 0 13px 13px;
193
193
        border-left-color: #ccc;
194
194
}
195
195
 
196
 
/* @noflip */
 
196
/* rtl:ignore */
197
197
.wp-pointer-right .wp-pointer-arrow-inner {
198
198
        right: 1px;
199
199
        margin-right: -13px;