mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-18 10:49:26 +00:00
17 lines
282 B
CSS
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;
|
|
} |