summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 9c0c367a..73e4effa 100644
--- a/style/default.css
+++ b/style/default.css
@@ -216,4 +216,19 @@ body {
input[readonly] {
background-color: white !important;
cursor: text !important;
-} \ No newline at end of file
+}
+
+.timebar {
+ position: relative;
+ background: #afc;
+ border: 1px solid #0a2;
+ border-radius: 3px;
+ overflow: hidden;
+}
+
+.timebar div {
+ position: absolute;
+ top: 0px;
+ overflow: hidden;
+}
+