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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/Main.vue (-19 lines)
Lines 113-136 export default { Link Here
113
    font-size: 100%;
113
    font-size: 100%;
114
}
114
}
115
115
116
form .v-select {
117
    display: inline-block;
118
    background-color: white;
119
    width: 30%;
120
}
121
122
.v-select,
123
input:not([type="submit"]):not([type="search"]):not([type="button"]):not([type="checkbox"]),
124
textarea {
125
    border-color: rgba(60, 60, 60, 0.26);
126
    border-width: 1px;
127
    border-radius: 4px;
128
    min-width: 30%;
129
}
130
.flatpickr-input {
131
    width: 30%;
132
}
133
134
#navmenulist ul li a.current.disabled {
116
#navmenulist ul li a.current.disabled {
135
    background-color: inherit;
117
    background-color: inherit;
136
    border-left: 5px solid #e6e6e6;
118
    border-left: 5px solid #e6e6e6;
137
- 

Return to bug 36285