Actions

Translations

Theme editor/228/es: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="php" enclose="div"> .page-odd table.question-group { background-color: #D2F2D3; }</syntaxhighlight>")
 
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="php" enclose="div">
<syntaxhighlight lang="php">
.page-odd table.question-group {
.página-tabla impar.grupo-pregunta {
  background-color: #D2F2D3;
  color de fondo: #D2F2D3;
}</syntaxhighlight>
}</syntaxhighlight>

Latest revision as of 07:38, 5 September 2023

Message definition (Theme editor)
<syntaxhighlight lang="php">
.page-odd table.question-group {
 background-color: #D2F2D3;
}</syntaxhighlight>
.página-tabla impar.grupo-pregunta {
 color de fondo: #D2F2D3;
}