diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-25 18:34:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-25 18:34:42 +0200 |
commit | b92f32dd334617e74ab931c1db1801cf1c2897ba (patch) | |
tree | 47d93475fb94fab18432cf9a5b2b6b6efc9add0a /skins | |
parent | b3abb29f2814bafd69095f3ef91bc40cbe5f866c (diff) | |
download | bugzilla-b92f32dd334617e74ab931c1db1801cf1c2897ba.tar.gz bugzilla-b92f32dd334617e74ab931c1db1801cf1c2897ba.tar.xz |
Bug 1201266: Migrate YUI calendar to jQuery
r=gerv
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index dfbf1ee92..b9148f764 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -684,13 +684,6 @@ input.required, select.required, span.required_explanation { color: #000; } -.calendar_button { - background: transparent url("global/calendar.png") no-repeat; - width: 20px; - height: 20px; - vertical-align: middle; -} -.calendar_button span { display: none } /* These classes are set by YUI. */ .yui-calcontainer { display: none; |