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 ZILLIOX <thomas@zilliox.me>2014-05-14 20:05:03 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2014-05-15 20:56:49 +0400
commit5228f7deb5a44f95611db93106100c7aaa13fef3 (patch)
tree028b60ead4c5cf0e4f5bdef6ad991ee150e88300 /plugins/Annotations/stylesheets/annotations.less
parentfd61cbd738ecf5109cf434c193fa682e5ea5a7f2 (diff)
Use less theme variable to allow easy override
Diffstat (limited to 'plugins/Annotations/stylesheets/annotations.less')
-rwxr-xr-xplugins/Annotations/stylesheets/annotations.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Annotations/stylesheets/annotations.less b/plugins/Annotations/stylesheets/annotations.less
index e0bfd541b6..9f06273e77 100755
--- a/plugins/Annotations/stylesheets/annotations.less
+++ b/plugins/Annotations/stylesheets/annotations.less
@@ -55,7 +55,7 @@ body > .widget .evolution-annotations > span {
font-style: italic;
margin-bottom: 8px;
vertical-align: top;
- color: #666;
+ color: @theme-color-text-lighter;
}
.annotation-controls {
@@ -66,7 +66,7 @@ body > .widget .evolution-annotations > span {
.annotation-controls>a {
font-size: 11px;
font-style: italic;
- color: #666;
+ color: @theme-color-text-lighter;
cursor: pointer;
padding: 3px 0 6px 0;
display: inline-block;
@@ -88,7 +88,7 @@ body > .widget .evolution-annotations > span {
display: inline-block;
font-size: 12px;
font-style: italic;
- color: #666;
+ color: @theme-color-text-lighter;
vertical-align: top;
margin: 0 0 8px 8px;
}
@@ -97,7 +97,7 @@ body > .widget .evolution-annotations > span {
display: block;
font-style: italic;
- color: #666;
+ color: @theme-color-text-lighter;
margin: 0 0 12px 140px;
}
@@ -111,7 +111,7 @@ body > .widget .evolution-annotations > span {
.annotation-user {
font-style: italic;
font-size: 11px;
- color: #444;
+ color: @theme-color-text-light;
}
.annotation-user-cell {
@@ -172,7 +172,7 @@ body > .widget .evolution-annotations > span {
.edit-annotation {
font-size: 10px;
- color: #666;
+ color: @theme-color-text-lighter;
font-style: italic;
}
@@ -196,7 +196,7 @@ body > .widget .evolution-annotations > span {
.annotation-period-edit {
display: inline-block;
background: white;
- color: #444;
+ color: @theme-color-text-light;
font-size: 12px;
border: 1px solid #e4e5e4;
padding: 5px 5px 6px 3px;