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
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/common.css')
-rw-r--r--themes/default/common.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index 6b9a99dd12..c33538a3c2 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -117,12 +117,21 @@ a {
margin-right:12px;
z-index:999;
position:absolute;
- background: url("images/icon-calendar.gif") no-repeat scroll right 9px top 7px #F7F7F7;
+ background-color: #f7f7f7;
}
#periodString:hover {
background-color:#f1f0eb;
border-color:#a9a399;
}
+#periodString .calendar-icon {
+ width: 13px;
+ height: 15px;
+ display:inline-block;
+ position:absolute;
+ right:9px;
+ top:7px;
+ background: url("images/icon-calendar.gif") no-repeat scroll;
+}
#periodString #date{
cursor:pointer;
display:inline-block;