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