mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Compatibility with screen reader
This commit is contained in:
parent
1010a142e2
commit
d6d9cf40f9
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,7 @@ textarea {
|
||||||
#box2 .function.twitter { background-position: -153px top; }
|
#box2 .function.twitter { background-position: -153px top; }
|
||||||
#box2 .function.enabled.twitter { background-position: -153px center; }
|
#box2 .function.enabled.twitter { background-position: -153px center; }
|
||||||
#box2 .function.enabled.twitter:hover { background-position: -153px bottom; }
|
#box2 .function.enabled.twitter:hover { background-position: -153px bottom; }
|
||||||
|
#box2 .button-picture{ border-width: 0; font-size: inherit; }
|
||||||
|
|
||||||
#messages {
|
#messages {
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
@ -167,3 +168,4 @@ textarea {
|
||||||
#messages li.error {
|
#messages li.error {
|
||||||
background:rgba(102,8,0,0.8);
|
background:rgba(102,8,0,0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue