stable
Clone or download
Read-only
tasks #7141 BUG: IE9 cannot deal with 4095+ css rules in one file
This tasks is a part of story #6003 be able to change the Experimental theme color * Split style.less into several less files (one per color) * Remove preview for IE Change-Id: I03f172676f50b774523a543f9be81c07a39f1dc2
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/account/get_available_theme_variants.php | +7 | −3 | Go to diff View file |
M | src/www/scripts/tuleap/account-maintenance.js | +28 | −5 | Go to diff View file |
M | src/www/scripts/tuleap/browser-compatibility.js | +4 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/FlamingParrot_CSSFilesProvider.class.php | +69 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +12 | −1 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-beige.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-blue.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-bluegrey.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-darkbeige.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-darkblue.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-darkbluegrey.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-darkgreen.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-darkorange.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-darkpurple.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-green.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-orange.less | +25 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/style-purple.less | +25 | −0 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/style.less | +0 | −269 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/definitions.less | +195 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/pre-definitions.less | +30 | −0 | Go to diff View file |