fix strict js/css notices (#1778815)
[squirrelmail.git] / templates / default / css / default.css
index ad5871b9f775de23b9eca98598539580b6e58a2f..c01045b23621bf5b78c8261a9ea54049cc9052e3 100644 (file)
@@ -180,6 +180,13 @@ tr.odd  {
     background: #ffffff /* __COLOR4__*/;
 }
 
+tr.clicked_even {
+    background: #ff9933 /* __COLOR16__*/;
+}
+tr.clicked_odd  {
+    background: #ff9933 /* __COLOR16__*/;
+}
+
 .table_standard {
     border:1px solid #dcdcdc /* __COLOR0__ */;
     width: 100%;