mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
python-raw: add sr-only
This commit is contained in:
10
web/documentserver-example/python/static/sr-only/sr-only.css
Normal file
10
web/documentserver-example/python/static/sr-only/sr-only.css
Normal file
@ -0,0 +1,10 @@
|
||||
.sr-only {
|
||||
border: 0;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user