Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-07 05:50:08 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-07 05:50:23 +0400
commit9df4f668e23b962e3632a383facfa5b44bd74a1e (patch)
treeb67a3a4ba659c70832a7953bc7f1438a16410364 /plugins/Morpheus
parentafc07ada2ec817685887ce969cb57b280102b685 (diff)
Fixes #6138 Links in admin pages are now underlined to be visible
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index ea75691a78..475c72d9f7 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -23,6 +23,7 @@ button[type="button"],
font-weight: normal;
padding: 5px 15px !important;
text-align: center;
+ text-decoration: none !important;
cursor: pointer;
border: 0px !important;
&:hover {