瀏覽代碼

Fixed the icon of date input fields

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@131 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 年之前
父節點
當前提交
67f3b36c06
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      css/light-grey.css

+ 2 - 2
css/light-grey.css

@@ -565,7 +565,7 @@ th.orange {
 /* For Date Picker: Creates a little calendar icon
  * instead of a text link for "Choose date"
  */
-a.dp-choose-date, a.dp-choose-date:hover {
+td a.dp-choose-date, a.dp-choose-date, td a.dp-choose-date:hover, a.dp-choose-date:hover {
 	float: left;
 	width: 16px;
 	height: 16px;
@@ -576,7 +576,7 @@ a.dp-choose-date, a.dp-choose-date:hover {
 	overflow: hidden;
 	background: url(../images/calendar.png) no-repeat; 
 }
-a.dp-choose-date.dp-disabled {
+td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
 	background-position: 0 -20px;
 	cursor: default;
 }