← Back to team overview

mahara-contributors team mailing list archive

[Bug 1264098] A change has been merged

 

Reviewed:  https://reviews.mahara.org/6853
Committed: https://git.mahara.org/mahara/mahara/commit/1f6e6d022b1ff743858fa98983753f3931049a13
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit 1f6e6d022b1ff743858fa98983753f3931049a13
Author: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>
Date:   Tue Sep 2 09:04:57 2014 +1200

Add more legal color formats (Bug 1264098)

- rgba()
- hsl()
- hsla()

Change-Id: I51742b629d10a8f7b0d07478d3c2c67affcea8ac

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1264098

Title:
  Whitelist more CSS3 options in skins

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress
Status in Mahara 16.10 series:
  In Progress

Bug description:
  I tried to create a new skin with custom CSS code added to the
  "Advanced" tab.

  collection-nav ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  When I save it, and then try to edit the skin, everything is deleted
  except:

  ul {
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1264098/+subscriptions


References