summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
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 {