summaryrefslogtreecommitdiffstats
path: root/apps/calendar/css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-01-19 21:00:19 +0100
committerBart Visscher <bartv@thisnet.nl>2012-01-19 21:00:19 +0100
commitccad24a925b2e610881fceba9fb550f91da24162 (patch)
treea23b9eed4a9b59395375e2d42d6c38b8ffed04d5 /apps/calendar/css
parent838766add085abab914bb405903ced35baddbb74 (diff)
downloadnextcloud-server-ccad24a925b2e610881fceba9fb550f91da24162.tar.gz
nextcloud-server-ccad24a925b2e610881fceba9fb550f91da24162.zip
[Calendar] Use class for active view button
Diffstat (limited to 'apps/calendar/css')
-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 108bc647a7f..cffaf356402 100644
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -43,7 +43,7 @@
.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}
+input[type="button"].active {color: #6193CF}
#fromtime, #totime {
color:#333;
}