Fix for an issue where you can't select the top row of colors

This commit is contained in:
ridiculousfish 2012-03-31 15:38:30 -07:00
parent 268fb37517
commit f930303d3e

View file

@ -202,6 +202,8 @@ body {
margin: 0px;
height: 50px;
margin-bottom: -50px;
position: relative;
bottom: 47px;
}
.colorpicker_target_tab {
@ -217,8 +219,6 @@ body {
margin-right: -2px;
min-width: 110px;
text-align: center;
position: relative;
bottom: 47px;
}
.colorpicker_target_selected {