Helper function for searching indexed submit POST vars
[fa-stable.git] / themes / aqua / default.css
index 1bc4437df91aeca38e9e6816c799003f1ca2dbce..01aeaa380fa953cb8fa7ca540c2221107d6f230e 100644 (file)
@@ -340,4 +340,17 @@ div.tabs a:hover {
 input.amount {
        padding-right: 0px;
        border-right: none;
-}
\ No newline at end of file
+}
+
+.editbutton {
+   color:#0000FF;
+   background-color:transparent;
+   float:left;
+   filter:alpha(opacity=0);
+   opacity:0;
+   -moz-opacity:0;
+   -khtml-opacity:0;
+   border-style:none;
+   text-decoration:underline;
+   cursor: pointer;
+}