mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
remove border and use black color for nicer printing of input elements
This commit is contained in:
parent
f68be7acfd
commit
db4a6020b2
@ -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