summaryrefslogtreecommitdiffstats
path: root/apps/calendar/css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-09 22:19:06 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-09 22:28:34 +0200
commitcbb36829e634c7f536bbc766d793d02a26e503db (patch)
treefc8d1076a17559481a92ec1049d73a475b21193b /apps/calendar/css
parent760b47a62fe3a8bcf1f58da74ffdaefe33793f7e (diff)
downloadnextcloud-server-cbb36829e634c7f536bbc766d793d02a26e503db.tar.gz
nextcloud-server-cbb36829e634c7f536bbc766d793d02a26e503db.zip
Small update Calendars dialog
Diffstat (limited to 'apps/calendar/css')
-rw-r--r--apps/calendar/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index 8bd5f4acc29..d01bd65bc3e 100644
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -58,6 +58,7 @@
.weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;}
.thisday{background: #FFFABC;text-align: center;margin: 0;padding: 0;vertical-align: top;height: 20px;}
.event {position:relative;}
-.event_popup {display: none; position: absolute; width: 280px; height: 40px; padding: 10px; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}
+.popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}
+.event_popup {width: 280px; height: 40px; padding: 10px;}
input[type="button"].active {color: #0098E4}