summaryrefslogtreecommitdiffstats
path: root/examples/examples.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.css')
-rw-r--r--examples/examples.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/examples.css b/examples/examples.css
index 8163aae..50416e4 100644
--- a/examples/examples.css
+++ b/examples/examples.css
@@ -68,6 +68,13 @@ li {
text-align: left;
}
+.percent-complete-bar {
+ display: inline-block;
+ height: 6px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+}
+
/* TextCellEditor, DateCellEditor */