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:
authorflora edwards <floraedwards.student@wegc.school.nz>2015-01-15 06:08:18 +0300
committerflora edwards <floraedwards.student@wegc.school.nz>2015-01-15 06:08:18 +0300
commit4eb68958fd520ff51dd09d0c11bcf17dd809671c (patch)
treeff10847a6fc0c55ba4b0410c6a43d5d8e1e20ade /plugins/Dashboard/stylesheets
parent38aa80d9cb356921075ab0e03438be2bf2fcb48e (diff)
parent9043f427470dbfb61aed29d1e0c80e2e70d3e51f (diff)
merged conflic resolved
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 8501bfac94..6b5e8bf737 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -72,7 +72,7 @@
}
.widget {
- background: #fff;
+ background: @theme-color-background-base;
border: 1px solid #bbb6ad;
margin: 10px 7px;
border-radius: 4px;
@@ -105,12 +105,6 @@
background: url(plugins/Morpheus/images/loading-blue.gif) no-repeat top right;
}
-.widget h2 {
- font-size: 1.2em;
- margin-left: 10px;
- font-weight: bold;
-}
-
.widget p {
margin-left: 10px;
}
@@ -148,7 +142,7 @@
.ui-confirm {
display: none;
width: 630px;
- background: #fff;
+ background: @theme-color-background-base;
color: @theme-color-text-light;
cursor: default;
font-size: 12px !important;