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