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
parentafc07ada2ec817685887ce969cb57b280102b685 (diff)
Fixes #6138 Links in admin pages are now underlined to be visible
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less1
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index 2a056e070d..f4af53c901 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -4,6 +4,7 @@
.admin a {
color: black;
+ text-decoration: underline;
}
#content.admin {
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 {