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:
Diffstat (limited to 'plugins/Morpheus/stylesheets/theme.less')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index bf3c1f9b67..b393080227 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -85,6 +85,10 @@ body {
}
}
+table.entityTable tr td a:hover {
+ text-decoration: underline !important;
+}
+
#root {
margin: 0;
padding: 0;
@@ -771,4 +775,18 @@ div.sparkline {
tr:hover #token_auth {
background: #FFFFF7;
+}
+
+table#users {
+ .deleteuser:hover > span,
+ .edituser:hover > span {
+ text-decoration:underline;
+ }
+}
+
+table#editSites {
+ .editSite:hover > span,
+ .deleteSite:hover > span {
+ text-decoration:underline;
+ }
} \ No newline at end of file