Commit 3eb43f9344988199bd04c12277187b3aebd90c38
1 parent
4f69cb03
Merged in from STABLE trunk...
KTS-3552 "Apply new css to text input boxes" Fixed. Updated css for input fields. Committed By: Philip Arkcoll Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8974 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
1 deletions
resources/css/kt-framing.css
| ... | ... | @@ -641,7 +641,9 @@ a.main_nav_item { |
| 641 | 641 | #content input, |
| 642 | 642 | #content select, |
| 643 | 643 | #content textarea { |
| 644 | - border: 1px solid #888; | |
| 644 | + background:#FFFFFF url(../../thirdpartyjs/extjs/resources/images/default/form/text-bg.gif) repeat-x scroll 0 0; | |
| 645 | + border:1px solid #B5B8C8; | |
| 646 | + padding:2px 3px; | |
| 645 | 647 | } |
| 646 | 648 | |
| 647 | 649 | #content .form_actions input | ... | ... |