X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=c190cb7e59db4fa37a890fef7129047c19d92ed8;hb=8cb16c0f328ce2b296ef50013d7a20191c58d17b;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..c190cb7e5 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -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 { @@ -391,3 +443,5 @@ label { border-style:none; border-width:thin; } + +