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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-5 / +2 lines)
Lines 1786-1795 i { Link Here
1786
    }
1786
    }
1787
1787
1788
    &.message {
1788
    &.message {
1789
        color: #000000;
1789
        background-color: #ffffff;
1790
        text-align: center;
1790
        text-align: center;
1791
        background-color: transparent;
1792
1793
1791
1794
        ul,
1792
        ul,
1795
        h5 {
1793
        h5 {
Lines 1804-1811 i { Link Here
1804
1802
1805
    &.alert,
1803
    &.alert,
1806
    &.error {
1804
    &.error {
1805
        background-color: rgb(255, 237, 135);
1807
        color: inherit;
1806
        color: inherit;
1808
        background-color: #FFFFFF;
1809
        text-align: center;
1807
        text-align: center;
1810
        text-shadow: none;
1808
        text-shadow: none;
1811
1809
1812
- 

Return to bug 30952