summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 03:51:12 -0500
committerTeddy Wing2013-11-10 03:51:12 -0500
commit9d4af82f9616aa2dc9534dc989f04d1002b5cf34 (patch)
treea9e01df73174b310120212f52fc7267dffafb34a
parent8dcf7478603204c20efb1fb54719478b311f7bda (diff)
downloadclip-play-9d4af82f9616aa2dc9534dc989f04d1002b5cf34.tar.bz2
Set default width of 0 for selected bar
-rw-r--r--assets/css/sample-editor.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/sample-editor.css b/assets/css/sample-editor.css
index f72111b..90ac195 100644
--- a/assets/css/sample-editor.css
+++ b/assets/css/sample-editor.css
@@ -33,7 +33,7 @@
}
.selected-bar {
- width: 3em;/* testing purposes */
+ width: 0;
height: 2em;
position: absolute;
top: 0;