Ticket #27778: 27778.2.diff
File 27778.2.diff, 1.3 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
386 386 387 387 .wp-pointer .wp-pointer-content h3 { 388 388 background-color: $highlight-color; 389 border-color: darken( $highlight-color, 5% ); 389 390 } 390 391 391 392 .wp-pointer .wp-pointer-content h3:before { -
src/wp-includes/css/wp-pointer.css
182 182 183 183 /* @noflip */ 184 184 .wp-pointer-right .wp-pointer-arrow { 185 right: 0;185 right: 0; 186 186 border-width: 13px 0 13px 13px; 187 187 border-left-color: #ccc; 188 188 } 189 189 190 190 .wp-pointer-right .wp-pointer-arrow:before { 191 margin-left: -1 4px;191 margin-left: -12px; 192 192 margin-top: -13px; 193 193 border: 13px solid transparent; 194 194 border-left-color: #fff; … … 196 196 content: ' '; 197 197 } 198 198 199 .rtl .wp-pointer-arrow:before { 200 -webkit-transform: rotateY(180deg); 201 -ms-transform: rotateY(180deg); 202 transform: rotateY(180deg); 203 } 204 199 205 /* Disable pointers at responsive sizes */ 200 206 @media screen and ( max-width: 782px ) { 201 207 .wp-pointer {