2018-09-18 20:57:17 -05:00
|
|
|
|
|
|
|
/* begin current-module-toobar */
|
|
|
|
.cur-view-toolbar {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2018-09-19 21:19:11 -05:00
|
|
|
.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: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-toolbar-btn {
|
|
|
|
padding: 0 0.25rem;
|
|
|
|
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;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #333;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sf-view-mode-change-btn {
|
|
|
|
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-change-btn.current-mode {
|
|
|
|
background-color: #ccc !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* end current-module-toobar */
|
|
|
|
|
|
|
|
/* begin common-toolbar */
|
|
|
|
.common-toolbar {
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2018-09-25 09:13:06 +08:00
|
|
|
.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 */
|