X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=1e200b0431ee5212db3d233649d3354a827ba50e;hb=9b3133b320092aac9b0d752031fb7f1b21ae1233;hp=08b3c6d764c383ea96a3e5dbd0ed4a80acdee500;hpb=38902b24ceed494a2936edfe4d72e8c48e15bce0;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 08b3c6d76..1e200b043 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -1,4 +1,4 @@ -/* Stylesheet for Lx-Office +/* Stylesheet for kivitendo * Name: lx-office-erp.css*/ /* The look of links */ @@ -9,9 +9,61 @@ A:hover { color: black; background-color: lemonchiffon; text-decoration: none; } +a, div { + transition: background-color 0.2s; + -moz-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; +} + +input, textarea, select { + border: 1px; + border-color: darkgray lightgray lightgray; + border-style: solid; + padding: 1px; + background-color: white; +} + +select { + padding: 0px; +} input:focus, textarea:focus, select:focus { - background-color: yellow; + background-color: whitesmoke; + border: 1px; + border-color: gray lightgray lightgray; + border-style: solid; +} + +input:hover, textarea:hover, select:hover { + border-color: dimgray darkgray darkgray; +} + +input[type="button"], +input[type="submit"], +button, +input[type="button"]:focus, +input[type="submit"]:focus, +button:focus { + border: 1px; + border-color: darkgray; + border-style: solid; + padding: 0px 4px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + background-color: whitesmoke; +} + +button:hover, +input[type="button"]:hover, +input[type="submit"]:hover { + border: 1px; + background-color: lightgray; + border-color: gray; + border-style: solid; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; } html { @@ -205,8 +257,9 @@ 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; } .redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; } @@ -324,34 +377,8 @@ label { padding: 5px; } -.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; +.flash_title { + font-weight: bold; } /* Kontenliste Styles */ @@ -391,3 +418,8 @@ label { border-style:none; border-width:thin; } + +.dimmed-text { + color: #aaa; + font-style: italic; +}