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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-3 / +2 lines)
Lines 559-565 table { Link Here
559
                                border-radius: .25rem;
559
                                border-radius: .25rem;
560
                                box-shadow: none;
560
                                box-shadow: none;
561
                                color: #000;
561
                                color: #000;
562
                                content: "\f067";
562
                                content: "+";
563
                                font-family: FontAwesome;
563
                                font-family: FontAwesome;
564
                                font-size: 1em;
564
                                font-size: 1em;
565
                                font-style: normal;
565
                                font-style: normal;
Lines 576-582 table { Link Here
576
                        th {
576
                        th {
577
                            &.dtr-control {
577
                            &.dtr-control {
578
                                &::before {
578
                                &::before {
579
                                    content: "\f068";
579
                                    content: "−";
580
                                }
580
                                }
581
                            }
581
                            }
582
                        }
582
                        }
583
- 

Return to bug 34129