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