web/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
changeset 194 32102edaa81b
parent 136 bde1974c263b
child 204 09a1c134465b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
    33 	padding:0 0 1px;
    33 	padding:0 0 1px;
    34 	font-weight:bold;
    34 	font-weight:bold;
    35 	font-size: 11px;
    35 	font-size: 11px;
    36 	width:94px; 
    36 	width:94px; 
    37 	height:24px;
    37 	height:24px;
    38 	background:url(img/fade-butt.png) 0 0;
       
    39 	color:#000;
    38 	color:#000;
    40 	cursor:pointer;
    39 	cursor:pointer;
    41 	-moz-border-radius: 3px;
       
    42 	-khtml-border-radius: 3px;
       
    43 	-webkit-border-radius: 3px;
    40 	-webkit-border-radius: 3px;
    44 	border-radius: 3px;
    41 	border-radius: 3px;
       
    42 	background-color: #eee; /* Fallback */
       
    43 	background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */
       
    44 	background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */
       
    45 	background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */
       
    46 	background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */
       
    47 	background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */
       
    48 	background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */
    45 }
    49 }
    46 #insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover,
    50 #insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover,
    47 #insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus {
    51 #insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus {
    48 	border: 1px solid #555;
    52 	border: 1px solid #555;
    49 }
    53 }