Commit
539dd1a5929f7119ea604d40c088b745ee858a81
Authored by
rob
Added sytle for input
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@685 c91229c3-7414-0410-bfa2-8a42b809f60b
|
| @@ -73,3 +73,7 @@ text-decoration: none; |
| @@ -73,3 +73,7 @@ text-decoration: none; |
|
73
| background-color : #FFFACD; |
73
| background-color : #FFFACD; |
|
74
| } |
74
| } |
|
75
| |
75
| |
|
| |
76
| +INPUT:active { |
|
| |
77
| + font-size : 9pt; |
|
| |
78
| + font-family : Verdana,sans-serif; |
|
| |
79
| +} |
|
| @@ -110,3 +110,8 @@ INPUT { |
| @@ -110,3 +110,8 @@ INPUT { |
|
110
| font-size : 8pt; |
110
| font-size : 8pt; |
|
111
| font-family : Verdana,sans-serif; |
111
| font-family : Verdana,sans-serif; |
|
112
| } |
112
| } |
|
| |
113
| + |
|
| |
114
| +SELECT { |
|
| |
115
| + font-size : 8pt; |
|
| |
116
| + font-family : Verdana,sans-serif; |
|
| |
117
| +} |