mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add visually-hidden css class to pointhi style
This commit is contained in:
parent
74270a3fc2
commit
57bad502a6
3 changed files with 22 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue