mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01:00
49007e52bc
Patches occasionally come in on generated files. We should be kind to new contributors and give them a hint that these files are auto-generated. This is a follow-up to [41271], which added the banner to minified CSS files. Fixes #48424. See #30666. Built from https://develop.svn.wordpress.org/trunk@46589 git-svn-id: http://core.svn.wordpress.org/trunk@46386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
43 lines
647 B
CSS
43 lines
647 B
CSS
/*! This file is auto-generated */
|
|
|
|
.farbtastic {
|
|
position: relative;
|
|
}
|
|
|
|
.farbtastic * {
|
|
position: absolute;
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.farbtastic,
|
|
.farbtastic .wheel {
|
|
width: 195px;
|
|
height: 195px;
|
|
}
|
|
|
|
.farbtastic .color,
|
|
.farbtastic .overlay {
|
|
top: 47px;
|
|
right: 47px;
|
|
width: 101px;
|
|
height: 101px;
|
|
}
|
|
|
|
.farbtastic .wheel {
|
|
background: url(../images/wheel.png) no-repeat;
|
|
width: 195px;
|
|
height: 195px;
|
|
}
|
|
|
|
.farbtastic .overlay {
|
|
background: url(../images/mask.png) no-repeat;
|
|
}
|
|
|
|
.farbtastic .marker {
|
|
width: 17px;
|
|
height: 17px;
|
|
margin: -8px -8px 0 0;
|
|
overflow: hidden;
|
|
background: url(../images/marker.png) no-repeat;
|
|
}
|