mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 18:05:26 +00:00
Override readonly styles on user edit page
This commit is contained in:
@ -20,12 +20,22 @@
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
input[type='text'][disabled], input[disabled], textarea[disabled], input[readonly], textarea[readonly], .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||
background-color: white;
|
||||
color: #555555;
|
||||
cursor:text;
|
||||
input[type='text'][disabled],
|
||||
input[disabled],
|
||||
textarea[disabled],
|
||||
input[readonly],
|
||||
textarea[readonly],
|
||||
.form-control[disabled],
|
||||
.form-control[readonly],
|
||||
fieldset[disabled]
|
||||
{
|
||||
cursor:text !important;
|
||||
background-color: var(--table-stripe-bg) !important;
|
||||
color: var(--color-fg) !important;
|
||||
}
|
||||
input:required, select:required {
|
||||
border-right: 5px solid orange !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user