drop.chapril.org-firefoxsend/app/templates/selectbox/selectbox.css

23 lines
330 B
CSS
Raw Normal View History

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