blob: 679dcd53e577e30ebc52fa92d497c2d7112c7e12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.typeselection{
position:fixed;
left:0;
top:-300px;
pointer-events:none;
}
.typeselection td{
padding-top: 5px;
padding-left: 200px;
}
#keys{
opacity: 0.5;
}
|