weekly view for RTx::Calendar, RT#16584
[freeside.git] / rt / share / html / NoAuth / css / calendar.css
index 1eec5d9..cc1f2c4 100644 (file)
@@ -1,8 +1,8 @@
-.tooltip{position:relative;z-index:1;}
-.tooltip:hover{z-index:5;color:#000;}
-.tooltip span.tip{display: none; text-align:left;}
+.rtxcalendar .tooltip{position:relative;z-index:1;}
+.rtxcalendar .tooltip:hover{z-index:5;color:#000;}
+.rtxcalendar .tooltip span.tip{display: none; text-align:left;}
 
-div.tooltip:hover span.tip{
+.rtxcalendar div.tooltip:hover span.tip{
 display:block;
 position:absolute;
 top:12px; left:24px; width:350px;
@@ -13,24 +13,29 @@ font-size: 0.8em;
 color:#505050;
 }
 
-.date {
+.rtxcalendar .date {
   text-align: right;
   background-color: #f8f8ff;
   width:100%;
 }
 
-.offmonthdate {
+.offmonthcalendardate {
   text-align: right;
   background-color: #f8f8f8;
   width:100%;
 }
 
-.todaysdate {
+.todayscalendardate {
   text-align: right;
   background-color: #fc6; /*#fad163*/
   width:100%;
 }
 
+.calendardate {
+  text-align: right;
+  width:100%;
+}
+
 table.rtxcalendar {
     width:100%;
     border-collapse: collapse;
@@ -73,3 +78,15 @@ table.rtxcalendar td.aweekago {
     border-bottom: none;
 }
 
+table.rtxcalendar td.controls {
+    background: #eeeeee;
+    width: 1%;
+    border-top: 1px solid #eeeeee;
+    border-left: 1px solid #eeeeee;
+    border-bottom: 1px solid #eeeeee;
+}
+
+table.rtxcalendar td.controls:hover {
+    background-color: #CFDEFF;
+}
+