Added WebDAV syncing
This commit is contained in:
parent
b9e8278689
commit
d5518a164e
13 changed files with 284 additions and 70 deletions
|
|
@ -143,3 +143,10 @@ header #new-file .btn-svg svg {
|
|||
margin-left:auto;
|
||||
margin-right:5px;
|
||||
}
|
||||
.file-type[data-type="JS"]{
|
||||
color: #ffde24
|
||||
}
|
||||
.file-type[data-type="CSS"]{
|
||||
color: #15a0dc
|
||||
}
|
||||
|
||||
|
|
|
|||
19
css/settings.css
Normal file
19
css/settings.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
main{
|
||||
color: white;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"]{
|
||||
display: block;
|
||||
width: 100%;
|
||||
background: #222;
|
||||
color: white;
|
||||
outline: none;
|
||||
border: none;
|
||||
font-size: 1.1em;
|
||||
padding: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue