diff --git a/wtf-forms.css b/wtf-forms.css index fb2c2a7..129a18f 100644 --- a/wtf-forms.css +++ b/wtf-forms.css @@ -371,3 +371,24 @@ .controls-inline .control + .control { margin-left: 1rem; } + + +/* + * Print styles + */ + +@media print { + + .control-indicator { + display: none; + } + .control { + padding-left: inherit; + } + .control input { + position: relative; + opacity: 1; + z-index: 1; + } + +} \ No newline at end of file