forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
506 B
10 lines
506 B
//右下角放置小三角 |
|
@background-auto-color: "background/auto_color_normal.png"; |
|
@background-auto-color-disabled: "background/auto_color_disable.png"; |
|
|
|
//右下角没有小三角 |
|
@background-auto-color-normal: "icon/auto_normal.png"; |
|
@background-trans-color: "background/trans_normal.png"; |
|
@background-trans-color-disabled: "background/trans_disable.png"; |
|
@background-auto-color-square-normal: "icon/auto_square_normal.png"; |
|
@background-auto-color-no-square-normal: "icon/auto_no_square_normal.png";
|
|
|