changed hr border color to @gray instead of @gray-lighter
This commit is contained in:
@@ -604,3 +604,8 @@
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Horizontal rules
|
||||
hr {
|
||||
border-top: 1px solid @hr-border;
|
||||
}
|
||||
|
||||
@@ -102,6 +102,11 @@
|
||||
// Border radius for non flat buttons
|
||||
@btn-border-radius: 3px;
|
||||
|
||||
// HR
|
||||
// --------------------------------------------------------
|
||||
// Horizontal line color.
|
||||
@hr-border: @gray;
|
||||
|
||||
// DIRECT CHAT
|
||||
// --------------------------------------------------------
|
||||
@direct-chat-height: 250px;
|
||||
|
||||
Reference in New Issue
Block a user