Files
headphones/data/css/selectFix.css
2012-03-15 09:43:50 +01:00

17 lines
282 B
CSS

select, .select
{
background-color: #FFF;
color: #222; /*default styling of input*/
line-height: 40px;
height: 40px;
width: 46.72466734902764%;
}
select
{
width: 46.72466734902764%;
}
.arrow
{
background-color: #E4AACC;
border-left: 1px solid #000;
}