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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user