inputbox background in ops3.7

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

inputbox background in ops3.7

venkata subrahmanyam
Hi,
We used 3.5 ops where inputbox are not geting any boarder shadow. But when we downloaded ops3.7 it is displaying some border shadow for inputboxs of left and top borderline.
Can we use 3.5 css style inputboxes for ops 3.7 code by changing any css styles files?



plesae find the Attached the screenshot.
Reply | Threaded
Open this post in threaded view
|

Re: inputbox background in ops3.7

venkata subrahmanyam
The problem is solved by overwritting the stylesheet in xhtml code with

.xforms-input input, textarea.xforms-textarea, input.xforms-secret {
    background-repeat: repeat-x;
    border: 1px solid #ccc;}





subrahmanyam wrote
Hi,
We used 3.5 ops where inputbox are not geting any boarder shadow. But when we downloaded ops3.7 it is displaying some border shadow for inputboxs of left and top borderline.
Can we use 3.5 css style inputboxes for ops 3.7 code by changing any css styles files?



plesae find the Attached the screenshot.