New classes for colorValue and insertColorValue

To stop using inline styles on the preview/value boxes and insert
buttons
This commit is contained in:
Matt Pass
2013-05-23 17:50:15 +01:00
parent a95e4124a8
commit d2504dac64

View File

@@ -33,4 +33,17 @@
overflow: hidden;
background: url(marker.png) no-repeat;
}
.colorValue {
border: 0;
width: 105px;
padding-left: 5px
}
.insertColorValue {
background: #888;
color: #fff;
height: 18px;
width: 60px;
border: 0;
margin-left: 5px;
cursor: pointer
}