update icons
This commit is contained in:
parent
929fdf5cde
commit
ca69e0945a
4 changed files with 6 additions and 6 deletions
|
@ -190,7 +190,7 @@
|
|||
&-arrow-double{
|
||||
margin-left: 10px;
|
||||
i:after{
|
||||
content: "\F3CF";
|
||||
content: "\F115";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -199,7 +199,7 @@
|
|||
&-arrow-double{
|
||||
margin-right: 10px;
|
||||
i:after{
|
||||
content: "\F3D1";
|
||||
content: "\F11F";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,13 +79,13 @@
|
|||
|
||||
&-item-jump-prev:hover {
|
||||
i:after {
|
||||
content: "\F3CF";
|
||||
content: "\F115";
|
||||
}
|
||||
}
|
||||
|
||||
&-item-jump-next:hover {
|
||||
i:after {
|
||||
content: "\F3D1";
|
||||
content: "\F11F";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
&-content:before {
|
||||
color: #e9e9e9;
|
||||
cursor: pointer;
|
||||
content: "\F4B3";
|
||||
content: "\F2BF";
|
||||
transition: all @transition-time @ease-in-out;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
.ivu-icon();
|
||||
//float: right;
|
||||
font-size: 24px;
|
||||
content: '\F3FF';
|
||||
content: '\F171';
|
||||
color: @selected-color;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
|
|
Loading…
Add table
Reference in a new issue