Display: Force appearance of input elements (hidden by some earlier layer) - refs BT#19215

pull/4010/head
Yannick Warnier 4 years ago
parent 541355f0e3
commit d85159bece
  1. 5
      assets/css/app.scss

@ -209,6 +209,11 @@
@apply font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-ch-primary to-ch-primary-light
}
// Forms
input {
appearance: auto !important;
}
// Learning paths menu brought in to use primary/secondary colors
.scorm_highlight .item {
background: url("../../public/img/scorm/scorm_highlight.png") no-repeat 10px center !important;

Loading…
Cancel
Save