wp/wp-admin/css/site-icon-rtl.css
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    51 }
    51 }
    52 
    52 
    53 .customize-control-site_icon .app-icon-preview {
    53 .customize-control-site_icon .app-icon-preview {
    54 	margin-top: 9px;
    54 	margin-top: 9px;
    55 }
    55 }
       
    56 
       
    57 .site-icon-section button.reset {
       
    58 	color: #b32d2e;
       
    59 	text-decoration: none;
       
    60 	border-color: transparent;
       
    61 	box-shadow: none;
       
    62 	background: transparent;
       
    63 }
       
    64 
       
    65 .site-icon-section button.reset:focus,
       
    66 .site-icon-section button.reset:hover {
       
    67 	background: #b32d2e;
       
    68 	color: #fff;
       
    69 	border-color: #b32d2e;
       
    70 	box-shadow: 0 0 0 1px #b32d2e;
       
    71 }
       
    72 
       
    73 .site-icon-section .action-buttons {
       
    74 	display: flex;
       
    75 	flex-wrap: wrap;
       
    76 	gap: 10px;
       
    77 }