mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-10 07:58:50 +01:00
Adjustments for hidden select inside toolbar button
This commit is contained in:
parent
91f6efe736
commit
911ee288df
1 changed files with 2 additions and 1 deletions
|
@ -204,11 +204,12 @@
|
||||||
left: -100vw !important;
|
left: -100vw !important;
|
||||||
}
|
}
|
||||||
#compose-container .toolbar-button select {
|
#compose-container .toolbar-button select {
|
||||||
background-color: inherit;
|
background-color: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0 0 0 8px;
|
padding: 0 0 0 8px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
#compose-container .toolbar-button:not(.show-field) select {
|
#compose-container .toolbar-button:not(.show-field) select {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Reference in a new issue