mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
UI updates; unstable
This commit is contained in:
parent
53e5c420d8
commit
97a3a7cfdb
@ -60,12 +60,11 @@ body > nav {
|
||||
left: 0;
|
||||
height: 3em;
|
||||
width: 100%;
|
||||
background-color: #0097A7;
|
||||
background-color: #1E88E5;
|
||||
padding: 0 1em;
|
||||
box-sizing: border-box;
|
||||
z-index: 999;
|
||||
color: #eee;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
body > nav ul {
|
||||
@ -117,7 +116,7 @@ body > nav ul li a:hover {
|
||||
/* FOOTER */
|
||||
|
||||
body > footer {
|
||||
background-color: #ddd;
|
||||
background-color: #f5f5f5;
|
||||
text-align: center;
|
||||
padding: 1em 0;
|
||||
margin-top: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user