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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-21 / +4 lines)
Lines 74-80 table { Link Here
74
        margin-top: .5em;
74
        margin-top: .5em;
75
        margin-bottom: .5em;
75
        margin-bottom: .5em;
76
76
77
78
        tfoot {
77
        tfoot {
79
            td,
78
            td,
80
            th {
79
            th {
Lines 83-102 table { Link Here
83
        }
82
        }
84
83
85
        thead {
84
        thead {
86
87
88
            th,
85
            th,
89
            td {
86
            td {
90
91
                border-top: none;
92
                border-left: none;
93
                border-right: none;
94
                border: none;
95
                padding: .5em;
87
                padding: .5em;
96
            }
88
            }
97
89
98
            tr {
90
            tr {
99
            background-color: #fff;
91
                background-color: #fff;
92
100
                &.columnFilter {
93
                &.columnFilter {
101
                    th {
94
                    th {
102
                        padding: 0;
95
                        padding: 0;
Lines 105-111 table { Link Here
105
            }
98
            }
106
99
107
            .sorting_asc {
100
            .sorting_asc {
108
109
                &.fixed_sort {
101
                &.fixed_sort {
110
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
102
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
111
                    cursor: default;
103
                    cursor: default;
Lines 123-133 table { Link Here
123
        }
115
        }
124
116
125
        tbody {
117
        tbody {
126
            border-top: 2px solid #A19B9E;
118
            border-top: 2px solid $table-border-color;
127
119
128
            td {
120
            td {
129
                padding: .5em;
121
                padding: .5em;
130
                border: none;
131
            }
122
            }
132
        }
123
        }
133
    }
124
    }
Lines 137-149 table { Link Here
137
        tr {
128
        tr {
138
            &.odd td {
129
            &.odd td {
139
                background-color: #F3F3F3;
130
                background-color: #F3F3F3;
140
                border: 1px solid $table-border-color;
141
                border-right: 1px solid $table-border-color;
142
            }
131
            }
143
132
144
            &.even td {
133
            &.even td {
145
                background-color: #FFF;
134
                background-color: #FFF;
146
                border-right: 1px solid $table-border-color;
147
            }
135
            }
148
        }
136
        }
149
137
Lines 158-163 table { Link Here
158
td,
146
td,
159
th {
147
th {
160
    padding: .2em .9em;
148
    padding: .2em .9em;
149
    border: 1px solid $table-border-color;
161
}
150
}
162
151
163
td {
152
td {
Lines 372-383 caption { Link Here
372
361
373
tbody {
362
tbody {
374
    tr {
363
    tr {
375
376
        &:nth-child(odd):not(.dtrg-group) {
377
            td {
378
                border: none;
379
            }
380
        }
381
        &:nth-child(odd):not(.dtrg-group):not(.active):not(.ok) {
364
        &:nth-child(odd):not(.dtrg-group):not(.active):not(.ok) {
382
            td {
365
            td {
383
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
366
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-4 lines)
Lines 1999-2007 li { Link Here
1999
    }
1999
    }
2000
2000
2001
    td {
2001
    td {
2002
        border: 0;
2003
2004
2005
        button, a {
2002
        button, a {
2006
            &.btn-default {
2003
            &.btn-default {
2007
                color: $green-text-color;
2004
                color: $green-text-color;
2008
- 

Return to bug 30952