tidy up dir structure & make hover colour user-selectable
[newtab.git] / options.html
index 582a242f011ddb3222220aa7d71404c81baa1bf9..fcd6b5d7a1336df8a292dcfdfc08838b2076383f 100644 (file)
@@ -6,28 +6,19 @@
     <script src="options.js"></script>
     <link rel="stylesheet" href="options.css">
   </head>
-    
+
 
   <body>
     <table>
-      <tr>
-        <td>Column 1</td>
-        <td><input type="text" id="l1"></td>
-      </tr>
-      <tr>
-        <td>Column 2</td>
-        <td><input type="text" id="l2"></td>
-      </tr>
-      <tr>
-        <td>Column 3</td>
-        <td><input type="text" id="l3"></td>
-      </tr>
       <tr>
         <td>Background</td><td><input type="text" id="bg"></td>
       </tr>
       <tr>
         <td>Foreground</td><td><input type="text" id="fg"></td>
       </tr>
+      <tr>
+        <td>Hover</td><td><input type="text" id="hr"></td>
+      </tr>
     </table>
 
     <button id="save">Save</button>