diff -r 00bfb7b29d9e -r 391ad752903e src/pyams_skin/resources/less/colors.less --- a/src/pyams_skin/resources/less/colors.less Mon Jan 18 18:41:23 2016 +0100 +++ b/src/pyams_skin/resources/less/colors.less Mon Jan 18 18:45:59 2016 +0100 @@ -9,6 +9,7 @@ @warningTextColor: #6b6d31; @infoTextColor: #346597; @successTextColor: #296829; +@successBgColor: #5cb85c; @magenta: #6e3671; @teal: #568a89; @@ -42,6 +43,33 @@ @activeTabBg: #cedbf7; +.txt-color-danger { + color: @dangerTextColor !important; +} +.txt-color-warning { + color: @warningTextColor !important; +} +.txt-color-info { + color: @infoTextColor !important; +} +.txt-color-success { + color: @successTextColor !important; +} + +.bg-color-danger { + background-color: @dangerTextColor !important; +} +.bg-color-warning { + background-color: @warningTextColor !important; +} +.bg-color-info { + background-color: @infoTextColor !important; +} +.bg-color-success { + background-color: @successBgColor !important; +} + + .txt-color-text { color: @textColor !important; }