CC-3932: Master/Source Source Connection URL should be in non-editable box

-done
This commit is contained in:
denise 2012-06-06 13:10:57 -04:00
parent f57d316b6c
commit 532b2710f0
4 changed files with 43 additions and 28 deletions

View file

@ -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;
}