mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 14:02:17 +08:00
99 lines
1.4 KiB
Text
99 lines
1.4 KiB
Text
/*.cke_button__sourcedialog_label {
|
|
display: none !important;
|
|
}*/
|
|
|
|
.cke_plain {
|
|
|
|
background-color: #fff;
|
|
outline: none;
|
|
overflow: auto;
|
|
z-index: 1;
|
|
margin: 0;
|
|
border: 0;
|
|
|
|
padding: 10px;
|
|
padding-right: 0;
|
|
/*font-family: arial, sans-serif;*/
|
|
white-space: pre-wrap;
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
color: #333;
|
|
resize: none;
|
|
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.cke_plain:focus, .cke_source:focus {
|
|
border: 0;
|
|
}
|
|
|
|
.b-compose .cke_chrome {
|
|
border-right: 0;
|
|
border-left: 0;
|
|
border-bottom: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.cke_wysiwyg_div {
|
|
|
|
padding: 10px !important;
|
|
font-family: arial, sans-serif;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
color: #333;
|
|
|
|
ul {
|
|
padding-left: 40px;
|
|
li {
|
|
list-style-type: disc !important;
|
|
}
|
|
}
|
|
|
|
ol {
|
|
padding-left: 40px;
|
|
li {
|
|
list-style-type: decimal !important;
|
|
}
|
|
}
|
|
|
|
pre {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background: #fff;
|
|
border: none;
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
|
}
|
|
|
|
blockquote {
|
|
border: 0;
|
|
border-left: solid 2px #444;
|
|
margin: 5px 0 5px 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
blockquote * {
|
|
font-family: arial,sans-serif;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
color: #333;
|
|
}
|
|
|
|
img {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
a {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
|
|
&:visited {
|
|
color: #609;
|
|
}
|
|
&:active {
|
|
color: red;
|
|
}
|
|
}
|
|
}
|