Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-12 11:25:24 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:23 +0300
commit81bccd00adbfc744d613806387b5e8c1580b9dc1 (patch)
tree964c2341e509588de3ffc85c917c1dc8c558077b /skins
parent22d629a0e9963f94c619b87080dd1f6c05174f10 (diff)
Larry: Fix html editor toolbar background in Identities
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css1
-rw-r--r--skins/larry/styles.css9
2 files changed, 9 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 3673c868d..a98b0080b 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1347,7 +1347,6 @@ body.status-flagged .flag-icon {
#composebodycontainer .mce-panel {
border-color: #ddd !important;
- background: #f0f0f0;
}
#composebody_toolbargroup {
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index aa7906d27..abff591e0 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -3103,6 +3103,15 @@ button.mce-close,
z-index: 65537 !important;
}
+.mce-tinymce.mce-container {
+ box-shadow: none;
+}
+
+.mce-toolbar.mce-container {
+ background: #f0f0f0;
+}
+
+
/** PGP Key import dialog **/
.pgpkeyimport div.key {
position: relative;