diff options
author | Joris Guyonvarch | 2015-07-19 00:45:42 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-19 00:45:42 +0200 |
commit | a6727f104f808e533052f2bd83bc89cd6bfa0522 (patch) | |
tree | 2c7b8b16d377c04e9e9a32b74102666f6dae16cf /public/css | |
parent | 3486644b442a0800f645ec9ae7f3ce8fe2b3c9cd (diff) |
Adding UI to sign in and sign out
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/reset.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/reset.css b/public/css/reset.css index 72bc5c9..c7044d5 100644 --- a/public/css/reset.css +++ b/public/css/reset.css @@ -42,6 +42,10 @@ table { border-spacing: 0; } +button:hover { + cursor: pointer; +} + html { box-sizing: border-box; } |