mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
bcf488fc23
iOS will show transparent parts as black, where as the icon itself stays transparent when used as a favicon. See #16434. Built from https://develop.svn.wordpress.org/trunk@33049 git-svn-id: http://core.svn.wordpress.org/trunk@33020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
59 lines
975 B
CSS
59 lines
975 B
CSS
/*------------------------------------------------------------------------------
|
|
28.0 - Site Icon
|
|
------------------------------------------------------------------------------*/
|
|
|
|
.site-icon-image {
|
|
float: left;
|
|
margin: 0 20px 0 0;
|
|
}
|
|
|
|
.site-icon-content {
|
|
overflow: hidden;
|
|
padding: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.site-icon-crop-shell {
|
|
max-width: 720px;
|
|
}
|
|
|
|
.site-icon-crop-preview-shell {
|
|
float: right;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.site-icon-crop-preview-shell h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.site-icon-crop-favicon-preview-shell {
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.site-icon-crop-preview-favicon,
|
|
.site-icon-browser-title {
|
|
height: 16px;
|
|
left: 88px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: 16px;
|
|
}
|
|
|
|
.site-icon-crop-preview-favicon {
|
|
width: 16px;
|
|
}
|
|
|
|
.site-icon-browser-title {
|
|
left: 109px;
|
|
}
|
|
|
|
.site-icon-crop-preview-homeicon {
|
|
background-color: #000;
|
|
-webkit-border-radius: 16px;
|
|
border-radius: 16px;
|
|
height: 64px;
|
|
overflow: hidden;
|
|
width: 64px;
|
|
}
|