]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/thickbox/thickbox.css
WordPress 4.4
[autoinstalls/wordpress.git] / wp-includes / js / thickbox / thickbox.css
index 0549c795d129c990ac36f471aeb22954faadcbc6..11673a55627be42cb9a679bc0eaca7fc339bc3fd 100644 (file)
@@ -12,7 +12,7 @@
 
 #TB_window {
        position: fixed;
-       background: #fff;
+       background-color: #fff;
        z-index: 100050; /* Above DFW. */
        visibility: hidden;
        text-align: left;
@@ -55,7 +55,7 @@
        float: left;
        font-weight: 600;
        line-height: 29px;
-       overflow: hidden; 
+       overflow: hidden;
        padding: 0 29px 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
 }
 
 .tb-close-icon:before {
-       content: '\f158';
-       font: normal 20px/29px 'dashicons';
+       content: "\f158";
+       font: normal 20px/29px dashicons;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;