mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:10:19 +01:00
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 */
|
/* MSIE needs these styles to repeat table header and footer part on each page */
|
||||||
thead { display: table-header-group; }
|
thead { display: table-header-group; }
|
||||||
tfoot { display: table-footer-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