11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
|
|
/* jTable metro style theme - Light gray
|
||
|
|
* Created by Halil İbrahim Kalkan
|
||
|
|
* http://www.jtable.org
|
||
|
|
*/
|
||
|
|
|
||
|
|
@import "../jtable_metro_base.less";
|
||
|
|
|
||
|
|
@theme-folder:'lightgray';
|
||
|
|
@main-theme-color: #707070;
|
||
|
|
|
||
|
|
.jtable_metro_base(@theme-folder, @main-theme-color);
|