1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-13 10:25:46 +00:00

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

This commit is contained in:
llj 2022-10-19 19:04:57 +08:00 committed by GitHub
parent 10b4c3a3cb
commit bfb176191e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {

File diff suppressed because one or more lines are too long

View File

@ -542,7 +542,7 @@ a, a:hover { color: #ec8000; }
}
.nav-pills .nav-item .nav-link:hover {
background-color: #ffecd1;
background-color: #f5f5f5;
}
.nav-pills .nav-item .nav-link.active {