2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

remove color variables, swap others were appropro

This commit is contained in:
Mark Otto
2012-11-30 15:18:49 -08:00
parent 0ef347706c
commit 12a00f62a9
7 changed files with 8 additions and 49 deletions
+2 -2
View File
@@ -479,8 +479,8 @@ select:focus:invalid {
border-radius: 0;
}
.active {
background-color: lighten(@green, 30);
border-color: @green;
background-color: @successBackground;
border-color: @successText;
}
}