Add favicons
This commit is contained in:
parent
e192ff058b
commit
3014762ae3
2 changed files with 25 additions and 5 deletions
|
|
@ -143,15 +143,23 @@ header #new-file .btn-svg svg {
|
|||
margin-left:auto;
|
||||
margin-right:5px;
|
||||
}
|
||||
.file-type[data-type="JS"]{
|
||||
.file[data-type="JS"] .file-name{
|
||||
color: #ffde24
|
||||
}
|
||||
.file-type[data-type="CSS"]{
|
||||
.file[data-type="CSS"] .file-name{
|
||||
color: #15a0dc
|
||||
}
|
||||
.file.filtered{
|
||||
display: none;
|
||||
}
|
||||
.file .file-link-favicons{
|
||||
display: flex;
|
||||
}
|
||||
.file .file-link-favicon{
|
||||
max-width: 1em;
|
||||
max-height: 1em;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#search-bar-container{
|
||||
margin: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue