mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
12.0 change toolbar buttons style (#6197)
* 00 fix codes * change toolbar buttons style
This commit is contained in:
@@ -102,6 +102,32 @@
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.cur-view-path .cur-view-path-btn {
|
||||
cursor: pointer;
|
||||
height: 24px;
|
||||
min-width: 24px;
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.cur-view-path .cur-view-path-btn.sf3-font,
|
||||
.cur-view-path .cur-view-path-btn .sf3-font {
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.cur-view-path .cur-view-path-btn:hover {
|
||||
background-color: #EFEFEF;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.cur-view-path .cur-view-path-btn .sf3-font-down {
|
||||
transform: scale(0.8);
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.cur-view-content {
|
||||
padding: 0rem 1rem;
|
||||
flex: 1;
|
||||
|
Reference in New Issue
Block a user