1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

update detail btn style (#3234)

This commit is contained in:
Michael An
2019-04-10 17:53:43 +08:00
committed by Daniel Pan
parent cb68f43ac0
commit 768ee27163
2 changed files with 6 additions and 5 deletions

View File

@@ -49,6 +49,7 @@
/* end file-operation toolbar */
/* begin view-mode toolbar */
.detail-btn button,
.sf-view-mode-btn {
padding: 0;
height: 30px;
@@ -58,12 +59,12 @@
border: 1px solid #ccc;
line-height: 29px;
font-size: 18px;
border-radius: 0 !important;
border-radius: 2px;
}
.dirent-detail-btn .sf-view-mode-btn {
.detail-btn button {
font-size: 15px;
border-radius: 3px !important;
padding-top: 1px;
}
.sf-view-mode-btn.current-mode {