diff -r 27ed26ca8623 -r 02a40997d8cb src/ztfy/myams/resources/less/colors.less --- a/src/ztfy/myams/resources/less/colors.less Fri May 12 14:03:02 2017 +0200 +++ b/src/ztfy/myams/resources/less/colors.less Thu Oct 26 14:45:34 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;