aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/datepicker.css
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2014-01-22 12:02:32 -0500
committerAlexander Schmitz <arschmitz@gmail.com>2015-10-07 10:57:59 -0400
commit02033262ee0fb1d9f33c361b3c2ddfa168604854 (patch)
tree645ed2427d14a598d02754b79e9eb8b889baf846 /themes/base/datepicker.css
parent79d312f3f5cb5629d1bd7f9f899b41f304c388ef (diff)
downloadjquery-ui-02033262ee0fb1d9f33c361b3c2ddfa168604854.tar.gz
jquery-ui-02033262ee0fb1d9f33c361b3c2ddfa168604854.zip
Button: Initial commit of button re-factor
Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
Diffstat (limited to 'themes/base/datepicker.css')
-rw-r--r--themes/base/datepicker.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css
index a77eab7b2..ddb8c17dd 100644
--- a/themes/base/datepicker.css
+++ b/themes/base/datepicker.css
@@ -173,3 +173,14 @@
border-right-width: 0;
border-left-width: 1px;
}
+
+/* Icons */
+.ui-datepicker .ui-icon {
+ display: block;
+ text-indent: -99999px;
+ overflow: hidden;
+ background-repeat: no-repeat;
+ left: .5em;
+ top: .3em;
+}
+