]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/thickbox/thickbox.css
WordPress 4.5-scripts
[autoinstalls/wordpress.git] / wp-includes / js / thickbox / thickbox.css
index 11673a55627be42cb9a679bc0eaca7fc339bc3fd..6bfac61ee4d000540d0ca8354a0a22507b7091aa 100644 (file)
        float: right;
 }
 
-#TB_closeAjaxWindow {
-       float: right;
-}
-
-#TB_closeAjaxWindow a {
-       text-decoration: none;
+#TB_closeWindowButton {
+       position: absolute;
+       left: auto;
+       right: 0;
+       width: 29px;
+       height: 29px;
+       border: 0;
+       padding: 0;
+       background: none;
+       cursor: pointer;
+       outline: none;
+       -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
+       transition: color .1s ease-in-out, background .1s ease-in-out;
 }
 
 #TB_ajaxWindowTitle {
@@ -64,7 +71,7 @@
 
 #TB_title {
        background: #fcfcfc;
-       border-bottom: 1px solid #dfdfdf;
+       border-bottom: 1px solid #ddd;
        height: 29px;
 }
 
 }
 
 .tb-close-icon {
+       display: block;
        color: #666;
        text-align: center;
        line-height: 29px;
        -moz-osx-font-smoothing: grayscale;
 }
 
-.tb-close-icon:hover {
+#TB_closeWindowButton:hover .tb-close-icon,
+#TB_closeWindowButton:focus .tb-close-icon {
        color: #00a0d2;
 }