mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Fix html editor
This commit is contained in:
parent
17f6204d2a
commit
987fe4c2b7
15 changed files with 322 additions and 226 deletions
|
|
@ -10,6 +10,17 @@
|
|||
standard-user-select: none;
|
||||
}
|
||||
|
||||
.g-ui-user-select-allow {
|
||||
-webkit-user-select: inherit;
|
||||
-webkit-touch-callout: inherit;
|
||||
-khtml-user-select: inherit;
|
||||
-moz-user-select: inherit;
|
||||
-ms-user-select: inherit;
|
||||
-o-user-select: inherit;
|
||||
user-select: inherit;
|
||||
standard-user-select: inherit;
|
||||
}
|
||||
|
||||
.g-ui-clearfix {
|
||||
.clearfix();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue