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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +14 lines)
Lines 394-412 aside { Link Here
394
            list-style: none;
394
            list-style: none;
395
395
396
            a {
396
            a {
397
                border-left: 5px solid #E6E6E6;
397
                color: #000;
398
                color: #000;
398
                display: block;
399
                display: block;
399
                text-decoration: none;
400
                text-decoration: none;
400
                padding: .7em .3em .7em 1.2em;
401
                padding: .7em .3em .7em 1.2em;
401
            }
402
            }
402
403
403
            &.active > a, a:hover, a.current {
404
            &.active > a,
405
            a:hover,
406
            a.current {
404
                background-color: #F3F4F4;
407
                background-color: #F3F4F4;
405
                text-decoration: none;
408
                text-decoration: none;
406
                color: $green-text-color;
409
                color: $green-text-color;
407
                border-left: solid 5px $background-color-primary;
410
                border-left: solid 5px $background-color-primary;
408
                font-weight: bold;
411
                font-weight: bold;
409
            }
412
            }
413
414
            a:hover {
415
                border-left: solid 5px $background-color-secondary;
416
                font-weight: normal;
417
            }
418
419
            &.active > a:hover {
420
                border-left: solid 5px $background-color-primary;
421
                font-weight: bold;
422
            }
410
        }
423
        }
411
    }
424
    }
412
}
425
}
413
- 

Return to bug 30952