From ace8fd80b9a03b8a8261acb9598eed2d80176fd3 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Thu, 22 Jun 2017 14:54:16 +0200
Subject: [PATCH] show underline in content link

---
 web/src/main/webapp/resources/css/global.css | 2 ++
 web/src/main/webapp/resources/css/style.css  | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/web/src/main/webapp/resources/css/global.css b/web/src/main/webapp/resources/css/global.css
index 00d7cc706f..98e7f575a3 100644
--- a/web/src/main/webapp/resources/css/global.css
+++ b/web/src/main/webapp/resources/css/global.css
@@ -1,3 +1,5 @@
+.ui-widget-content a{text-decoration: underline;}
+
 table.mapInfoBoxResultsTable {
 	border-collapse: collapse;
 }
diff --git a/web/src/main/webapp/resources/css/style.css b/web/src/main/webapp/resources/css/style.css
index d5e030aac0..1b28a70432 100644
--- a/web/src/main/webapp/resources/css/style.css
+++ b/web/src/main/webapp/resources/css/style.css
@@ -81,7 +81,6 @@ html,body {
 .ui-widget .ui-widget{font-size:1em;}
 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-family:Verdana, Arial, sans-serif;font-size:1em;}
 .ui-widget-content{border:1px solid #cccccc;background:#F2F1F1 repeat-x scroll 0 0;color:#222222;}
-.ui-widget-content a{color:#222222;}
 .ui-widget-header{border:none; background:#A3A3A3;color:#ffffff; font-weight:500; margin:0; padding:0;}
 .ui-widget-header a{color:#F9F7F7;}
 /* Interaction states----------------------------------*/
-- 
GitLab