Made breadcrumbs dynamic and moved it to a shared partial view.
This commit is contained in:
@ -104,4 +104,25 @@ body {
|
||||
.tableDowntime {
|
||||
color: rgb(212, 111, 35);
|
||||
background-color: rgba(212, 111, 35, 0.3);
|
||||
}
|
||||
|
||||
.disableLink a:link {
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.disableLink a:visited {
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.disableLink a:hover {
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.disableLink a:active {
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
}
|
Reference in New Issue
Block a user