]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / dialog.css
index 7fe6b8dcc41a5f0489d2844842f1186755f567af..fe48d85728ff0337f0fb592bb265930c7c183330 100644 (file)
@@ -35,13 +35,17 @@ input.checkbox {border:1px none #000000; background:transparent; vertical-align:
        font-size: 11px;
        width:94px; 
        height:24px;
-       background:url(img/fade-butt.png) 0 0;
        color:#000;
        cursor:pointer;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
+       background-color: #eee; /* Fallback */
+       background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */
+       background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */
+       background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */
+       background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */
+       background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */
+       background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */
 }
 #insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover,
 #insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus {
@@ -114,4 +118,4 @@ h3 {font-size:14px;}
 #colorpicker #namedcolors {width:150px;}
 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
 #colorpicker #colornamecontainer {margin-top:5px;}
-#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
\ No newline at end of file
+#colorpicker #picker_panel fieldset {margin:auto;width:325px;}