src/ztfy/myams/resources/less/colors.less
changeset 127 cf00ea83daa7
parent 118 c87d242a1176
child 130 e3cb023c73b6
equal deleted inserted replaced
126:3868baf80db1 127:cf00ea83daa7
   104 	color: @teal !important;
   104 	color: @teal !important;
   105 }
   105 }
   106 .txt-color-redLight {
   106 .txt-color-redLight {
   107 	color: @redLight !important;
   107 	color: @redLight !important;
   108 }
   108 }
       
   109 .txt-color-active {
       
   110 	color: @activeTabBorder !important;
       
   111 }
       
   112 .txt-color-activeBg {
       
   113 	color: @activeTabBg !important;
       
   114 }
       
   115 
   109 .bg-color-blue {
   116 .bg-color-blue {
   110 	background-color: @blue !important;
   117 	background-color: @blue !important;
   111 }
   118 }
   112 .bg-color-blueLight {
   119 .bg-color-blueLight {
   113 	background-color: @blueLight !important;
   120 	background-color: @blueLight !important;
   173 	background-color: @teal !important;
   180 	background-color: @teal !important;
   174 }
   181 }
   175 .bg-color-redLight {
   182 .bg-color-redLight {
   176 	background-color: @redLight !important;
   183 	background-color: @redLight !important;
   177 }
   184 }
       
   185 .bg-color-active {
       
   186 	background-color: @activeTabBorder !important;
       
   187 }
       
   188 .bg-color-activeBg {
       
   189 	background-color: @activeTabBg !important;
       
   190 }