Intervention Detail View
* adds related object overview in detail view * adds comment field to payment model for 'Verwendungszweck' * simplifies intervention urls * adds translations
This commit is contained in:
@@ -143,6 +143,21 @@ a {
|
||||
*/
|
||||
box-shadow: 1px 1px 3px var(--rlp-gray-dark);
|
||||
}
|
||||
.btn-outline-default{
|
||||
color: white;
|
||||
border: 1px solid white;
|
||||
}
|
||||
.btn-outline-default:hover{
|
||||
/*
|
||||
color: var(--rlp-gray-light);
|
||||
color: var(--rlp-red);;
|
||||
background-color: unset;
|
||||
border: 1px solid var(--rlp-red);
|
||||
*/
|
||||
box-shadow: 1px 1px 3px var(--rlp-gray-light);
|
||||
color: var(--rlp-red);
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.cursor-pointer{
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user