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