From f1748805bc4341ed02dc15d432ad1f645b6d9c25 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 14 Feb 2002 21:41:41 +0000 Subject: [PATCH] comment out button:focus boreders, they are currently causing problems --- LCARStrek/contents.rdf | 28 ++++++++++++++-------------- LCARStrek/global/button.css | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LCARStrek/contents.rdf b/LCARStrek/contents.rdf index a4785d2e..b768b030 100644 --- a/LCARStrek/contents.rdf +++ b/LCARStrek/contents.rdf @@ -5,37 +5,37 @@ - + - - - - - - - + + + + + + - - - - - diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index b149d3aa..61ca8171 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -55,7 +55,7 @@ button { .button-box { -moz-border-radius: 3px; - border: 1px solid transparent; +/* border: 1px solid transparent; */ padding: 1px 4px 2px 3px; } @@ -71,7 +71,7 @@ button:focus { } button:focus > .button-box { - border: 1px dotted #FF9F00; +/* border: 1px dotted #FF9F00; */ } /* .......... default state .......... */ -- 2.35.3