Move nide images into one folder
|
@ -40,11 +40,11 @@
|
|||
ul.dropdown-menu
|
||||
li
|
||||
a.js-new-file(href="#")
|
||||
img(src="/img/doc.png")
|
||||
img(src="/img/nide/doc.png")
|
||||
| New File
|
||||
li
|
||||
a.js-new-folder(href="#")
|
||||
img(src="/img/folder.png")
|
||||
img(src="/img/nide/folder.png")
|
||||
| New Folder
|
||||
li
|
||||
a.js-upload-file(href="#")
|
||||
|
@ -70,8 +70,8 @@
|
|||
script(type="text/template")#folderTemplate
|
||||
.entity-list-item(class="entity-{{ type }}", entity-type="{{ type }}", id="{{ id }}")
|
||||
.toggle.js-toggle
|
||||
img(src="/img/right-arrow.png").js-closed
|
||||
img(src="/img/down-arrow.png").js-open
|
||||
img(src="/img/nide/right-arrow.png").js-closed
|
||||
img(src="/img/nide/down-arrow.png").js-open
|
||||
.clickable.js-clickable
|
||||
i(class="sprite-{{ type }}")
|
||||
span.name {{ name }}
|
||||
|
|
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 149 B |
|
@ -801,7 +801,7 @@ i[class*="sprite-"] {
|
|||
}
|
||||
|
||||
.sprite-folder {
|
||||
background-image: url(/img/folder.png);
|
||||
background-image: url(/img/nide/folder.png);
|
||||
}
|
||||
.sprite-project {
|
||||
background-image: url(/img/project.png);
|
||||
|
@ -810,7 +810,7 @@ i[class*="sprite-"] {
|
|||
background-image: url(/img/file.png);
|
||||
}
|
||||
.sprite-doc {
|
||||
background-image: url(/img/doc.png);
|
||||
background-image: url(/img/nide/doc.png);
|
||||
}
|
||||
|
||||
.hotkeys {
|
||||
|
|