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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss (-1 / +1 lines)
Lines 3-9 $font-monospace: "Courier New", Courier, monospace; Link Here
3
$language-footer-min-height: 20px;
3
$language-footer-min-height: 20px;
4
$table-border-color: #BCBCBC;
4
$table-border-color: #BCBCBC;
5
$table-header-background: #E8E8E8;
5
$table-header-background: #E8E8E8;
6
$table-odd-row: #F9F9F9;
6
$table-odd-row: #f3f4f4;
7
7
8
$nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 25 25'%3E%3Cpath fill='%23999' d='M9.66.95h4.56l9.21 11.85-9.21 10.53H9.66l5.08-10.53z'/%3E%3C/svg%3E");
8
$nav-menu-bullet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 25 25'%3E%3Cpath fill='%23999' d='M9.66.95h4.56l9.21 11.85-9.21 10.53H9.66l5.08-10.53z'/%3E%3C/svg%3E");
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +5 lines)
Lines 146-152 table { Link Here
146
td,
146
td,
147
th {
147
th {
148
    padding: .2em .9em;
148
    padding: .2em .9em;
149
    border: 1px solid $table-border-color;
149
    border-left: 1px solid $table-border-color;
150
151
    &:first-child {
152
        border-left: none;
153
    }
150
}
154
}
151
155
152
td {
156
td {
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +1 lines)
Lines 3530-3535 code { Link Here
3530
}
3530
}
3531
3531
3532
.tab-content {
3532
.tab-content {
3533
    background-color: #fff;
3533
    border: 3px solid #418940;
3534
    border: 3px solid #418940;
3534
    border-radius: 4px;
3535
    border-radius: 4px;
3535
    padding: 1em;
3536
    padding: 1em;
3536
- 

Return to bug 30952