aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-08-14 10:29:43 +0200
committerJoris Guyonvarch2015-08-14 10:31:01 +0200
commit006d54bf4ac4dd9e05d62d0007759f28740fd77a (patch)
tree77b06a10c5a747777327811bafc91bc1560eea9f /public
parentd25b857d8317d729995d6aa25db7a83fe92a07ef (diff)
downloadbudget-006d54bf4ac4dd9e05d62d0007759f28740fd77a.tar.gz
budget-006d54bf4ac4dd9e05d62d0007759f28740fd77a.tar.bz2
budget-006d54bf4ac4dd9e05d62d0007759f28740fd77a.zip
One payment is clickable and set to orange for the moment
Diffstat (limited to 'public')
-rw-r--r--public/css/reset.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/reset.css b/public/css/reset.css
index c7044d5..c8dafbf 100644
--- a/public/css/reset.css
+++ b/public/css/reset.css
@@ -42,6 +42,11 @@ table {
border-spacing: 0;
}
+a {
+ text-decoration: none;
+ color: inherit;
+}
+
button:hover {
cursor: pointer;
}