mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 17:59:28 +01:00
Edited progressbars
This commit is contained in:
17
data/css/selectFix.css
Normal file
17
data/css/selectFix.css
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user