mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Some tiny changes
This commit is contained in:
parent
219589b8ea
commit
c76823dc5f
8 changed files with 53 additions and 60 deletions
|
|
@ -2,6 +2,10 @@
|
|||
display: none;
|
||||
}*/
|
||||
|
||||
.cke, .cke_inner {
|
||||
min-height: 99%;
|
||||
}
|
||||
|
||||
.cke_chrome {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
|
@ -105,12 +109,9 @@ a.cke_button.cke_button_disabled:hover:last-child::after {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
.cke_inner,
|
||||
.cke_wysiwyg_div {
|
||||
padding: 10px;
|
||||
font-family: var(--fontSans);
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
color: #333;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.cke_wysiwyg_div ul {
|
||||
|
|
@ -173,19 +174,8 @@ a.cke_button.cke_button_disabled:hover:last-child::after {
|
|||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.cke_wysiwyg_div a {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.cke_wysiwyg_div a:visited {
|
||||
color: #609;
|
||||
}
|
||||
.cke_wysiwyg_div a:active {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.cke_dialog a:hover {
|
||||
text-decoration: none;
|
||||
.cke_dialog {
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.cke_dialog_ui_labeled_content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue