custom/bootstrap-datepicker.css
authorEdward <edward@roojs.com>
Mon, 26 May 2014 08:46:02 +0000 (16:46 +0800)
committerEdward <edward@roojs.com>
Mon, 26 May 2014 08:46:02 +0000 (16:46 +0800)
custom/bootstrap-datepicker.css

index c861781..2de3468 100644 (file)
 .datepicker table tr td.active.disabled:hover.active {
   background-color: #003399 \9;
 }
-.datepicker-time td span {
-    display: block;
-    width: 47px;
-    height: 54px;
-    line-height: 54px;
-    float: left;
-    margin: 2px;
-    cursor: pointer;
-    border-radius: 4px;
-}
 .datepicker table tr td span {
   display: block;
   width: 23%;
   width: 16px;
   height: 16px;
 }
+
+.datepicker .datepicker-time td span {
+    display: block;
+    width: 47px;
+    height: 54px;
+    line-height: 54px;
+    float: left;
+    margin: 2px;
+    cursor: pointer;
+    border-radius: 4px;
+}
\ No newline at end of file