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 (#5287)
This commit is contained in:
parent
10b4c3a3cb
commit
bfb176191e
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user