diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 0cbd285f43..f118d25063 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -406,11 +406,6 @@ input { @include disabled-button; } } - - &.warning { - background: #FFF url("../img/famfamfam/silk/error.png") no-repeat 4px center; - padding: .25em .25em .25em 25px; - } } .input-warning { @@ -1787,6 +1782,15 @@ i { } } +.warning { + i { + &.fa-exclamation-triangle { + color: #FFD700; + text-shadow: 0 -1px 0 rgba( 0, 0, 0, .3); + } + } +} + .accesskey { text-decoration: underline; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 5f455413a9..1fe53e842b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -492,11 +492,11 @@
@@ -781,14 +781,14 @@