wp/wp-includes/css/jquery-ui-dialog.css
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
   180 
   180 
   181 .ui-button {
   181 .ui-button {
   182 	display: inline-block;
   182 	display: inline-block;
   183 	text-decoration: none;
   183 	text-decoration: none;
   184 	font-size: 13px;
   184 	font-size: 13px;
   185 	line-height: 26px;
   185 	line-height: 2;
   186 	height: 28px;
   186 	height: 28px;
   187 	margin: 0;
   187 	margin: 0;
   188 	padding: 0 10px 1px;
   188 	padding: 0 10px 1px;
   189 	cursor: pointer;
   189 	cursor: pointer;
   190 	border-width: 1px;
   190 	border-width: 1px;
   226 
   226 
   227 .ui-button:active {
   227 .ui-button:active {
   228 	background: #eee;
   228 	background: #eee;
   229 	border-color: #999;
   229 	border-color: #999;
   230 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
   230 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
   231 	transform: translateY(1px);
       
   232 }
   231 }
   233 
   232 
   234 .ui-button[disabled],
   233 .ui-button[disabled],
   235 .ui-button:disabled {
   234 .ui-button:disabled {
   236 	color: #a0a5aa !important;
   235 	color: #a0a5aa !important;
   262 	top: 0;
   261 	top: 0;
   263 	left: 0;
   262 	left: 0;
   264 	z-index: 100102;
   263 	z-index: 100102;
   265 	background-color: #fff;
   264 	background-color: #fff;
   266 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
   265 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
       
   266 	overflow: hidden;
   267 }
   267 }
   268 
   268 
   269 .ui-dialog-titlebar {
   269 .ui-dialog-titlebar {
   270 	background: #fcfcfc;
   270 	background: #fcfcfc;
   271 	border-bottom: 1px solid #dfdfdf;
   271 	border-bottom: 1px solid #dfdfdf;
   272 	height: 36px;
   272 	height: 36px;
   273 	font-size: 18px;
   273 	font-size: 18px;
   274 	font-weight: 600;
   274 	font-weight: 600;
   275 	line-height: 36px;
   275 	line-height: 2;
   276 	padding: 0 36px 0 16px;
   276 	padding: 0 36px 0 16px;
   277 }
   277 }
   278 
   278 
   279 .ui-button.ui-dialog-titlebar-close {
   279 .ui-button.ui-dialog-titlebar-close {
   280 	background: none;
   280 	background: none;
   288 	top: 0;
   288 	top: 0;
   289 	right: 0;
   289 	right: 0;
   290 	width: 36px;
   290 	width: 36px;
   291 	height: 36px;
   291 	height: 36px;
   292 	text-align: center;
   292 	text-align: center;
       
   293 	border-radius: 0;
   293 }
   294 }
   294 
   295 
   295 .ui-dialog-titlebar-close:before {
   296 .ui-dialog-titlebar-close:before {
   296 	font: normal 20px/1 dashicons;
   297 	font: normal 20px/1 dashicons;
   297 	vertical-align: top;
   298 	vertical-align: top;
   298 	speak: none;
   299 	speak: none;
   299 	-webkit-font-smoothing: antialiased;
   300 	-webkit-font-smoothing: antialiased;
   300 	-moz-osx-font-smoothing: grayscale;
   301 	-moz-osx-font-smoothing: grayscale;
   301 	line-height: 36px;
   302 	line-height: 1.8;
   302 	width: 36px;
   303 	width: 36px;
   303 	height: 36px;
   304 	height: 36px;
   304 	content: "\f158";
   305 	content: "\f158";
   305 }
   306 }
   306 
   307 
   307 .ui-button.ui-dialog-titlebar-close:hover {
   308 .ui-button.ui-dialog-titlebar-close:hover,
   308 	color: #00a0d2;
   309 .ui-button.ui-dialog-titlebar-close:focus {
       
   310 	color: #006799;
       
   311 }
       
   312 
       
   313 .ui-button.ui-dialog-titlebar-close:focus {
       
   314 	box-shadow:
       
   315 		0 0 0 1px #5b9dd9,
       
   316 		0 0 2px 1px rgba(30, 140, 190, 0.8);
       
   317 	/* Only visible in Windows High Contrast mode */
       
   318 	outline: 2px solid transparent;
       
   319 	outline-offset: -2px;
   309 }
   320 }
   310 
   321 
   311 .ui-dialog-titlebar-close .ui-button-text {
   322 .ui-dialog-titlebar-close .ui-button-text {
   312 	display: none;
   323 	display: none;
   313 }
   324 }