Improved error handling and error page

This commit is contained in:
Colin McLeod
2015-05-03 18:33:13 -07:00
parent 508679c185
commit 44f5409246
9 changed files with 36 additions and 24 deletions

View File

@@ -27,6 +27,10 @@
&:hover {
color: @warning;
}
&.disabled {
cursor: not-allowed;
color: @disabled;
}
}
@optionSpacing: 1.8em;
@@ -70,6 +74,10 @@
&:nth-child(5n +1) {
clear: left;
}
&.disabled {
border:1px solid @disabled;
}
}
ul {