changed button style
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Oct 2006 18:52:04 +0000 (18:52 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Oct 2006 18:52:04 +0000 (18:52 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6477 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/oils_rpt.css

index dda5812..bf54b50 100644 (file)
@@ -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 {