mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
LESS theme update for LESS 1.4+
This commit is contained in:
parent
2e51abd6c8
commit
818b82dcae
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*** theme ***/
|
/*** theme ***/
|
||||||
@theme : 'tablesorter-custom';
|
@theme : tablesorter-custom;
|
||||||
|
|
||||||
/*** fonts ***/
|
/*** fonts ***/
|
||||||
@tableHeaderFont : 11px 'trebuchet ms', verdana, arial;
|
@tableHeaderFont : 11px 'trebuchet ms', verdana, arial;
|
||||||
@ -138,7 +138,7 @@
|
|||||||
/* variable theme name - requires less.js 1.3+;
|
/* variable theme name - requires less.js 1.3+;
|
||||||
or just replace (!".@{theme}") with the contents of @theme
|
or just replace (!".@{theme}") with the contents of @theme
|
||||||
*/
|
*/
|
||||||
(~".@{theme}") {
|
.@{theme} {
|
||||||
font: @tableBodyFont;
|
font: @tableBodyFont;
|
||||||
background-color: @borderAndBackground;
|
background-color: @borderAndBackground;
|
||||||
margin: 10px 0 15px;
|
margin: 10px 0 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user