equal
deleted
inserted
replaced
137 } |
137 } |
138 |
138 |
139 /* choices ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
139 /* choices ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |
140 |
140 |
141 choices-radio:before { |
141 choices-radio:before { |
|
142 color: #7f7f7f; |
142 content: insert-before-button() |
143 content: insert-before-button() |
143 command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box)) |
144 command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box)) |
144 " QCM – radio"; |
145 " QCM – radio"; |
145 } |
146 } |
146 choices-radio[shuffle]:before { |
147 choices-radio[shuffle]:before { |
149 " – shuffle = " label(attribute, shuffle, color, black) |
150 " – shuffle = " label(attribute, shuffle, color, black) |
150 set-attribute-button(attribute, shuffle, unset-attribute, yes); |
151 set-attribute-button(attribute, shuffle, unset-attribute, yes); |
151 } |
152 } |
152 |
153 |
153 choices-check:before { |
154 choices-check:before { |
|
155 color: #7f7f7f; |
154 content: insert-before-button() |
156 content: insert-before-button() |
155 command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box)) |
157 command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box)) |
156 " QCM – check"; |
158 " QCM – check"; |
157 } |
159 } |
158 choices-check[shuffle]:before { |
160 choices-check[shuffle]:before { |