diff --git a/assets/css/form.css b/assets/css/form.css index 4c9c9e5..153971f 100644 --- a/assets/css/form.css +++ b/assets/css/form.css @@ -1,4 +1,5 @@ @CHARSET "UTF-8"; + /* Form styles */ form ul li { diff --git a/assets/css/table.css b/assets/css/table.css index 5010dc6..6227d7a 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -1,4 +1,5 @@ @CHARSET "UTF-8"; + /* Table styles */ table { @@ -44,19 +45,19 @@ table .odd { } table .even { - background: #fff; + background: #fff; } table .hover { - background: #f0f0f0 !important; + background: #f0f0f0 !important; } table tbody tr:nth-child(even) { - background: #fff; + background: #fff; } table tbody tr:nth-child(odd) { - background: #f6f6f6; + background: #f6f6f6; } td.drag_handle {