2016-06-10 19:42:17 +00:00
|
|
|
#keyboard-shortcuts {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 20px;
|
2016-09-11 22:06:08 +00:00
|
|
|
left: $defaultToolbarSize;
|
2016-06-10 19:42:17 +00:00
|
|
|
overflow: hidden;
|
2016-06-14 19:10:24 +00:00
|
|
|
padding: 20px;
|
2016-09-11 22:06:08 +00:00
|
|
|
margin-left: 10px;
|
2016-08-25 09:12:29 +00:00
|
|
|
z-index: 10;
|
2016-09-11 22:06:08 +00:00
|
|
|
border-radius: $borderRadius;
|
2016-06-10 19:42:17 +00:00
|
|
|
background-attachment: scroll;
|
|
|
|
background-size: auto auto;
|
2016-06-14 19:10:24 +00:00
|
|
|
color: rgba(255, 255, 255, .8);
|
|
|
|
background-color: rgba(0, 0, 0, .8);
|
2016-06-10 19:42:17 +00:00
|
|
|
}
|
|
|
|
|
2016-06-14 19:10:24 +00:00
|
|
|
#keyboard-shortcuts .item-action {
|
|
|
|
color: #209EFF;
|
|
|
|
font-size: 14pt;
|
2016-08-29 03:59:09 +00:00
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#keyboard-shortcuts-list {
|
|
|
|
list-style-type: none;
|
2016-06-14 19:10:24 +00:00
|
|
|
}
|