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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user