1. 28 Jun, 2018 2 commits
  2. 13 Jun, 2018 4 commits
  3. 12 Jun, 2018 3 commits
  4. 11 Jun, 2018 24 commits
  5. 10 Jun, 2018 1 commit
    • Edward Grech's avatar
      Fixed issue #1292; terminal scrollbar may now be scrolled · df368c23
      Edward Grech authored
      * Removed div.terminal_bg whose purpose was to hold the background SVG, as this div was occluding the scrollbar, and instead set SVG as the background-image of div.terminal_container using CSS.
      * As CSS does not have a background-opacity directive, manually decoded, edited and re-encoded the SVGs (light, dark) so that all <g>s are wrapped in a top-level <g opacity="0.1">
      * Improved the rules of how the background image resizes
      df368c23
  6. 07 Jun, 2018 6 commits