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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user