css cleanup

This commit is contained in:
James B. Pollack 2015-10-16 16:42:29 -07:00
parent c6fcaf158b
commit 31cc451fd4

View file

@ -344,18 +344,16 @@ input#property-name {
border: 1px solid white;
}
.prop-x{
color:red !important;
background: rgba(255, 0, 0, .9);
height:2px !important;
.prop-x {
color:red !important;
background: rgba(255, 0, 0, .9);
height:2px !important;
}
.prop-y{
.prop-y {
color:green !important;
background: rgba(0, 255, 0, .9);
height:2px !important;
}
.prop-z{