]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/farbtastic-rtl.css
WordPress 4.2.2-scripts
[autoinstalls/wordpress.git] / wp-admin / css / farbtastic-rtl.css
index 7a8badb434c4b6bacf4cb93a5ee1731677294e20..b7aebadc6ebee7dd281475da8bbaa10b7c44c2fd 100644 (file)
@@ -1,7 +1,41 @@
-.farbtastic .color, .farbtastic .overlay {
-       left: 0;
-       right: 47px;
+
+.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 {
-       margin: -8px -8px 0 0;
+  width: 17px;
+  height: 17px;
+  margin: -8px -8px 0 0;
+  overflow: hidden;
+  background: url(../images/marker.png) no-repeat;
 }