@import "../jtable_lightcolor_base.less"; @theme-folder: 'green'; .jtable_lightcolor_base(@theme-folder); div.jtable-main-container { div.jtable-title { .vertical-gradient(#72eb65,#1e9d0d); border-color: #167509; div.jtable-title-text { .text-shadow(0 1px 0 #666); color: #fff; } } table.jtable { tbody { > tr { @highlight-color:#33b326; &.jtable-row-selected, &.jtable-row-selected:hover { background-color: @highlight-color; } &.jtable-row-created, &.jtable-row-updated, &.jtable-row-deleting { background-color: @highlight-color; } } } } div.jtable-bottom-panel { .jtable-page-list { .jtable-page-number-active { @bgcolor: #42d033; background-color: @bgcolor; border-color: @bgcolor - #222; } } span.jtable-add-record { a { color: #167509; } } } } div.jtable-busy-message { border-color: #167509; background-color: #42d033; }