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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-20 / +11 lines)
Lines 1791-1820 i { Link Here
1791
            text-align: right;
1791
            text-align: right;
1792
        }
1792
        }
1793
    }
1793
    }
1794
}
1795
1796
.alert,
1797
.error {
1798
    background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1799
    border: 1px solid #E0C726;
1800
    color: inherit;
1801
    text-align: center;
1802
    text-shadow: none;
1803
1794
1804
    strong {
1795
    &.alert,
1805
        color: #900;
1796
    &.error {
1806
    }
1797
        background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1798
        border: 1px solid #E0C726;
1799
        color: inherit;
1800
        text-align: center;
1801
        text-shadow: none;
1807
1802
1808
    // Redefine a new style for Bootstrap's class "close" since we use that already
1803
        strong {
1809
    // Use <a class="closebtn" href="#">&times;</a>
1804
            color: #900;
1810
    .closebtn {
1805
        }
1811
        line-height: 20px;
1812
        position: relative;
1813
        right: -21px;
1814
        top: -2px;
1815
    }
1806
    }
1816
}
1807
}
1817
1808
1809
1818
.approve,
1810
.approve,
1819
.success {
1811
.success {
1820
    i {
1812
    i {
1821
- 

Return to bug 27695