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:
authorLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 00:45:57 +0300
committerLiam Sharpe <liamsmail1234@gmail.com>2015-01-14 00:45:57 +0300
commit2c912d02b7f00c8cdb60b93b722041e66a332a88 (patch)
tree9efed621e2619fbe1c01b3e111028095e6ce6d48 /plugins/CoreAdminHome/stylesheets
parente2b9956e4bd92ca9e234d10d527be9e8caf2b68f (diff)
Introduced variables for background
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index f4af53c901..4e7dbec7cb 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -20,13 +20,13 @@
table.admin {
font-size: 0.9em;
- background-color: #fff;
+ background-color: @theme-color-background-base;
border-collapse: collapse;
}
table.admin thead th {
- border-right: 1px solid #fff;
- color: #fff;
+ border-right: 1px solid @theme-color-background-base;
+ color: @theme-color-background-base;
text-align: center;
padding: 5px;
text-transform: uppercase;