1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

12.0 change triangle icon (#6233)

* change main page

* change main panel icon to #666666

* change wiki icon

* change sort icons

* change hidden header table

* change style
This commit is contained in:
Michael An
2024-06-21 12:07:58 +08:00
committed by GitHub
parent bcc0576014
commit b7e686786a
52 changed files with 102 additions and 169 deletions

View File

@@ -348,9 +348,8 @@ img[src=""],img:not([src]) { /* for first loading img*/
color: #444;
}
.path-container .add-wiki-dropdown .sf3-font-drop-down {
.path-container .add-wiki-dropdown .sf3-font-down {
color: #999;
cursor: pointer;
font-size: 12px;
transform: scale(.8);
}

View File

@@ -104,23 +104,24 @@
.folder-toggle-icon {
position: absolute;
left: 0;
color: #c0c0c0;
color: #666666;
line-height: 1.625;
width: 1.5rem;
display: flex;
align-content: center;
justify-content: center;
font-size: 13px;
}
.tree-node-drop {
background-color:rgb(255,239,178);
background-color: rgb(255, 239, 178);
}
.tree-node-icon {
display: inline-block;
width: 1rem;
text-align: center;
color: #b0b0b0;
color: #666666;
}
.tree-node-inner .right-icon {
@@ -129,7 +130,7 @@
right: 0.5rem;
bottom: 0;
width: 1rem;
color: #888;
color: #666666;
z-index: 2;
font-size: 0.8125rem;
text-align: center;
@@ -141,6 +142,7 @@
vertical-align: middle;
font-size: 0.8125rem;
line-height: 1.625rem !important;
color: #666666;
}
.tree-node-hight-light {

View File

@@ -105,7 +105,7 @@
}
.tree-node-inner-hover {
background-color: rgb(255,239,178);
background-color: rgb(255, 239, 178);
border-radius: 0.25rem;
}
@@ -132,19 +132,20 @@
.folder-toggle-icon {
position: absolute;
left: 0;
color: #c0c0c0;
color: #666666;
line-height: 1.625;
width: 1.5rem;
display: flex;
align-content: center;
justify-content: center;
font-size: 13px;
}
.tree-node-icon {
display: inline-block;
width: 1rem;
text-align: center;
color: #b0b0b0;
color: #666666;
}
.tree-node-inner .right-icon {
@@ -165,6 +166,7 @@
vertical-align: middle;
font-size: 0.8125rem;
line-height: 1.625rem !important;
color: #666666;
}
.tree-node-hight-light {