Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-12830

Missing errorbox css in formal white theme

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.4, 1.9
    • 1.8.5, 1.9.1
    • Themes
    • None
    • MOODLE_18_STABLE, MOODLE_19_STABLE
    • MOODLE_18_STABLE, MOODLE_19_STABLE

    Description

      Moodle standard theme has reddish background-color css declaration in styles_color.css
      .errorbox {
      color:#ffffff;
      border-color:#660000;
      background-color:#990000;
      }

      .errorboxcontent {
      background-color:#FFBBBB;
      }
      Current moodle standard distribution themes: chameleon, cornflower, metal, oceanblue and orangewhite have their own background colors for errorbox.
      However, popular formal_white is missing .errorbox and .errorboxcontent colors.

      Suggested fix for moodle\theme\formal_white\fw_color.css
      add
      .errorbox {
      color:#ffffff;
      border-color:#660000;
      background-color:#990000;
      }

      .errorboxcontent {
      }
      or something to that effect...
      Joseph

      Attachments

        Activity

          People

            andreabix Andrea Bicciolo
            rezeau Joseph Rézeau
            Huong Nguyen, Bas Brands, Mathew May
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              8/Apr/08