mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 08:19:38 +01:00
fb69ea9028
props yoavf. fixes #24977. Built from https://develop.svn.wordpress.org/trunk@26243 git-svn-id: http://core.svn.wordpress.org/trunk@26150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
42 lines
612 B
CSS
42 lines
612 B
CSS
|
|
.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;
|
|
}
|