diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-06-26 21:12:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-06-26 21:12:37 +0000 |
commit | c4c55c23c564160a7150062ffb73041f21de70e9 (patch) | |
tree | 6aa857aebc680d624dc442b8d0818420d42c522c /www/css | |
parent | 7236430484ffbd9874083b9703ff3015e3347c89 (diff) |
Added links for edit actions, and place holders for the event handlers.
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/css/main.css b/www/css/main.css index 22284e4..ab6eb04 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -18,12 +18,12 @@ td input tr.style1 { - background-color: #aaaaff; + background-color: #ddddff; } tr.style2 { - background-color: #8888ff; + background-color: #ccccff; } a:link |