aboutsummaryrefslogtreecommitdiff
path: root/ui/client-style
diff options
context:
space:
mode:
Diffstat (limited to 'ui/client-style')
-rw-r--r--ui/client-style/src/layout.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/client-style/src/layout.css b/ui/client-style/src/layout.css
index a7f0b28..6eeea1c 100644
--- a/ui/client-style/src/layout.css
+++ b/ui/client-style/src/layout.css
@@ -141,10 +141,10 @@ summary h3 {
width: max(10em, 40%);
}
-table.striped tr:nth-child(2n) {
+table tr:nth-child(2n) {
background-color: #fff2;
}
-table.striped td {
+table td {
border: none;
padding: 5px;
}