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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-12 lines)
Lines 10-30 Link Here
10
}
10
}
11
11
12
a {
12
a {
13
    &:link,
14
    &:visited {
15
        color: $green-text-color;
16
        box-shadow: none;
17
        font-size: 100%;
18
    }
19
20
    &:hover,
13
    &:hover,
21
    &:active,
14
    &:active,
22
    &:focus {
15
    &:focus {
23
        text-decoration: underline;
16
        text-decoration: underline;
24
        color: $green-text-color;
25
        background-color: transparent;
26
        box-shadow: none;
27
        font-size: 100%;
28
    }
17
    }
29
18
30
    &:hover {
19
    &:hover {
31
- 

Return to bug 30952