wp/wp-includes/css/buttons-rtl.css
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
   184 	box-shadow: none !important;
   184 	box-shadow: none !important;
   185 	cursor: default;
   185 	cursor: default;
   186 	transform: none !important;
   186 	transform: none !important;
   187 }
   187 }
   188 
   188 
       
   189 .wp-core-ui .button[aria-disabled="true"],
       
   190 .wp-core-ui .button-secondary[aria-disabled="true"] {
       
   191 	cursor: default;
       
   192 }
       
   193 
   189 /* Buttons that look like links, for a cross of good semantics with the visual */
   194 /* Buttons that look like links, for a cross of good semantics with the visual */
   190 .wp-core-ui .button-link {
   195 .wp-core-ui .button-link {
   191 	margin: 0;
   196 	margin: 0;
   192 	padding: 0;
   197 	padding: 0;
   193 	box-shadow: none;
   198 	box-shadow: none;
   209 	color: #135e96;
   214 	color: #135e96;
   210 }
   215 }
   211 
   216 
   212 .wp-core-ui .button-link:focus {
   217 .wp-core-ui .button-link:focus {
   213 	color: #043959;
   218 	color: #043959;
   214 	box-shadow:
   219 	box-shadow: 0 0 0 2px #2271b1;
   215 		0 0 0 1px #4f94d4,
       
   216 		0 0 2px 1px rgba(79, 148, 212, 0.8);
       
   217 	/* Only visible in Windows High Contrast mode */
   220 	/* Only visible in Windows High Contrast mode */
   218 	outline: 1px solid transparent;
   221 	outline: 2px solid transparent;
   219 }
   222 }
   220 
   223 
   221 .wp-core-ui .button-link-delete {
   224 .wp-core-ui .button-link-delete {
   222 	color: #d63638;
   225 	color: #d63638;
   223 }
   226 }
   279 	color: #a7aaad !important;
   282 	color: #a7aaad !important;
   280 	background: #f6f7f7 !important;
   283 	background: #f6f7f7 !important;
   281 	border-color: #dcdcde !important;
   284 	border-color: #dcdcde !important;
   282 	box-shadow: none !important;
   285 	box-shadow: none !important;
   283 	text-shadow: none !important;
   286 	text-shadow: none !important;
       
   287 	cursor: default;
       
   288 }
       
   289 
       
   290 .wp-core-ui .button-primary[aria-disabled="true"] {
   284 	cursor: default;
   291 	cursor: default;
   285 }
   292 }
   286 
   293 
   287 /* ----------------------------------------------------------------------------
   294 /* ----------------------------------------------------------------------------
   288   4.0 - Button Groups
   295   4.0 - Button Groups
   384 		min-height: 30px;
   391 		min-height: 30px;
   385 		margin: 0;
   392 		margin: 0;
   386 		vertical-align: inherit;
   393 		vertical-align: inherit;
   387 	}
   394 	}
   388 
   395 
       
   396 	.wp-customizer .theme-overlay .theme-actions .button {
       
   397 		margin-bottom: 5px;
       
   398 	}
       
   399 
   389 	.media-modal-content .media-toolbar-primary .media-button {
   400 	.media-modal-content .media-toolbar-primary .media-button {
   390 		margin-top: 10px;
   401 		margin-top: 10px;
   391 		margin-right: 5px;
   402 		margin-right: 5px;
   392 	}
   403 	}
   393 
   404