fox-send/app/templates/selectbox/selectbox.css

23 lines
330 B
CSS
Raw Normal View History

2018-03-28 06:19:07 +00:00
option {
padding: 0;
}
2018-07-31 18:09:18 +00:00
.selectBox {
appearance: none;
outline: 0;
box-shadow: none;
2018-07-31 18:09:18 +00:00
border: none;
border-radius: 0;
background-color: #e6e6e6;
font-size: 1em;
2018-03-28 06:19:07 +00:00
font-weight: 200;
margin: 0;
2018-07-31 18:09:18 +00:00
padding: 4px 2px 4px 2px;
cursor: pointer;
}
select:active {
2018-02-16 20:56:53 +00:00
background-color: var(--pageBGColor);
border: 0;
}