src/widgets/Quiz.module.css
changeset 1076 510fd2a482f4
parent 1072 ac1eacb3aa33
equal deleted inserted replaced
1075:92cb33eb7a75 1076:510fd2a482f4
   204     -webkit-box-shadow: 0 0 5px black;
   204     -webkit-box-shadow: 0 0 5px black;
   205     -moz-box-shadow:    0 0 5px black;
   205     -moz-box-shadow:    0 0 5px black;
   206     box-shadow:         0 0 5px black;
   206     box-shadow:         0 0 5px black;
   207 }
   207 }
   208 
   208 
   209 input[type="button"] {
   209 input[type="button"].Ldt-Quiz-Button {
   210     border: none;
   210     border: none;
   211     font-size: 18pt;
   211     font-size: 18pt;
   212     text-align: center;
   212     text-align: center;
   213     background-color: #5BCE5B;
   213     background-color: #5BCE5B;
   214     color: #fff;
   214     color: #fff;
   215     cursor: pointer;
   215     cursor: pointer;
   216 }
   216 }
   217 
   217 
   218 input[value="Non"] {
   218 input[value="Non"].Ldt-Quiz-Button {
   219     background-color: #F86060;
   219     background-color: #F86060;
   220 }
   220 }
   221 
   221 
   222 input.quiz-question:checked + .quiz-question-label {
   222 input.quiz-question:checked + .quiz-question-label {
   223     text-decoration: underline;
   223     text-decoration: underline;