src/ztfy/myams/resources/less/colors.less
changeset 156 61176c64158d
parent 140 aa78e9eb61ad
child 206 02a40997d8cb
--- a/src/ztfy/myams/resources/less/colors.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/colors.less	Fri Jan 29 15:37:22 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;
 }