From 2c912d02b7f00c8cdb60b93b722041e66a332a88 Mon Sep 17 00:00:00 2001 From: Liam Sharpe Date: Wed, 14 Jan 2015 10:45:57 +1300 Subject: Introduced variables for background --- plugins/Live/stylesheets/live.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Live') diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less index cb76a1078a..9e0f628904 100644 --- a/plugins/Live/stylesheets/live.less +++ b/plugins/Live/stylesheets/live.less @@ -18,7 +18,7 @@ } #visitsLive .country { - background: #FFF url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0; + background: @theme-color-background-base url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0; } #visitsLive .referrer { @@ -35,7 +35,7 @@ } #visitsLive .settings { - background: #FFF none repeat scroll 0 0; + background: @theme-color-background-base none repeat scroll 0 0; } #visitsLive .settings a { -- cgit v1.2.3