static/style.css
changeset 9 3334d8ddf2f1
parent 0 91c739202f06
child 10 513eb70e54f2
--- a/static/style.css	Thu Oct 11 00:44:08 2012 +0300
+++ b/static/style.css	Thu Oct 11 01:11:33 2012 +0300
@@ -41,6 +41,31 @@
     background-color: #d0d0d0;
 }
 
+/* Filter */
+tr.filter td
+{
+    padding: 0px;
+}
+
+tr.filter td input
+{
+    width: 100%;
+    margin: 0px;
+    border: 0px;
+
+    background-color: #d0d0d0;
+}
+
+tr.filter td input:hover
+{
+    background-color: #e0e0e0;
+}
+
+tr.filter td input:focus
+{
+    background-color: #ffffff;
+}
+
 /* Rows */
 tr
 {