Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Zhen committed Apr 6, 2017
1 parent cef7665 commit 5bb26fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/styles/core-ui/Bar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $bar-size= 25px
// the rotated label trick, see: https://gist.github.com/aiboy/7406727
.side-bar {
display: flex;
noSelect()

&.left, &.right {
width: $bar-size;
Expand Down
13 changes: 13 additions & 0 deletions app/styles/core-ui/History.styl
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,18 @@
padding: 5px 8px;
cursor: pointer;
}
.public_fixedDataTable_header, .public_fixedDataTable_header .public_fixedDataTableCell_main {
background: #FFF;
font-weight: normal;
}
.fixedDataTableLayout_main {
border-width: 0px;
}
.public_fixedDataTableCell_main {
border-color: #ebebeb;
}
.public_fixedDataTable_main, .public_fixedDataTable_header, .public_fixedDataTable_hasBottomBorder {
border-color: #ebebeb;
}
}
}
2 changes: 1 addition & 1 deletion app/styles/core-ui/StatusBar.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$bar-height = 30px;

.status-bar {
border-top: 1px solid transparent;
// border-top: 1px solid transparent;
display: flex;
align-items: center;
min-height: $bar-height;
Expand Down

0 comments on commit 5bb26fd

Please sign in to comment.