WebSockets: remove Firefox button focus border in transport surface
This commit is contained in:
parent
4f2fdb10a3
commit
66b8a741ae
@ -14,6 +14,10 @@ button {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user