From cfa5486a98820f095c31be6a1471b96726ec2932 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 5 Mar 2007 09:08:26 +0000 Subject: [PATCH] =?utf8?q?Links=20durch=20andere=20Farbe=20besser=20hervor?= =?utf8?q?heben.=20Eingabefelder,=20=C3=BCber=20denen=20die=20Maus=20posit?= =?utf8?q?ioniert=20ist,=20werden=20in=20hellgelb=20dargestellt.=20Patch?= =?utf8?q?=20von=20Kai-Martin=20Knaak=20(=20kmk=20()=20familieknaak=20!=20?= =?utf8?q?de=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/lx-office-erp.css | 57 ++++++++++--------------------------------- 1 file changed, 13 insertions(+), 44 deletions(-) diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 3fcbfb6ef..17d026571 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; -- 2.39.5