1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 03:41:12 +00:00

change weixin department style (#3897)

This commit is contained in:
Michael An
2019-07-23 17:48:15 +08:00
committed by Daniel Pan
parent 6f2c6ae16d
commit e2e90770f6
2 changed files with 22 additions and 5 deletions

View File

@@ -50,8 +50,9 @@
position: absolute;
top: 20%;
left: 0.3rem;
color: silver;
}
.tree-node-inner:hover {
.tree-node-inner-hover {
background-color: #FFEFB2;
border-radius: 0.25rem;
cursor: pointer;
@@ -61,6 +62,14 @@
border-radius: 4px;
background-color: #feac74 !important;
}
.tree-node-hight-light i {
color: #fff;
}
.tree-node-hight-light .attr-action-icon,
.tree-node-hight-light .attr-action-icon:focus,
.tree-node-hight-light .attr-action-icon:hover {
color: #fff !important;
}
.tree-node-text {
padding-left: 1.3rem;
width: calc(100% - 1.3rem);