CC-3932: Master/Source Source Connection URL should be in non-editable box
-done
This commit is contained in:
parent
f57d316b6c
commit
532b2710f0
4 changed files with 43 additions and 28 deletions
|
@ -386,6 +386,10 @@ fieldset.plain {
|
|||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
||||
}
|
||||
|
||||
input[readonly]{
|
||||
background-color:#b1b1b1
|
||||
}
|
||||
|
||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_text_area:focus {
|
||||
border: 1px solid #0088f1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue