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>2016-11-06 16:00:03 +0300
committerAleksander Machniak <alec@alec.pl>2016-11-06 16:00:03 +0300
commitc3e7d93c439b4b36f2f254e1a1cb17ad6ec76082 (patch)
tree1783bd560390b2179b2d65240ef90f6524f8b20f /skins
parent386af483ce7368c62330ccc4c236e550794ab1e6 (diff)
Make "Add contact" image/text ignored when copying/selecting recipients in main headers (#5103)
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/common.css9
-rw-r--r--skins/larry/styles.css8
2 files changed, 17 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index 2773cb100..54b1c9cc9 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -161,6 +161,15 @@ img
display: none;
}
+.noselect
+{
+ user-select: none;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ -ms-user-select: none;
+ -webkit-user-select: none;
+}
+
/* fixes vertical alignment of checkboxes and labels */
label input,
label span
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 5f6f095eb..143c135a6 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -98,6 +98,14 @@ label input + span {
vertical-align: middle;
}
+.noselect {
+ user-select: none;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ -ms-user-select: none;
+ -webkit-user-select: none;
+}
+
/*** buttons ***/
input.button {