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.
13 lines
590 B
13 lines
590 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-auto-color-normal-disabled: "icon/auto_disable.png"; |
|
@background-trans-color: "background/trans_normal.png"; |
|
@background-trans-color-disabled: "background/trans_disable.png"; |
|
|
|
@background-farbtastic-wheel:"background/wheel.png"; |
|
@background-farbtastic-overlay:"background/mask.png"; |
|
@background-farbtastic-marker:"background/marker.png";
|
|
|