Commit 7c73c5d8 authored by zhu-mingye's avatar zhu-mingye

Optimize tree search results highlight & & select background color

parent da00432d
...@@ -18,5 +18,7 @@ ...@@ -18,5 +18,7 @@
.site-tree-search-value { .site-tree-search-value {
//color: #00EE76; //color: #00EE76;
color: #1678ff; color: #c00b26;
background-color: rgba(3, 102, 214, 0.5);
font-size: 15px;
} }
...@@ -119,6 +119,12 @@ ...@@ -119,6 +119,12 @@
overflow: hidden; overflow: hidden;
text-overflow-ellipsis: true; text-overflow-ellipsis: true;
} }
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before, .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before {
background: rgba(21, 115, 204, 0.58);
//background: linear-gradient(112.72013189013455deg, rgba(240, 94, 7,1) 4.927083333333334%,rgba(30, 189, 177,1) 97.84374999999999%);
top: -3px;
//background: linear-gradient(151.47483992787556deg, rgba(97, 116, 180,1) 28.044290288153682%,rgba(229, 151, 64,1) 78.3110992529349%);
}
} }
} }
/* --- tabs 垂直样式 --- end */ /* --- tabs 垂直样式 --- end */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment