Slightly changed inactive records support.
[fa-stable.git] / themes / default / default.css
index 76e8dc00731cbffa72528d2e4b4fc281ca45b266..12f8cf9e8a51a2c7bd8a447e6fd8fb0c4b7d21b4 100644 (file)
@@ -46,6 +46,11 @@ select {
     max-width: 200px;
 }
 
+option.inactive {
+       text-decoration: line-through;
+       color: gray;
+}
+
 input.big {
        width: 100px;
 }