diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-20 01:59:47 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-20 01:59:47 +0100 |
| commit | d9d81925299aa787cbdb815cb4b06e17a412b40c (patch) | |
| tree | 601ea37cc6f7e5c6aa3ac1e886d056c2df107779 /public/app.css | |
| parent | bf7ac6af587f68553b83a54fcb724dfc9d684644 (diff) | |
filter by date
Diffstat (limited to 'public/app.css')
| -rw-r--r-- | public/app.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/public/app.css b/public/app.css index 81469f0..2a34557 100644 --- a/public/app.css +++ b/public/app.css @@ -18,6 +18,14 @@ h1 { margin: 0 0 10px; } +a { + color: #08f; + text-decoration: none; +} +.desktop a:hover { + text-decoration: underline; +} + .modal { position: fixed; top: 0; @@ -101,21 +109,25 @@ form.update .clear { color: red; } -.remove { +.row > .remove { + display: none; +} +.row.canEdit:hover > .remove { + display: inline-block; color: #888; cursor: pointer; } -.meal > div:first-child { +.row > div:first-child { width: 300px; font-size: 100%; } -.meal .calories { +.row .calories { color: #888; font-style: italic; } -.meal > div { +.row > div { font-size: 80%; } |
