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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-13 / +1 lines)
Lines 1223-1240 div { Link Here
1223
    }
1223
    }
1224
1224
1225
    .browse {
1225
    .browse {
1226
        margin: .5em 50px;
1226
        margin: .5em 0;
1227
        font-weight: bold;
1228
1229
        a {
1230
            color: #71B443;
1231
            font-weight: normal;
1232
1233
            &:hover, &:active {
1234
                font-weight: bold;
1235
                color: #418940;
1236
            }
1237
        }
1238
    }
1227
    }
1239
}
1228
}
1240
1229
1241
- 

Return to bug 30952