From 4142f63e109ce3516f42aba25aa8074d2a3ab13e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 09:40:53 +0300 Subject: replace some theme-specific variables with global variables --- css/cdm.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/cdm.less') diff --git a/css/cdm.less b/css/cdm.less index c61906e68..4c90536f3 100644 --- a/css/cdm.less +++ b/css/cdm.less @@ -100,7 +100,7 @@ } .footer { - border: 0px solid #ddd; + border: 0px solid @border-default; border-bottom-width: 1px; } @@ -214,7 +214,7 @@ div#floatingTitle { top : 0px; right : 0px; left : 0px; - border: 0px solid #ddd; + border: 0px solid @border-default; border-bottom-width: 1px; background : white; color : @default-text; @@ -333,7 +333,7 @@ div#floatingTitle.Unread a.title { .cdm.expandable { background-color : @color-panel-bg; - border: 0px solid #ddd; + border: 0px solid @border-default; border-bottom-width: 1px; > hr { -- cgit v1.2.3