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
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-01-05 13:47:48 +0300
committerAleksander Machniak <alec@alec.pl>2020-01-05 13:48:39 +0300
commit348e55761492ea8b937e6807c61e4486c6196508 (patch)
tree5cadcd74a738d38da4387620a8c5eb0d3729eef4 /skins/elastic/styles
parent51b8137170bc66a5e68b36710b0f05386d6c6f50 (diff)
Elastic: Fix bug where it was possible to switch editor mode when 'htmleditor' was in 'dont_override' (#7143)
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/editor.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less
index d2f536b86..5e602c13f 100644
--- a/skins/elastic/styles/widgets/editor.less
+++ b/skins/elastic/styles/widgets/editor.less
@@ -27,6 +27,11 @@
.mce-panel {
border-color: @color-input-border;
}
+
+ &.focused {
+ border-color: @color-input-border-focus !important;
+ box-shadow: 0 0 0 .2rem @color-input-border-focus-shadow !important;
+ }
}
.mce-top-part::before,
@@ -904,11 +909,6 @@ html.touch .mce-grid td {
#composebody_ifr {
min-height: 30em;
}
-
- & > .mce-tinymce.focused {
- border-color: @color-input-border-focus;
- box-shadow: 0 0 0 .2rem @color-input-border-focus-shadow !important;
- }
}