1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00
Files
seahub/frontend/src/css/toolbar.css

91 lines
1.5 KiB
CSS
Raw Normal View History

2018-09-18 20:57:17 -05:00
/* begin toobar-container */
2018-09-18 20:57:17 -05:00
.cur-view-toolbar {
position: relative;
display: flex;
flex: 1;
}
.border-left-show:before {
2018-09-18 20:57:17 -05:00
position: absolute;
top: 3px;
bottom: 3px;
left: -16px;
border-left: 1px solid #ddd;
content: '';
}
/* end toolbar-container */
/* file-operation toolbar eg: edit, upload, new, share*/
.operation-item {
padding: 0 0.5rem;
2018-09-18 20:57:17 -05:00
margin-right: 0.25rem;
height: 30px;
min-width: 55px;
2018-09-19 11:23:17 +08:00
background-color: #fff;
2018-09-18 20:57:17 -05:00
line-height: 29px;
font-weight: normal;
border: 1px solid #ccc;
border-radius: 2px;
}
2018-12-22 15:18:53 +08:00
.multiple-dirents-operation .operation-item {
font-size: 1.125rem;
}
/* end file-operation toolbar */
/* begin view-mode toolbar */
.sf-view-mode-btn {
2018-09-18 20:57:17 -05:00
padding: 0;
height: 30px;
min-width: 2rem;
color: #aaa;
2018-09-19 11:23:17 +08:00
background-color: #fff;
2018-09-18 20:57:17 -05:00
border: 1px solid #ccc;
line-height: 29px;
font-size: 18px;
border-radius: 0 !important;
}
.sf-view-mode-btn.current-mode {
2018-09-18 20:57:17 -05:00
background-color: #ccc !important;
color: #fff !important;
}
/* end view-mode toolbar */
2018-09-18 20:57:17 -05:00
/* begin common-toolbar */
.common-toolbar {
display: flex;
margin-left: auto;
}
.common-toolbar > div{
2018-09-18 20:57:17 -05:00
margin-left: .5rem;
}
/* end common-toolbar */
/* begin path toolbar */
.path-toolbar {
list-style: none;
}
.path-toolbar .toolbar-item {
display: inline-block;
text-align: center;
margin-left: 0.75rem;
}
.path-toolbar .toolbar-item a {
color:#8a8a8a;
font-size:22px;
}
.path-toolbar .toolbar-item a:hover {
color:#eb8205;
text-decoration:none;
}
/* end path toolbar */