diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-12 22:40:36 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-12 22:40:36 +0200 |
commit | 758f476fe30a1e153acfe76aacac80f5149a8bc9 (patch) | |
tree | cb27eadd48f347b5fa8354bdce8aa51625fcb52d /apps | |
parent | 73b1b68fffecba258714984e13e12183d9932dfd (diff) | |
download | nextcloud-server-758f476fe30a1e153acfe76aacac80f5149a8bc9.tar.gz nextcloud-server-758f476fe30a1e153acfe76aacac80f5149a8bc9.zip |
Calendar: remove not used style rules
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calendar/css/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 363a24aea10..64a779b9a9f 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -40,8 +40,6 @@ .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%;}*/ -.event_popup {width: 280px; height: 40px; padding: 10px;} input[type="button"].active {color: #6193CF} #fromtime, #totime { |