summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 09:40:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 09:40:53 +0300
commit4142f63e109ce3516f42aba25aa8074d2a3ab13e (patch)
tree96c7d86fea9385e7237bda2f2f7a8b0b8313fa03 /css/cdm.less
parentd4f9384d66b1eb31714db6fee0ef239ab94a4de5 (diff)
replace some theme-specific variables with global variables
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less6
1 files changed, 3 insertions, 3 deletions
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 {