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>2019-09-06 21:44:38 +0300
committerAleksander Machniak <alec@alec.pl>2019-09-06 21:44:38 +0300
commit5373f1839d2859591c1a695f4818f0b524707969 (patch)
tree1f72be695fa565056525955c9d2abac28c2cf50c /skins/elastic/styles
parentbdd1b94d7853fa64dd29df3054a66894219ff0c9 (diff)
Fix googiespell popup in all skins
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/editor.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less
index 246f22870..acc1c9832 100644
--- a/skins/elastic/styles/widgets/editor.less
+++ b/skins/elastic/styles/widgets/editor.less
@@ -895,6 +895,7 @@ html.touch .mce-grid td {
.googie_window {
width: 16rem;
+ height: auto;
}
.googie_edit_layer {
@@ -925,7 +926,7 @@ html.touch .mce-grid td {
.googie_list_revert:before {
&:extend(.font-icon-class);
- content: @fa-var-plus-square;
+ content: @fa-var-undo;
}
.googie_add_to_dict:before {
@@ -936,7 +937,6 @@ html.touch .mce-grid td {
input {
display: inline-block;
- margin: .5rem .5rem .5rem 0 !important;
- padding: .5rem .75rem !important;
+ margin: .25rem .5rem;
}
}