summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-05-10 11:37:32 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-05-10 11:37:32 -0400
commitda48c504975617bceb9191a06229d5c730f335f8 (patch)
treeb68077efcc1010c73f6fe871b15ee6bcad38b058 /www/css
parentbe54fb1534f20ff0cc622ff2e7f8734a5fc22752 (diff)
general cleanup, also object notes tweaks, removed authSession undefined foo
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index d86c089a..f52c0f38 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -577,6 +577,20 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */
opacity: 0.7;
}
+.object-notes {
+ background-color:rgba(255, 242, 0,1.0);
+ color: black;
+ border-radius: 5px;
+ padding-left:4px;
+ padding-right:4px;
+ margin-top:1px;
+ margin-bottom:1px;
+}
+
+.regular-notes {
+ color:white;
+}
+
.events-modal-camera-icon {
position: absolute;
bottom: 120px;