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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-05-27 07:57:31 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-05-27 07:57:31 +0400
commitfd0cdc89ffac8ff5d1574a0824a39a26f7dbaeee (patch)
tree4f45caabaf3d2e36637d7de22ad8176266eb4a3e /themes
parentf75cbfdfe38d921507b43e87d0860f4aca22cbe2 (diff)
Make sure clicking on calendar icon in period select shows period selector dropdown.
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index c33538a3c2..fae5c6df2f 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -131,10 +131,10 @@ a {
right:9px;
top:7px;
background: url("images/icon-calendar.gif") no-repeat scroll;
+ cursor:pointer;
}
#periodString #date{
- cursor:pointer;
- display:inline-block;
+ cursor:pointer;
padding:5px 10px 6px 10px;
margin:-5px -10px -6px -10px;