mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +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:
@@ -22,11 +22,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.extra-attributes-dialog .selected-single-select-container .fa-caret-down {
|
||||
font-size: 16px;
|
||||
color: #949494;
|
||||
}
|
||||
|
||||
.extra-attributes-dialog .selected-single-select-container .single-select-option {
|
||||
text-align: center;
|
||||
width: min-content;
|
||||
|
@@ -55,7 +55,7 @@ class SingleSelect extends Component {
|
||||
)}
|
||||
</div>
|
||||
{column.editable && (
|
||||
<i className="fas fa-caret-down"></i>
|
||||
<i className="sf3-font sf3-font-down"></i>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -71,7 +71,7 @@ class TagColor extends React.Component {
|
||||
style={{backgroundColor: tagColor}}
|
||||
onClick={this.togglePopover}
|
||||
>
|
||||
<i className="fas fa-caret-down text-white"></i>
|
||||
<i className="sf3-font sf3-font-down text-white"></i>
|
||||
</span>
|
||||
<Popover
|
||||
target={`tag-${id}-color`}
|
||||
|
Reference in New Issue
Block a user