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>2015-05-22 15:48:03 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-01 23:05:37 +0300
commit15ca9945a8a78aadf525faf0d0cae3ac5529b1d5 (patch)
tree270acb33150b39eb1b92245080f6533eb249fc2f /plugins/CoreAdminHome/stylesheets
parent970ae370093c56e5993d37fded772d7c21185cb5 (diff)
Apply the same link color in admin (no more black links in admin)
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index e1958d3ffe..bdcd34efbf 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -2,11 +2,6 @@
vertical-align: middle;;
}
-.admin a {
- color: black;
- text-decoration: underline;
-}
-
.admin h2 + .top_bar_sites_selector {
margin-top: -62px;
margin-right: 0px !important;