/* ————————————————————顶栏———————————————————— */ body:not(.body--mobile,.body--window)>#toolbar{ background-color: var(--Sv-toolbar-background); border:none; height: 38px; margin-bottom: -5px; transition: margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1); .toolbar__item:not(#barWorkspace,#closeWindow){ height: 28px; padding: 7px; border-radius: var(--Sv-dock-item-radius); &:hover{ background-color: var(--Sv-toolbar-item-hover); } } /*.toolbar__item:not(#barWorkspace,.toolbar__item--win,#closeWindow){ background-color: var(--Sv-list-background); }*/ #barWorkspace/*工作空间*/ { height:28px; border-radius: var(--Sv-dock-item-radius); padding:0 3px 0 10px; margin:5px 3px 5px 1px; align-items: center; justify-content: center; color:var(--Sv-barWorkspace-color); background-color: var(--Sv-barWorkspace-background); /*background:url("data:image/svg+xml;utf8,") no-repeat left -2px top -5px #ee6f5b;*/ &:hover{ background-color: var(--Sv-barWorkspace-background-hover); } & .toolbar__text{ font-weight:700; font-size: 14px; } & .toolbar__svg{ margin-left:2px; padding:7px; } } #closeWindow{ width: 34px; &.toolbar__item--close{ padding: 1px 0px; } svg{ width: 12px!important; height: 12px!important; padding: 8px; border-radius: 6px; } &:hover{ background-color: rgba(0, 0, 0, 0); svg{ color: var(--Sv-toolbar-closeWindow-svg); background: var(--Sv-toolbar-closeWindow-hover); } } } .toolbar__item:not(.toolbar__item--disabled):not(.toolbar__item--close):hover, .toolbar__item--active { background-color: var(--Sv-toolbar-item-hover); } }