[themes] zebra tables are also forms

This commit is contained in:
Shish
2024-01-08 21:03:04 +00:00
parent e564646dd8
commit a50b103a4a
8 changed files with 13 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ class AliasTable extends Table
new ActionColumn("oldtag"),
]);
$this->order_by = ["oldtag"];
$this->table_attrs = ["class" => "zebra"];
$this->table_attrs = ["class" => "zebra form"];
}
}