Add debug controller for some crazy debugging action

This controller will only be available if we set
ENVIRONMENT to 'development' or 'testing'.
This commit is contained in:
Karsten Heiken
2011-11-18 15:37:33 +01:00
parent 4edafd0ed5
commit 06ab8168ab
3 changed files with 64 additions and 0 deletions

View File

@@ -445,6 +445,10 @@ a.button.locked {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button.danger, a.button.danger:hover, a.button.danger:active {
color: #f00;
}
a.button.disabled {
color: #6e6e6e;
background-color: #fff;