diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 6 |
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 e801ec2821..27c6dc949c 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -238,4 +238,10 @@ input::-ms-clear { height: 0; } +.v-assistive-device-only { + position: absolute; + left: -2000px; + width: 10px; + overflow: hidden; +} }
\ No newline at end of file |