Bug 30952: Fix background color of dialogs (message, alert, error)
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / css / src / staff-global.scss
index 8b0e0ec..ee281ad 100644 (file)
@@ -1786,10 +1786,8 @@ i {
     }
 
     &.message {
-        color: #000000;
+        background-color: #ffffff;
         text-align: center;
-        background-color: transparent;
-
 
         ul,
         h5 {
@@ -1804,8 +1802,8 @@ i {
 
     &.alert,
     &.error {
+        background-color: rgb(255, 237, 135);
         color: inherit;
-        background-color: #FFFFFF;
         text-align: center;
         text-shadow: none;