Skip to content

Commit

Permalink
Added border around spectrogram.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil committed Dec 11, 2013
1 parent f3c5e97 commit d4e96db
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/app/annotationViewer/_annotation_viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@

// color-swatch
$spectrogramProgressLine: #FF0000;
$spectrogramBorder: #666666;
$tagAlignmentLine: #ffa73c;

$marqueeBorderColorSelected: #FFFF00;
$marqueeBorderColorSelectedGlow: #f7ffef;
$marqueeBorderColorHover: #00ffe9;
$marqueeBorderColorInactive: #00FF00;

baw-annotation-viewer {

baw-annotation-viewer {

width: 100%;
text-align: center;



& .annotation-viewer-ctrl {
background: url(/assets/img/load.gif) center center no-repeat;

}


& #scroller {
display: inline-block;
Expand Down Expand Up @@ -54,11 +51,8 @@ baw-annotation-viewer {
@include vendor-prefix(transform-origin, 0 0);
@include vendor-prefix(transform, rotate3d(0,0,1,-20deg));



}
}

}

& .active {
Expand Down Expand Up @@ -89,6 +83,8 @@ baw-annotation-viewer {
the enforcedImageHeight value model.
*/
height: 256px;
border: 1px solid $spectrogramBorder;

}

// overlay
Expand Down

0 comments on commit d4e96db

Please sign in to comment.