author | Thierry Florac <thierry.florac@onf.fr> |
Fri, 29 Sep 2017 12:06:47 +0200 | |
changeset 214 | 02a7a1351e07 |
parent 213 | 06a1b40cfeee |
child 215 | d3c31bd96780 |
--- a/src/pyams_skin/resources/less/colors.less Fri Sep 29 11:18:52 2017 +0200 +++ b/src/pyams_skin/resources/less/colors.less Fri Sep 29 12:06:47 2017 +0200 @@ -4,6 +4,7 @@ */ @textColor: #333; +@bodyColor: #e5e2cf; @dangerTextColor: #a94442; @warningTextColor: #6b6d31; @@ -42,6 +43,8 @@ @activeTabBorder: #3276b1; @activeTabBg: #cedbf7; +@messageBgColor: rgba(0, 0, 0, .7); + .txt-color-danger { color: @dangerTextColor !important;