- Posts: 14
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
{background-color: rgb(255,0,0); opacity:0.2;}
opacity is applied to all content inside block. If you want only at background : use rgba on all background.workloopteam wrote: Hi Team,
.group-container { background-color: rgb(255,0,0);opacity:0.2;}
.imageselect-container { background-color: rgb(255,0,0);opacity:0.2;}
.answer-container { background-color: rgb(255,0,0);opacity:0.2;}
.question-title-container {background-color: rgba(255,0,0,0.2); font-weight: bold; color: #0743a9; }
.question-valid-container { background-color: rgb(255,0,0);opacity:0.2;}
Ah yes, you're right … i think it's an issue in the template system.workloopteam wrote: …
Answer was to use the global advanced theme options and then made the following updates:
"questionbackgroundcolor":"transparent","questionborder":"off","questioncontainershadow":"off"
Isn't the order set in the config.xml file?DenisChenu wrote: Css order are really important, and here i think we have
1. template.css
2. custome.css : your system
3. css inline by options : this was read at end, then replace YOUR css.
I try and make a bug report about this
I think we must have such system :
1. template.css
2. index.php/template/optiongenerate/survey/sid : a css file generated by PHP (and put in a asset/cache file if we can)
3. custom.css
I don't think there are an order for template option : css added inlined …tpartner wrote: Isn't the order set in the config.xml file?
A bug ? No ?tpartner wrote: Then maybe that would be the feature request.
DenisChenu wrote:
A bug ? No ?tpartner wrote: Then maybe that would be the feature request.
In my opinion : option must generate a option.css file, updated when option of survey or global are updated. After we can register like all other css files.