Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-12 20:44:18 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-08-12 20:44:18 +0400
commit329bc28d065381e060be32b63960ea35600ca41e (patch)
treefbb26ce263167c822e901bc5bac008c208079c83 /apps/calendar
parenteb516b79b6c9ab52a45998e5ebe7c0d3158f4f99 (diff)
Commented out unused(?) class that interfered with appsettings.
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index 5cda4b1beff..363a24aea10 100644
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -40,7 +40,7 @@
.thisday{background: #FFFABC;}
.event {position:relative;}
.event.colored {border-bottom: 1px solid white;}
-.popup {display: none; position: absolute; z-index: 1000; 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: #6193CF}