From a1d65db268e84ef36b3b64567b30c744494a69f5 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 17 Oct 2006 18:52:04 +0000 Subject: [PATCH] changed button style git-svn-id: svn://svn.open-ils.org/ILS/trunk@6477 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/oils_rpt.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/reports/oils_rpt.css b/Open-ILS/web/reports/oils_rpt.css index dda5812904..bf54b5043c 100644 --- a/Open-ILS/web/reports/oils_rpt.css +++ b/Open-ILS/web/reports/oils_rpt.css @@ -97,12 +97,17 @@ button { font-size:84%; font-weight:bold; background-color:#fed; - border:1px solid; + border:2px solid; border-top-color:#696; border-left-color:#696; border-right-color:#363; border-bottom-color:#363; margin: 4px; + border-style: outset; +} + +button:active { + border-style: inset; } .floaty { -- 2.11.0