mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
3248497cf3
* 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
37 lines
718 B
CSS
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;
|
|
}
|