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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/WidgetDashboardWrapper.vue (-20 lines)
Lines 227-251 export default { Link Here
227
    clear: both;
227
    clear: both;
228
}
228
}
229
229
230
:deep(.widget-settings form .v-select) {
231
    display: inline-block;
232
    background-color: white;
233
    width: 60%;
234
}
235
236
:deep(.v-select),
237
:deep(
238
    input:not([type="submit"]):not([type="search"]):not([type="button"]):not(
239
            [type="checkbox"]
240
        ):not([type="radio"])
241
),
242
:deep(textarea) {
243
    border-color: rgba(60, 60, 60, 0.26);
244
    border-width: 1px;
245
    border-radius: 4px;
246
    min-width: 60%;
247
}
248
249
.widget-content,
230
.widget-content,
250
.widget-settings,
231
.widget-settings,
251
.widget-header {
232
.widget-header {
252
- 

Return to bug 39320