WordPress/wp-admin/css/site-icon.css
Konstantin Obenland 3248497cf3 Site Icon: Add crop preview to the media modal.
* Monkey patches imgAreaSelect library to support touch events.
* Removes Settings version of Site Icon since it would have been the same flow.
* Removes default value for Customizer setting - there is no default favicon.

Fixes #16434.



Built from https://develop.svn.wordpress.org/trunk@33329


git-svn-id: http://core.svn.wordpress.org/trunk@33301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-07-20 15:57:25 +00:00

37 lines
718 B
CSS

/*------------------------------------------------------------------------------
28.0 - Site Icon
------------------------------------------------------------------------------*/
.site-icon-preview .favicon-preview {
margin-bottom: 20px;
overflow: hidden;
position: relative;
max-width: 180px;
}
.site-icon-preview .favicon,
.site-icon-preview .browser-title {
height: 16px;
left: 88px;
overflow: hidden;
position: absolute;
top: 16px;
}
.site-icon-preview .favicon {
width: 16px;
}
.site-icon-preview .browser-title {
left: 109px;
}
.site-icon-preview .app-icon-preview {
background-color: #000;
-webkit-border-radius: 16px;
border-radius: 16px;
height: 64px;
overflow: hidden;
width: 64px;
}