From 9312be91380282904521d9cef2f63e437c38c8a2 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 21 Aug 2008 03:01:49 +0000 Subject: Adding highlighting for tr.active rows in tables. For example, used to show which line is being edited out of several. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2293 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Contact/contact.html | 14 +++++++------- css/ledgersmb.css | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index bf58c51e..e1b92cb0 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -740,13 +740,6 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
- -
-
-
-
-
-
} ?>
+ +
+
+
+
+
+
diff --git a/css/ledgersmb.css b/css/ledgersmb.css index 652e5a12..573c590e 100644 --- a/css/ledgersmb.css +++ b/css/ledgersmb.css @@ -207,6 +207,10 @@ div.note:hover { overflow: auto; } +tr.active { + background-color: #ddd; +} + /* media stuff */ @media screen { -- cgit v1.2.3