Make WordPress Core

Changeset 26396


Ignore:
Timestamp:
11/26/2013 05:34:56 AM (13 years ago)
Author:
iammattthomas
Message:

Remove the new thickbox styles from wp-admin.css. See #26178

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26393 r26396  
    1085710857
    1085810858
    10859 /* Thickbox styles */
    10860 
    10861 .tb-close-icon {
    10862         background: none;
    10863         height: 16px;
    10864         margin: -2px -3px 0 0;
    10865         width: 16px;
    10866 }
    10867 
    10868 .tb-close-icon:before {
    10869         content: '\f158';
    10870         color: #ccc;
    10871         font: normal 20px/1 'dashicons';
    10872         speak: none;
    10873         vertical-align: middle;
    10874         -webkit-font-smoothing: antialiased;
    10875         -moz-osx-font-smoothing: grayscale;
    10876 }
    10877 
    10878 .tb-close-icon:hover:before {
    10879         color: #fff;
    10880 }
    10881 
    10882 #TB_closeAjaxWindow a {
    10883         text-decoration: none;
    10884 }
    10885 
    1088610859@-ms-viewport {
    1088710860        width: device-width;
Note: See TracChangeset for help on using the changeset viewer.