changeset 2002:e7ed2105f3bd

clearer time axis numbers Ignore-this: c78aba201553578a3fb1aa21a423519
author drewp@bigasterisk.com
date Sun, 09 Jun 2019 22:18:22 +0000
parents 585848d3587c
children 84a9527508c6
files light9/web/timeline/timeline-elements.html
diffstat 1 files changed, 17 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/timeline/timeline-elements.html	Sun Jun 09 22:02:36 2019 +0000
+++ b/light9/web/timeline/timeline-elements.html	Sun Jun 09 22:18:22 2019 +0000
@@ -179,16 +179,25 @@
      :host {
          display: block;
      }
-      div {
-          width: 100%;
-          height: 31px;
-      }
-      svg {
-          width: 100%;
-          height: 30px;
-      }
+     div {
+         width: 100%;
+         height: 31px;
+     }
+     svg {
+         width: 100%;
+         height: 30px;
+     }
     </style>
     <svg id="timeAxis" xmlns="http://www.w3.org/2000/svg">
+      <style>
+       text  {
+           fill: white;
+           color: white;
+           font-size: 135%;
+           font-weight: bold;
+       }
+       
+      </style>
       <g id="axis" transform="translate(0,30)"></g>    
     </svg>
   </template>