forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~GUY/fineui:master to master * commit 'bfbcaa3200ad37039a6f0d57ed1818ab8eabbc2d': bugfixes6
guy
4 years ago
6 changed files with 18 additions and 14 deletions
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 534 B |
@ -1,9 +1,13 @@
|
||||
@background-auto-color: "background/auto_color.png"; |
||||
@background-auto-color-normal: "background/auto_color_normal.png"; |
||||
@background-auto-color-normal-disabled: "background/auto_color_normal_disable.png"; |
||||
//右下角放置小三角 |
||||
@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"; |
||||
@background-farbtastic-marker:"background/marker.png"; |
||||
|
Loading…
Reference in new issue