﻿/* 覆寫預設的隱藏文字樣式 */
.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
    text-indent: 0 !important; /* 將文字縮排設回 0 */
    /*display: inline !important;*/ /* 確保文字顯示出來 */
    /*overflow: visible !important;*/ /* 防止文字溢出被隱藏 */
    height:100% !important;
}
