Make WordPress Core

Changeset 26171


Ignore:
Timestamp:
11/14/2013 08:16:31 PM (12 years ago)
Author:
iammattthomas
Message:

Replace icon-pointer-flag.png with the flag Dashicon. Fixes #25982.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/wp-pointer.css

    r26072 r26171  
    2020
    2121.wp-pointer-content h3:before {
     22    background: #fff;
     23    border-radius: 50%;
     24    color: #2ea2cc;
     25    content: '\f227';
     26    font: normal 20px/1.6 'dashicons';
    2227    position: absolute;
    23     top: 0;
     28    top: 8px;
    2429    left: 15px;
    25     content: ' ';
    26     width: 36px;
    27     height: 100%;
    28     background: url('../images/icon-pointer-flag.png') 0 50% no-repeat;
     30    speak: none;
     31    text-align: center;
     32    width: 32px;
     33    height: 32px;
     34    -webkit-font-smoothing: antialiased;
     35    -moz-osx-font-smoothing: grayscale;
    2936}
    3037
Note: See TracChangeset for help on using the changeset viewer.