Change border color of activity-stream (#7724)
这个提交存在于:
父节点
64d7a63f18
当前提交
bb0edbd988
共有 1 个文件被更改,包括 7 次插入 和 0 次删除
|
|
@ -189,11 +189,18 @@
|
||||||
// Change the default colors used on some parts of the profile pages
|
// Change the default colors used on some parts of the profile pages
|
||||||
.activity-stream-tabs {
|
.activity-stream-tabs {
|
||||||
background: $account-background-color;
|
background: $account-background-color;
|
||||||
|
border-bottom-color: lighten($ui-base-color, 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity-stream {
|
.activity-stream {
|
||||||
.entry {
|
.entry {
|
||||||
background: $account-background-color;
|
background: $account-background-color;
|
||||||
|
|
||||||
|
.detailed-status.light,
|
||||||
|
.more.light,
|
||||||
|
.status.light {
|
||||||
|
border-bottom-color: lighten($ui-base-color, 8%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status.light {
|
.status.light {
|
||||||
|
|
|
||||||
正在加载…
添加表格
在新工单中引用