mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Cleanup CSS and fix SquireUI css
This commit is contained in:
parent
39e9ecd4f2
commit
8b53b189f8
7 changed files with 33 additions and 38 deletions
|
|
@ -34,6 +34,20 @@
|
|||
.squire-toolgroup select[data-action="fontSize"] {
|
||||
width: 4em;
|
||||
}
|
||||
.squire-toolgroup select[data-action="bold"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
.squire-toolgroup select[data-action="italic"] {
|
||||
font-style: italic;
|
||||
}
|
||||
/*
|
||||
.squire-toolgroup select[data-action="underline"] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.squire-toolgroup select[data-action="strikethrough"] {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
*/
|
||||
|
||||
.squire-wysiwyg {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -283,10 +283,6 @@ select {
|
|||
color: #555;
|
||||
}
|
||||
|
||||
html.no-rgba .modal {
|
||||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
.modal.loginContent .modal-body, .modal.loginAdminContent .modal-body {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue