1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

File view new icons (#6448)

* ['file view'] use new icons(svg icons)

* ['file view'] use new icons for 'markdown file view' page

* ['file view'] for 'markdown & other text files': highlight the 'Save' button when it can be saved
This commit is contained in:
llj
2024-08-01 11:31:43 +08:00
committed by GitHub
parent 848eca804b
commit 8aac3a27c8
17 changed files with 219 additions and 42 deletions

View File

@@ -13,6 +13,14 @@ body {
flex-shrink: 0;
}
.file-view-header .btn {
color: #666;
}
.file-view-header .btn#save-file {
color: #eb8205;
}
.file-view-header .file-toolbar-more-operations {
height: 38px;
padding: 0;