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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (-1 / +1 lines)
Lines 304-310 $cyans: ( Link Here
304
$primary:       $yellow;
304
$primary:       $yellow;
305
$secondary:     $gray-600;
305
$secondary:     $gray-600;
306
$success:       $green;
306
$success:       $green;
307
$info:          $blue-500;
307
$info:          $blue-100;
308
$warning:       $yellow;
308
$warning:       $yellow;
309
$danger:        $red;
309
$danger:        $red;
310
$light:         #FFF;
310
$light:         #FFF;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/installer.scss (-1 / +4 lines)
Lines 148-153 th { Link Here
148
    font-weight: bold;
148
    font-weight: bold;
149
}
149
}
150
150
151
.text-info {
152
    color: #0D6EFD !important;
153
}
154
151
.text-warning {
155
.text-warning {
152
    color: #8a6804 !important;
156
    color: #8a6804 !important;
153
    background-color: #fff1c1;
157
    background-color: #fff1c1;
154
- 

Return to bug 38383