mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-21 20:22:33 +03:00
11 lines
No EOL
247 B
Text
11 lines
No EOL
247 B
Text
/* jTable metro style theme - Blue
|
|
* Created by Halil İbrahim Kalkan
|
|
* http://www.jtable.org
|
|
*/
|
|
|
|
@import "../jtable_metro_base.less";
|
|
|
|
@theme-folder: 'blue';
|
|
@main-theme-color: #2D89EF;
|
|
|
|
.jtable_metro_base(@theme-folder, @main-theme-color); |