mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Better solution for #826
This commit is contained in:
parent
d6d9be0dab
commit
d4e1e90eef
2 changed files with 13 additions and 9 deletions
|
|
@ -5,9 +5,18 @@
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
padding: 2px;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.squire-toolbar input[type="color"] {
|
||||
bottom: 0;
|
||||
left: -100em;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.squire-toolbar select {
|
||||
font-size: 12px;
|
||||
padding: 4px 1.5em 4px 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue