Skip to content

Commit 5085db0

Browse files
committed
finish ui rework
1 parent 25e29ec commit 5085db0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

components/folder-page.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let Files = class extends React.Component {
3737
onClick={this.props.onClick.bind(null, file)}
3838
>
3939
<strong>{toDisplayName(file.name)}</strong>
40-
<p className="text-muted">
40+
<p className="text-muted" style={{marginBottom:0}}>
4141
{prettyDate(file.client_modified)}
4242
</p>
4343
</a>

dist/muonrevo.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,21 @@
4545

4646
.cell-active {
4747
background-color: #f0f3f5 !important;
48-
} </style>
48+
}
49+
50+
.app-header {
51+
background: #20a8d8;
52+
border-bottom: 0;
53+
}
54+
55+
.navbar-brand {
56+
color:white;
57+
}
58+
59+
.navbar-brand:hover {
60+
color:#e4e7ea;
61+
}
62+
</style>
4963
</head>
5064
<body class="app header-fixed sidebar-fixed aside-menu-fixed sidebar-lg-show">
5165
<header class="app-header navbar">

0 commit comments

Comments
 (0)