View | Details | Raw Unified | Return to bug 36285
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss (-2 / +4 lines)
Lines 129-138 fieldset { Link Here
129
                    border-color: rgba(60, 60, 60, 0.26);
129
                    border-color: rgba(60, 60, 60, 0.26);
130
                    border-width: 1px;
130
                    border-width: 1px;
131
                    border-radius: 4px;
131
                    border-radius: 4px;
132
                    min-width: 30%;
132
                    min-width: var(--size, 30%);
133
                    line-height: 1.5;
133
                    line-height: 1.5;
134
                }
134
                }
135
            }
135
            }
136
            input[size] {
137
                --size: attr(size, em);
138
            }
136
139
137
            .v-select,
140
            .v-select,
138
            select {
141
            select {
139
- 

Return to bug 36285