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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-1 / +13 lines)
Lines 576-582 table { Link Here
576
                        th {
576
                        th {
577
                            &.dtr-control {
577
                            &.dtr-control {
578
                                &::before {
578
                                &::before {
579
                                    background-color: #E1E1E1;
580
                                    background-image: linear-gradient(180deg, #EBEBEB, #E1E1E1);
581
                                    border: 1px solid #B3B3B3;
582
                                    border-radius: .25rem;
583
                                    box-shadow: none;
584
                                    color: #000;
579
                                    content: "\f068";
585
                                    content: "\f068";
586
                                    font-family: FontAwesome;
587
                                    font-size: 1em;
588
                                    font-style: normal;
589
                                    height: 1em;
590
                                    left: 35%;
591
                                    padding: .5rem;
592
                                    width: 1em;
580
                                }
593
                                }
581
                            }
594
                            }
582
                        }
595
                        }
583
- 

Return to bug 34129