1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

[UI] modified details for nav items, icons in search input, dropdown items, folder tree items (#5287)

This commit is contained in:
llj
2022-10-19 19:04:57 +08:00
committed by GitHub
parent 10b4c3a3cb
commit bfb176191e
4 changed files with 11 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
}
.tree-node-inner-hover {
background-color: rgb(255,239,178);
background-color: #f5f5f5;
border-radius: 0.25rem;
}
@@ -134,7 +134,7 @@
.tree-node-hight-light {
color: #fff;
border-radius: 4px;
background-color: #feac74 !important;
background-color: #ff9800 !important;
}
.tree-node-hight-light i {
@@ -259,4 +259,4 @@
background-color: #FEFBDC;
justify-content: center;
align-items: center;
}
}

View File

@@ -23,6 +23,12 @@
pointer-events: all;
font-style: normal;
min-width: 25px;
color: #999;
}
.search-icon-right:hover {
color: #333;
text-decoration: none;
}
.search-icon-arrow {