From 5e80c8b662bf6075f54afe762738e3957d9e13b2 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 24 Aug 2021 23:31:17 +0200 Subject: [PATCH] Change colors of tables --- Layout/default/Pipework/Index.php | 8 ++++---- public/assets/css/thetool.css | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Layout/default/Pipework/Index.php b/Layout/default/Pipework/Index.php index 346b4a81c..d01f18675 100644 --- a/Layout/default/Pipework/Index.php +++ b/Layout/default/Pipework/Index.php @@ -30,8 +30,8 @@ $buildings): ?>

- - +
+ workflowitems as $item) { @@ -40,7 +40,7 @@ } } ?> - + ">
street?>
code?>
@@ -65,7 +65,7 @@
- + diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 758e3ec33..fb96d0391 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -33,6 +33,14 @@ cursor: pointer; } +.table-bg-even { + background-color: #f1f5f7; +} + +.table-bg-odd { + +} + td.controls { cursor: default; text-align: left; letter-spacing: 4px; font-size: 1.1em;