Use custom dropdown icon on <select>

This commit is contained in:
djmaze 2021-02-19 14:40:13 +01:00
parent 158991ed55
commit bc64fe6d0d
3 changed files with 9 additions and 16 deletions

View file

@ -1,7 +1,6 @@
.squire-toolbar {
padding: 2px;
box-shadow: none;
border-bottom: 1px solid #b6b6b6;
background: #EEE;
overflow-x: auto;
@ -9,14 +8,10 @@
white-space: nowrap;
}
.squire-toolbar .btn-group {
display: inline-block;
}
.squire-toolbar select {
font-size: 12px;
margin: 0;
padding: 0;
padding-left: 0;
text-align: left;
vertical-align: middle;
width: 7em;
}