mirror of
https://github.com/searxng/searxng.git
synced 2026-01-15 11:05:28 +00:00
add visually-hidden css class to pointhi style
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user