Project

General

Profile

Actions

Support #2247

open

CSS

Added by Anonymous over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
Anonymous
Target version:
-
Start date:
09/23/2013
Due date:
% Done:

0%

Estimated time:

Description

Are the CSS-variables supported by WT?

content of the CSS-file without variables:

.headerbox {

position:absolute;

left: 0px; top:0px; width:1000px; height: 76px;

background-color:#0000FF; font-size:26px; color:#FF0000; font-family: arial, helvetica, sans-serif;

}

------the background is displayed OK

content of the CSS-file with variables:

@variables {

bg: #0000FF;

}

.headerbox {

position:absolute;

left: 0px; top:0px; width:1000px; height: 76px;

background-color:var(bg); font-size:26px; color:#FF0000; font-family: arial, helvetica, sans-serif;

}

------all parameter of CSS are not used!!

No data to display

Actions

Also available in: Atom PDF