Ticket #52670: 52670.diff
File 52670.diff, 812 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/css/wp-pointer.css
158 158 .wp-pointer-bottom .wp-pointer-arrow { 159 159 bottom: 0; 160 160 border-width: 13px 13px 0 13px; 161 border-top-color: # c3c4c7;161 border-top-color: #dcdcde; 162 162 } 163 163 164 164 .wp-pointer-bottom .wp-pointer-arrow-inner { … … 175 175 .wp-pointer-left .wp-pointer-arrow { 176 176 left: 0; 177 177 border-width: 13px 13px 13px 0; 178 border-right-color: # c3c4c7;178 border-right-color: #dcdcde; 179 179 } 180 180 181 181 /* rtl:ignore */ … … 193 193 .wp-pointer-right .wp-pointer-arrow { 194 194 right: 0; 195 195 border-width: 13px 0 13px 13px; 196 border-left-color: # c3c4c7;196 border-left-color: #dcdcde; 197 197 } 198 198 199 199 /* rtl:ignore */