mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
11 lines
No EOL
246 B
Text
11 lines
No EOL
246 B
Text
/* jTable metro style theme - Pink
|
|
* Created by Halil İbrahim Kalkan
|
|
* http://www.jtable.org
|
|
*/
|
|
|
|
@import "../jtable_metro_base.less";
|
|
|
|
@theme-folder:'pink';
|
|
@main-theme-color: #9f00a7;
|
|
|
|
.jtable_metro_base(@theme-folder, @main-theme-color); |