From 22c397aebb8ea026e39a931b7bea2ec26ed66c20 Mon Sep 17 00:00:00 2001 From: LilleBRG Date: Fri, 11 Apr 2025 09:10:45 +0200 Subject: [PATCH] all entries on devicelist is now white background --- frontend/styles/devices.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/styles/devices.css b/frontend/styles/devices.css index ef51605..8fc04bf 100644 --- a/frontend/styles/devices.css +++ b/frontend/styles/devices.css @@ -12,9 +12,6 @@ table { padding: 8px; } - tr:nth-child(even) { - background-color: #dddddd; -} .addDeviceContainer{ margin-top: 20px;