summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index c940445b..690ac927 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -93,3 +93,26 @@ img.bottom
border-color: black;
background-color: white;
}
+
+.button
+{
+ font-family: Verdana, Helvetica, Geneva;
+ font-size: 12px;
+ border: solid;
+ border-width: 1px;
+ border-color: black;
+ background-color: white;
+ margin-right:5px;
+}
+
+.button:hover
+{
+ font-family: Verdana, Helvetica, Geneva;
+ font-size: 12px;
+ text-decoration: underline;
+ border: solid;
+ border-width: 1px;
+ border-color: black;
+ background-color: white;
+ margin-right:5px;
+}