summaryrefslogtreecommitdiff
path: root/public/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/app.css')
-rw-r--r--public/app.css20
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%;
}