improve popup styling: no more 1 pixel light blue around content, add slight shadow
[freeside.git] / httemplate / elements / freeside.css
index 3dc344c..d4e155a 100644 (file)
@@ -228,8 +228,8 @@ div.fstabcontainer {
 .fsinnerbox {
   /* background-color:#cccccc; */
   padding:2px;
-  border: 1px solid #999999;
-  border-radius: 2px;
+  border: thin solid #999999;
+  border-radius: .25em;
 }
 
 .fsinnerbox th {
@@ -318,3 +318,8 @@ td.label {
   font-size: large;
   color: #ff0000;
 }
+
+div#overDiv {
+  box-shadow: #333333 1px 1px 2px;
+}
+