author | Thierry Florac <thierry.florac@onf.fr> |
Tue, 17 Nov 2015 12:04:03 +0100 | |
changeset 140 | aa78e9eb61ad |
parent 139 | ccaaf3f4e564 |
child 141 | a4200ce41c25 |
--- a/src/ztfy/myams/resources/less/colors.less Tue Nov 17 12:03:34 2015 +0100 +++ b/src/ztfy/myams/resources/less/colors.less Tue Nov 17 12:04:03 2015 +0100 @@ -5,6 +5,11 @@ @textColor: #333; +@dangerTextColor: #a94442; +@warningTextColor: #6b6d31; +@infoTextColor: #346597; +@successTextColor: #296829; + @magenta: #6e3671; @teal: #568a89; @pink: #ac5287; @@ -37,6 +42,9 @@ @activeTabBg: #cedbf7; +.txt-color-text { + color: @textColor !important; +} .txt-color-blue { color: @blue !important; }