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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-4 / +2 lines)
Lines 1622-1628 i { Link Here
1622
}
1622
}
1623
1623
1624
.dialog {
1624
.dialog {
1625
    border-radius: 2px;
1626
    margin: 1em auto;
1625
    margin: 1em auto;
1627
    padding: .5em;
1626
    padding: .5em;
1628
    text-align: center;
1627
    text-align: center;
Lines 1747-1753 i { Link Here
1747
    }
1746
    }
1748
1747
1749
    &.message {
1748
    &.message {
1750
        background-color: #ffffff;
1749
        background-color: #CFE2FF;
1751
        text-align: center;
1750
        text-align: center;
1752
1751
1753
        ul,
1752
        ul,
Lines 1763-1769 i { Link Here
1763
1762
1764
    &.alert,
1763
    &.alert,
1765
    &.error {
1764
    &.error {
1766
        background-color: rgb(255, 237, 135);
1765
        background-color: rgb( 255, 237, 135 );
1767
        color: inherit;
1766
        color: inherit;
1768
        text-align: center;
1767
        text-align: center;
1769
        text-shadow: none;
1768
        text-shadow: none;
1770
- 

Return to bug 31973