Fix select field "unstyled" inside toolbar button

This commit is contained in:
Lim Chee Aun 2023-04-18 00:40:21 +08:00
parent 2479955e79
commit 470fb4dfc0

View file

@ -190,6 +190,8 @@
background-color: inherit; background-color: inherit;
border: 0; border: 0;
padding: 0 0 0 8px; padding: 0 0 0 8px;
margin: 0;
appearance: none;
} }
#compose-container .toolbar-button:not(.show-field) select { #compose-container .toolbar-button:not(.show-field) select {
right: 0; right: 0;