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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss (-29 / +29 lines)
Lines 1-34 Link Here
1
fieldset {
1
fieldset {
2
    @include card;
2
    @include card;
3
3
4
    .v-select,
5
    select,
6
    textarea,
7
    input{
8
        &:not([type="submit"]):not([type="search"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
9
            border-color: rgba(60, 60, 60, 0.26);
10
            border-width: 1px;
11
            border-radius: 4px;
12
            min-width: 30%;
13
            line-height: 1.5;
14
        }
15
    }
16
17
    .v-select,
18
    select {
19
        display: inline-block;
20
        background-color: white;
21
        width: 30%;
22
    }
23
24
    select {
25
        padding: 2px 0;
26
    }
27
28
    .flatpickr-input {
29
        width: 30%;
30
    }
31
32
    legend {
4
    legend {
33
        border-bottom: 0 none;
5
        border-bottom: 0 none;
34
        color: #696969;
6
        color: #696969;
Lines 148-153 fieldset { Link Here
148
        }
120
        }
149
121
150
        li {
122
        li {
123
124
            .v-select,
125
            select,
126
            textarea,
127
            input{
128
                &:not([type="submit"]):not([type="search"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
129
                    border-color: rgba(60, 60, 60, 0.26);
130
                    border-width: 1px;
131
                    border-radius: 4px;
132
                    min-width: 30%;
133
                    line-height: 1.5;
134
                }
135
            }
136
137
            .v-select,
138
            select {
139
                display: inline-block;
140
                background-color: white;
141
                width: 30%;
142
            }
143
144
            select {
145
                padding: 2px 0;
146
            }
147
148
            .flatpickr-input {
149
                width: 30%;
150
            }
151
151
            clear: left;
152
            clear: left;
152
            float: left;
153
            float: left;
153
            list-style-type: none;
154
            list-style-type: none;
154
- 

Return to bug 36285