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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss (-4 lines)
Lines 13-23 $nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s Link Here
13
    border-radius: 4px;
13
    border-radius: 4px;
14
    cursor: pointer;
14
    cursor: pointer;
15
    display: inline-block;
15
    display: inline-block;
16
    font-size: inherit;
17
    font-weight: normal;
16
    font-weight: normal;
18
    line-height: 1.42857143;
17
    line-height: 1.42857143;
19
    margin-bottom: 0;
18
    margin-bottom: 0;
20
    padding: .5em 1em;
21
    text-align: center;
19
    text-align: center;
22
    touch-action: manipulation;
20
    touch-action: manipulation;
23
    user-select: none;
21
    user-select: none;
Lines 44-54 $nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s Link Here
44
    border-radius: 4px;
42
    border-radius: 4px;
45
    cursor: pointer;
43
    cursor: pointer;
46
    display: inline-block;
44
    display: inline-block;
47
    font-size: inherit;
48
    font-weight: normal;
45
    font-weight: normal;
49
    line-height: 1.42857143;
46
    line-height: 1.42857143;
50
    margin-bottom: 0;
47
    margin-bottom: 0;
51
    padding: .5em 1em;
52
    text-align: center;
48
    text-align: center;
53
    touch-action: manipulation;
49
    touch-action: manipulation;
54
    user-select: none;
50
    user-select: none;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +3 lines)
Lines 570-580 textarea { Link Here
570
input {
570
input {
571
    &[type="submit"] {
571
    &[type="submit"] {
572
        @include primary-button;
572
        @include primary-button;
573
        padding: .5em 1em;
573
    }
574
    }
574
575
575
    &[type="reset"],
576
    &[type="reset"],
576
    &[type="button"] {
577
    &[type="button"] {
577
        @include default-button;
578
        @include default-button;
579
        padding: .5em 1em;
578
580
579
        &:disabled {
581
        &:disabled {
580
            @include disabled-button;
582
            @include disabled-button;
Lines 590-595 input { Link Here
590
592
591
    &.submit {
593
    &.submit {
592
        @include primary-button;
594
        @include primary-button;
595
        padding: .5em 1em;
593
596
594
        &:disabled {
597
        &:disabled {
595
            @include disabled-button;
598
            @include disabled-button;
596
- 

Return to bug 32148