Skip to content

Commit eac79ae

Browse files
committed
fixes
1 parent aa7c064 commit eac79ae

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

dist/angular-filemanager.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/angular-filemanager.css

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ body {
1717
line-height: 100%;
1818
}
1919

20-
.navbar-collapse.collapse {
21-
height:0px!important;
20+
.navbar .navbar-form {
21+
border-bottom: none;
22+
border-top: none;
23+
box-shadow: none;
24+
padding: 0 10px;
25+
margin-top: 10px;
2226
}
2327

2428
.breadcrumb {
@@ -29,6 +33,22 @@ body {
2933
margin-top:-5px;
3034
}
3135

36+
.btn.btn-default {
37+
color: #444;
38+
background-color: #FAFAFA;
39+
}
40+
41+
.btn {
42+
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
43+
font-weight: 500;
44+
letter-spacing: .01em;
45+
border: none!important;
46+
}
47+
48+
*, *:focus {
49+
outline: 0!important;
50+
}
51+
3252
textarea.code {
3353
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
3454
font-size:13px;

0 commit comments

Comments
 (0)