Skip to content

Commit d2504da

Browse files
committed
New classes for colorValue and insertColorValue
To stop using inline styles on the preview/value boxes and insert buttons
1 parent a95e412 commit d2504da

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

farbtastic/farbtastic.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,17 @@
3333
overflow: hidden;
3434
background: url(marker.png) no-repeat;
3535
}
36-
36+
.colorValue {
37+
border: 0;
38+
width: 105px;
39+
padding-left: 5px
40+
}
41+
.insertColorValue {
42+
background: #888;
43+
color: #fff;
44+
height: 18px;
45+
width: 60px;
46+
border: 0;
47+
margin-left: 5px;
48+
cursor: pointer
49+
}

0 commit comments

Comments
 (0)