X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bc9f12ced08474ba6569a60b6b308b1a0ad855f7..87eebe6:/css/lx-office-erp/main.css diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 76ae01814..1e200b043 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -257,8 +257,8 @@ div.admin { } -.listrow1 { background-color: rgb(208,207,201); color: black; vertical-align: top; } -.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } +.listrow1, .listrow:nth-child(odd) { background-color: rgb(208,207,201); color: black; vertical-align: top; } +.listrow0, .listrow:nth-child(even) { background-color: rgb(236,233,216); color: black; vertical-align: top; } .listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; } .redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } @@ -381,36 +381,6 @@ label { font-weight: bold; } -.jqmWindow { - display: none; - - position: fixed; - top: 17%; - left: 40%; - - margin-left: -200px; - width: 700px; - - background-color: lemonchiffon; - color: #333; - border: 1px solid black; - padding: 4px; -} - -.jqmContent { - padding: 8px; -} - -.jqmWindow h1 { - border: 0; - padding: 0; - background-color: lemonchiffon; -} - -.jqmOverlay { - background-color: #000; -} - /* Kontenliste Styles */ .coa_listrow1 {