mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Improved error handling and error page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user