slight style change for imput fields - lighter border color
This commit is contained in:
@@ -614,7 +614,7 @@ br {clear: none;}
|
||||
|
||||
|
||||
/* styles for inputfields */
|
||||
input { border:1px solid black; background-color:white; padding:1px; font-size:11px;color: black;}
|
||||
input { border:1px solid #555; background-color:white; padding:1px 2px 1px 2px; font-size:11px;color: black;}
|
||||
|
||||
*.input20 {width:20px;} /* day,month */
|
||||
*.input30 {width:30px;}
|
||||
@@ -632,7 +632,7 @@ input.checkbox {width:12px; height:12px; font-size:12px; border:0;}
|
||||
|
||||
input.radio {border:0px; border-width: 0px; width:12px; height:12px; background-color: transparent;}
|
||||
|
||||
select {border:1px solid black; background-color:white; padding:1px; font-size:11px; color: black;}
|
||||
select {border:1px solid #555; background-color:white; padding:1px; font-size:11px; color: black;}
|
||||
|
||||
input.formbutton_header {
|
||||
width:65px;
|
||||
|
Reference in New Issue
Block a user