Work on DN edit rendering
This commit is contained in:
18
public/css/fixes.css
vendored
18
public/css/fixes.css
vendored
@@ -216,4 +216,20 @@ p {
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
/** Ensure our DN menu is at the top **/
|
||||
.app-page-title .page-title-wrapper {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
/** Change the background on our read-only form items **/
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
/** Make our placeholder text on forms lighter **/
|
||||
|
||||
.form-control::placeholder {
|
||||
color: #a0aec0;
|
||||
}
|
Reference in New Issue
Block a user