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>2013-08-05 18:23:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-05 18:23:22 +0400
commit386dcaccb035cd99e71f2ff85e8b47dd67bb9e10 (patch)
tree771e5d24da7c57e0497157352c0eea4f86bf4f4e /plugins/Dashboard
parent629e54999c31c0e5d3b6eae1ad5f123bb90f6f09 (diff)
Use absolute path for images from Less files
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index cecf74adb5..93405319ed 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -87,7 +87,7 @@
.widgetContent.loading {
opacity: 0.5;
- background: url(../../../plugins/Zeitgeist/images/loading-blue.gif) no-repeat top right;
+ background: url(plugins/Zeitgeist/images/loading-blue.gif) no-repeat top right;
}
.widget h2 {
@@ -101,7 +101,7 @@
}
.widgetTop {
- background: #b5b0a7 url(../../../plugins/Zeitgeist/images/dashboard_h_bg.png) repeat-x 0 0;
+ background: #b5b0a7 url(plugins/Zeitgeist/images/dashboard_h_bg.png) repeat-x 0 0;
cursor: move;
font-size: 10pt;
font-weight: bold;
@@ -109,7 +109,7 @@
}
.widgetTopHover {
- background: #B0A798 url(../../../plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0;
+ background: #B0A798 url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0;
}
.widgetName {
@@ -160,7 +160,7 @@
}
.ui-dialog-buttonset input[type=button], .ui-dialog-buttonset button{
- background: #B5B0A7 url(../../../plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0 !important;
+ background: #B5B0A7 url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0 !important;
color: #fff !important;
border: 0 !important;
font-size: 12px !important;
@@ -226,7 +226,7 @@
}
#dashboardSettings > span {
- background: url(../../../plugins/Zeitgeist/images/sort_subtable_desc.png) right center no-repeat;
+ background: url(plugins/Zeitgeist/images/sort_subtable_desc.png) right center no-repeat;
padding-right: 20px;
display: block;
}
@@ -361,7 +361,7 @@ ul.widgetpreview-widgetlist li {
}
.widgetpreview-base li.widgetpreview-choosen {
- background: #e4e2d7 url(../../../plugins/Zeitgeist/images/arr_r.png) no-repeat right 6px;
+ background: #e4e2d7 url(plugins/Zeitgeist/images/arr_r.png) no-repeat right 6px;
color: #255792;
font-weight: bold;
}