summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Englund <marc@vaadin.com>2013-04-12 16:16:48 +0300
committerMarc Englund <marc@vaadin.com>2013-04-12 16:17:01 +0300
commita4911981752e599918ba1f23ace5883aa5e7f4c2 (patch)
treec332fa76aa7fac7c4584fd2658359d5a851d07fc
parent0f7af13adf1b5451842fc35a00d873ddb1a2e577 (diff)
downloadvaadin-framework-a4911981752e599918ba1f23ace5883aa5e7f4c2.tar.gz
vaadin-framework-a4911981752e599918ba1f23ace5883aa5e7f4c2.zip
Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to inputs and textareas
Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss
index e7fdd3fe84..d6dfed11df 100644
--- a/WebContent/VAADIN/themes/base/common/common.scss
+++ b/WebContent/VAADIN/themes/base/common/common.scss
@@ -204,6 +204,12 @@ body &.v-app-loading {
padding: 2px;
}
+/* Fix for IE9 caret bug #11152 */
+input,
+textarea {
+ position: relative;
+}
+
.v-drag-element {
z-index: 60000;
/* override any other position: properties */
/option> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/img/app.svg
blob: 869373adde622279480f66863ad7bec66a1b3d8d (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><path d="M12.228 1a2.457 2.457 0 0 0-2.46 2.454c0 .075.01.15.016.224L5.05 6.092a2.445 2.445 0 0 0-1.596-.586A2.453 2.453 0 0 0 1 7.96a2.453 2.453 0 0 0 2.454 2.455 2.45 2.45 0 0 0 1.46-.477l4.865 2.474c-.004.044-.01.09-.01.134a2.457 2.457 0 1 0 .804-1.818l-4.696-2.4c.02-.123.035-.25.035-.378 0-.072-.01-.144-.015-.214l4.74-2.414A2.457 2.457 0 1 0 12.228.99z" fill="#fff"/></svg>