diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 14 |
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; |
