X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=ad0653019de67512c4068868aa95fc7db832c363;hb=36c54ad253745c4223948cb00f6535efafc85bd5;hp=3fcbfb6efbf54140fa770382f2941a69adb765c7;hpb=cd1824b5463e91c2d041f34052f75afa81e002ec;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 3fcbfb6ef..ad0653019 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -1,44 +1,18 @@ /* stylesheet for LX-Office ERP */ -/* general stuff */ -/* -A:link { color: #a0522d; text-decoration: none; } -A:visited { color: #0522d; text-decoration: none; } -A:active { color: #a0522d; text-decoration: underline; } -A:hover { color: white; - background-color: rgb(187,187,187); - text-decoration: none; -} -*/ -A:link { color: black; text-decoration: none; } -A:visited { color: black; text-decoration: none; } -A:active { color: black; text-decoration: underline; } - -/* - Menu: oberste Linkebene -*/ -A.nohover:hover { - /* color: black;*/ - color:#8c1919; - /* font-weight: bolder; - background-image: url("px_3.gif"); - text-decoration:none; - */ -} - - -/* - Menu : Unterpunkte -*/ -A:hover { - color:#8c1919; -/* color: black; - font-weight: bolder; - background-color: #FFFFCC; - text-decoration:none; -*/ -} - +/* The look of links */ +A:link { color: mediumblue; text-decoration: none; } +A:visited { color: mediumblue; text-decoration: none; } +A:active { color: black; text-decoration: none; } +A:hover { color: black; + background-color: lemonchiffon; + text-decoration: none; + } + +/* highlight editable objects on mouse-over */ +input:hover, select:hover, textarea:hover { + background-color: lemonchiffon; + } body { font-family: Verdana, Arial, Helvetica; @@ -172,11 +146,6 @@ body.menu { } -A.listheading:link, A.listheading:active, A.listheading:visited { - color: black; - text-decoration: none; - } - .listrow1 { background-color: rgb(208,207,201); color: black; @@ -231,3 +200,8 @@ h2.error { } } +.filecontent { + border: 1px solid blue; + padding-left: 2px; + padding-right: 2px; +}