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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-16 / +11 lines)
Lines 30-45 a { Link Here
30
        text-decoration: none;
30
        text-decoration: none;
31
    }
31
    }
32
32
33
    &.btn {
34
        color: #004D99;
35
        text-decoration: none;
36
37
        &:link,
38
        &:visited {
39
            color: #333333;
40
        }
41
    }
42
43
    &:hover,
33
    &:hover,
44
    &:active {
34
    &:active {
45
        color: #538200;
35
        color: #538200;
Lines 52-69 a { Link Here
52
        }
42
        }
53
    }
43
    }
54
44
55
    .btn-link {
45
    &.btn {
56
        &:link,
46
        &:link,
57
        &:visited {
47
        &:visited {
58
            color: #004D99;
48
            color: #333333;
59
        }
49
        }
60
50
61
        &:hover {
51
        &.btn-link {
62
            color: #538200;
52
            &:link,
53
            &:visited {
54
                color: #004D99;
55
            }
56
57
            &:hover {
58
                color: #538200;
59
            }
63
        }
60
        }
64
    }
61
    }
65
62
66
67
    &.cancel {
63
    &.cancel {
68
        padding-left: 1em;
64
        padding-left: 1em;
69
    }
65
    }
70
- 

Return to bug 21229