From 70eef21bc83b658a29a6c46baccf3d26edfc5707 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Thu, 1 Aug 2013 04:36:54 +0200
Subject: [PATCH] Fix: Style with jmobile

---
 htdocs/theme/eldy/style.css.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index f2a7e6a4607..bd898deb487 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2739,6 +2739,9 @@ a.tab span.ui-btn-inner
 .ui-link {
 	color: rgb(<?php print $colortext; ?>) !important;
 }
+.liste_titre .ui-link {
+	color: #<?php print $colortexttitle; ?> !important;
+}
 
 a.ui-link {
 	word-wrap: break-word;
-- 
GitLab