From a13c5d6a2ababb643b0a516922c76ca89c994356 Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Date: Wed, 10 Jul 2019 10:20:47 +0200
Subject: [PATCH] fix mensa table background

---
 panels/mensaPlan/style.css  | 5 +++--
 panels/mensaPlan/style.less | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/panels/mensaPlan/style.css b/panels/mensaPlan/style.css
index 4191c41..716db2e 100644
--- a/panels/mensaPlan/style.css
+++ b/panels/mensaPlan/style.css
@@ -1,6 +1,7 @@
 /* Table */
-.ui-tabs-nav {
-  background-color: #0000f0;
+.ui-widget-header {
+  background-color: #e8e8e8;
+  background: #e8e8e8;
   color: #000000;
 }
 #mensaPlanTitleBar {
diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less
index 2ea24b8..e855a04 100644
--- a/panels/mensaPlan/style.less
+++ b/panels/mensaPlan/style.less
@@ -1,7 +1,8 @@
 /* Table */
 
-.ui-tabs-nav {
-	background-color: #0000f0;
+.ui-widget-header {
+	background-color: #e8e8e8;
+	background: #e8e8e8;
 	color: #000000;
 }
 
-- 
GitLab