Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

_keyboard-shortcuts.scss 541B

12345678910111213141516171819202122232425
  1. #keyboard-shortcuts {
  2. display: none;
  3. position: absolute;
  4. bottom: 20px;
  5. left: $defaultToolbarSize;
  6. overflow: hidden;
  7. padding: 20px;
  8. margin-left: 10px;
  9. z-index: $zindex10;
  10. border-radius: $borderRadius;
  11. background-attachment: scroll;
  12. background-size: auto auto;
  13. color: rgba(255, 255, 255, .8);
  14. background-color: rgba(0, 0, 0, .8);
  15. }
  16. #keyboard-shortcuts .item-action {
  17. color: #209EFF;
  18. font-size: 14pt;
  19. padding-right: 5px;
  20. }
  21. #keyboard-shortcuts-list {
  22. list-style-type: none;
  23. }