From 2516a091813bfb02bc93e8e22ac6058cf98458ab Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 26 Feb 2007 07:07:17 +0000 Subject: [PATCH] fancy fields y bg color para el elemento focuseado --- sercom/static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index c0cf03f..7ef1239 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -173,3 +173,11 @@ table.list td { padding-bottom: 5px; } +.tableform input, textarea { + border: 1px solid black; +} + +.tableform input:focus, select:focus, textarea:focus { + background: #fec; +} + -- 2.43.0