From 9476854b2809c8fa79283b5af3a33b20723d14bb Mon Sep 17 00:00:00 2001 From: pichalite Date: Thu, 16 Jun 2016 21:35:53 +0000 Subject: [PATCH] add skin class to body tag --- less/header.less | 12 +++++++++++- templates/header.tpl | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/less/header.less b/less/header.less index 9c32b01..107d53e 100644 --- a/less/header.less +++ b/less/header.less @@ -22,7 +22,6 @@ } a { - color: inherit; white-space: normal; overflow: hidden; margin: 0; @@ -358,3 +357,14 @@ } } } + +body.skin-default .header { + .notification-list { + + li { + a { + color: inherit; + } + } + } +} \ No newline at end of file diff --git a/templates/header.tpl b/templates/header.tpl index 1ccaf9d..c36b3cd 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -37,7 +37,7 @@ - +