Skip to content

Commit

Permalink
# 顶部路径文字加粗,背景颜色加深
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo committed Aug 20, 2018
1 parent f13ea96 commit c1fc73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions resources/themes/bootstrap/css/bootstrap.min.css
Expand Up @@ -3711,12 +3711,7 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i
margin-right:0
}
}.navbar-default {
background-color: #4a4a4a;
/*border-color: #ffffff;
border-bottom: 6px solid #159e83 !important;
-webkit-box-shadow: 0 -5px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 -4px 0 rgba(0,0,0,.1);
box-shadow: 0 6px 0 rgba(0,0,0,.1);*/
background-color: #444;
}
.navbar-default .navbar-brand {
color:#777
Expand Down
1 change: 1 addition & 0 deletions resources/themes/bootstrap/css/style.css
Expand Up @@ -43,6 +43,7 @@ footer.container {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 600;
}


Expand Down

0 comments on commit c1fc73e

Please sign in to comment.