diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-02 23:51:18 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-02 23:51:18 +0200 |
commit | afb07d3e3953c5812de4f165c38b1cb96826da48 (patch) | |
tree | 9f87cf99cd9bbf28fe0cdd256259ad04124b05ea /apps/calendar/css/style.css | |
parent | 208852abf25c207c1ae44e34aecdc48fa879e930 (diff) | |
download | nextcloud-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-x | apps/calendar/css/style.css | 2 |
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} |