diff options
| author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2020-08-02 20:37:54 -0700 |
|---|---|---|
| committer | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2020-08-09 20:44:26 -0700 |
| commit | 57bad502a698c3d337641ad700cefd0be344ddd6 (patch) | |
| tree | 673a224f9b83c1be85b5183d42025a7ac43d6c60 /searx/static/themes/oscar/less | |
| parent | 74270a3fc2db9637d0f997282f092ddfdd3a72c7 (diff) | |
add visually-hidden css class to pointhi style
Diffstat (limited to 'searx/static/themes/oscar/less')
| -rw-r--r-- | searx/static/themes/oscar/less/pointhi/search.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/search.less b/searx/static/themes/oscar/less/pointhi/search.less index 5ff73360a..ac0a7a0c7 100644 --- a/searx/static/themes/oscar/less/pointhi/search.less +++ b/searx/static/themes/oscar/less/pointhi/search.less @@ -31,3 +31,13 @@ background-color: #EEE; } } + +.visually-hidden { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ + clip: rect(1px, 1px, 1px, 1px); + white-space: nowrap; /* added line */ +} |