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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-12 06:35:03 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-15 05:59:29 +0300
commit5739a3f27c64b04aeeb5936ec8cdc0a0d353f72e (patch)
tree58b477fe1ae60130b6ba447effbe748c8d0461e3 /plugins/Morpheus
parentfc0ec61b9bebbb2cace7f452429c56a079d84660 (diff)
more consistent usage of link color and other ui elements in user/admin area
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_admin.less21
-rw-r--r--plugins/Morpheus/stylesheets/theme.less4
2 files changed, 24 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_admin.less b/plugins/Morpheus/stylesheets/general/_admin.less
index ff4ab174b6..3d6aa21f61 100644
--- a/plugins/Morpheus/stylesheets/general/_admin.less
+++ b/plugins/Morpheus/stylesheets/general/_admin.less
@@ -95,21 +95,40 @@
color: @theme-color-link;
}
+.admin .adminTable a {
+ color: @theme-color-text;
+ text-decoration: underline;
+}
+
+.admin .adminTable .ui-inline-help a {
+ color: @theme-color-link;
+ text-decoration: none;
+}
+
.addRowSite,
.addrow {
cursor: pointer;
}
+.addrow:hover {
+ text-decoration: underline;
+}
+
.addrow {
- margin-top: 10px;
+ margin-top: 16px;
}
.addRowSite {
display: inline-block;
margin: 5px 0;
+ text-decoration: none !important;
&:before {
content: url(plugins/Morpheus/images/add.png) !important;
}
+
+ &:hover {
+ text-decoration: underline !important;
+ }
}
code {
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index fa2259e413..7d1ac7d2a0 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -418,6 +418,10 @@ table.dataTable {
text-decoration: none !important;
color: @theme-color-link;
width: inherit;
+
+ &.withIcon {
+ color: @theme-color-text;
+ }
}
div.label,