mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Improve Squire toolbar
Cleanup some JS code
This commit is contained in:
parent
e52b9abc61
commit
0158a5fe1e
9 changed files with 163 additions and 200 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
.squire-toolbar select {
|
||||
font-size: 12px;
|
||||
padding-left: 0;
|
||||
padding: 4px 1.5em 4px 6px;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
width: 7em;
|
||||
|
|
@ -18,6 +18,9 @@
|
|||
.squire-toolbar select[data-action="fontSize"] {
|
||||
width: 5em;
|
||||
}
|
||||
.squire-toolbar button {
|
||||
font-family: snappymail, var(--fontSans)
|
||||
}
|
||||
.squire-toolbar button[data-action="bold"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue