mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 18:20:48 +00:00
12.0 change page icon style (#6285)
This commit is contained in:
parent
4887772bf9
commit
da2717386e
@ -144,6 +144,13 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.view-structure .wiki-add-page-btn:hover,
|
||||||
|
.view-structure .more-view-folder-operation:hover,
|
||||||
|
.view-structure .more-view-operation:hover {
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #DFDFDD;
|
||||||
|
}
|
||||||
|
|
||||||
.view-structure .view-folder-wrapper .more-view-folder-operation .seafile-multicolor-icon-more-level,
|
.view-structure .view-folder-wrapper .more-view-folder-operation .seafile-multicolor-icon-more-level,
|
||||||
.view-structure .view-item .sf3-font.sf3-font-enlarge,
|
.view-structure .view-item .sf3-font.sf3-font-enlarge,
|
||||||
.view-structure .view-item .more-view-operation .seafile-multicolor-icon-more-level {
|
.view-structure .view-item .more-view-operation .seafile-multicolor-icon-more-level {
|
||||||
@ -355,14 +362,10 @@
|
|||||||
|
|
||||||
/* light mode */
|
/* light mode */
|
||||||
.view-structure-light.view-structure,
|
.view-structure-light.view-structure,
|
||||||
.view-structure-light.view-structure .view-item .sf3-font.sf3-font-enlarge:hover,
|
|
||||||
.view-structure-light.view-structure .view-item .seafile-multicolor-icon-more-level:hover,
|
|
||||||
.view-structure-light.view-structure .view-folder .seafile-multicolor-icon-more-level:hover,
|
|
||||||
.view-structure-light.view-structure .icon-expand-folder:hover {
|
.view-structure-light.view-structure .icon-expand-folder:hover {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.view-structure-light.view-structure .view-item .sf3-font.sf3-font-enlarge,
|
.view-structure-light.view-structure .view-item .sf3-font.sf3-font-enlarge,
|
||||||
.view-structure-light.view-structure .view-item .seafile-multicolor-icon-more-level,
|
.view-structure-light.view-structure .view-item .seafile-multicolor-icon-more-level,
|
||||||
.view-structure-light.view-structure .view-folder .seafile-multicolor-icon-more-level,
|
.view-structure-light.view-structure .view-folder .seafile-multicolor-icon-more-level,
|
||||||
|
@ -273,7 +273,7 @@ class ViewItem extends Component {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div className="ml-2" onClick={this.toggleInsertPage}>
|
<div className="wiki-add-page-btn ml-1 px-1" onClick={this.toggleInsertPage}>
|
||||||
<span className='sf3-font sf3-font-enlarge'></span>
|
<span className='sf3-font sf3-font-enlarge'></span>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user