~canonical-sysadmins/wordpress/4.7.4

« back to all changes in this revision

Viewing changes to wp-admin/css/farbtastic.css

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.farbtastic {
 
3
  position: relative;
 
4
}
 
5
 
 
6
.farbtastic * {
 
7
  position: absolute;
 
8
  cursor: crosshair;
 
9
}
 
10
 
 
11
.farbtastic,
 
12
.farbtastic .wheel {
 
13
  width: 195px;
 
14
  height: 195px;
 
15
}
 
16
 
 
17
.farbtastic .color,
 
18
.farbtastic .overlay {
 
19
  top: 47px;
 
20
  left: 47px;
 
21
  width: 101px;
 
22
  height: 101px;
 
23
}
 
24
 
 
25
.farbtastic .wheel {
 
26
  background: url(../images/wheel.png) no-repeat;
 
27
  width: 195px;
 
28
  height: 195px;
 
29
}
 
30
 
 
31
.farbtastic .overlay {
 
32
  background: url(../images/mask.png) no-repeat;
 
33
}
 
34
 
 
35
.farbtastic .marker {
 
36
  width: 17px;
 
37
  height: 17px;
 
38
  margin: -8px 0 0 -8px;
 
39
  overflow: hidden;
 
40
  background: url(../images/marker.png) no-repeat;
 
41
}