annot-server/static/css/pianoroll.css
author rougeronj
Tue, 20 Jan 2015 18:37:51 +0100
changeset 100 0d7dac03c1a0
parent 84 d7c5bffdd2d8
permissions -rw-r--r--
Merge with 72d767c5142df7fc6387215096321295fbaaa73d Update doubleroll and annotsroll to support stageView

/* ==========================================================================
   App Stylesheet
   app.less
   ========================================================================== */
/* Mixins (User defined mixins)
   ======================================================================== */
/* Components
   ======================================================================== */
/* ==========================================================================
   Base Stylesheet
   base.less
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
#log {
  height: 20em;
  overflow-y: scroll;
  background-color: #faa;
}