aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/css/style.css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-02 23:51:18 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-02 23:51:18 +0200
commitafb07d3e3953c5812de4f165c38b1cb96826da48 (patch)
tree9f87cf99cd9bbf28fe0cdd256259ad04124b05ea /apps/calendar/css/style.css
parent208852abf25c207c1ae44e34aecdc48fa879e930 (diff)
downloadnextcloud-server-afb07d3e3953c5812de4f165c38b1cb96826da48.tar.gz
nextcloud-server-afb07d3e3953c5812de4f165c38b1cb96826da48.zip
Use css class for view selection radio buttons hilighting
Diffstat (limited to 'apps/calendar/css/style.css')
-rwxr-xr-xapps/calendar/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index c833ae130cb..afdd64b4321 100755
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -52,3 +52,5 @@
.weekend .events{text-align: center;margin: 0; padding: 0;vertical-align: top;background: #F3F3F3; width: 100%; }
.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;}
+
+input[type="button"].active {color: #0098E4}