G
George Durzi
I'm trying to maintain several color schemes throughout my site, so that
different modules have a different color scheme based on a css style.
Let's take the example of trying to set styles for datagrid controls.
..datagrid { font-size: 8pt; border-color:#E7E7FF; border-style:none;
border-width:thin; background-color:White;}.datagrid.itemstyle {
color:"#4A3C8C"; background-color:"#E7E7FF"; }
different modules have a different color scheme based on a css style.
Let's take the example of trying to set styles for datagrid controls.
..datagrid { font-size: 8pt; border-color:#E7E7FF; border-style:none;
border-width:thin; background-color:White;}.datagrid.itemstyle {
color:"#4A3C8C"; background-color:"#E7E7FF"; }