forked from extern/egroupware
remove border and use black color for nicer printing of input elements
This commit is contained in:
parent
3ed7a8445f
commit
2b016955d9
@ -71,3 +71,11 @@ body {
|
||||
/* MSIE needs these styles to repeat table header and footer part on each page */
|
||||
thead { display: table-header-group; }
|
||||
tfoot { display: table-footer-group; }
|
||||
|
||||
/**
|
||||
* remove border and use black color for input elements
|
||||
*/
|
||||
input, select, textarea {
|
||||
border: none;
|
||||
color: black;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user