diff options
author | Lizi <li.zi30@zte.com.cn> | 2018-01-18 09:24:19 +0000 |
---|---|---|
committer | Lizi <li.zi30@zte.com.cn> | 2018-01-18 09:32:07 +0000 |
commit | e02cfb1940c721efa29d7766763e5d5beaf46189 (patch) | |
tree | 4b813c85bc4296733c5ec4a16169d0d8eada7176 /common/src/main/webapp/thirdparty/icheck/skins/flat/red.css | |
parent | 38fda27a24d9ceac0d6499fe60396954e647f2ca (diff) |
Remove the redundancy packages
Change-Id: I1c04ad98a1fc0351b69c125c7afc8b6ee8ad64af
Issue-ID: AAI-591
Signed-off-by: Lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'common/src/main/webapp/thirdparty/icheck/skins/flat/red.css')
-rw-r--r-- | common/src/main/webapp/thirdparty/icheck/skins/flat/red.css | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/common/src/main/webapp/thirdparty/icheck/skins/flat/red.css b/common/src/main/webapp/thirdparty/icheck/skins/flat/red.css deleted file mode 100644 index d2e240d..0000000 --- a/common/src/main/webapp/thirdparty/icheck/skins/flat/red.css +++ /dev/null @@ -1,53 +0,0 @@ -/* iCheck plugin Flat skin, red ------------------------------------ */ -.icheckbox_flat-red, -.iradio_flat-red { - display: inline-block; - *display: inline; - vertical-align: middle; - margin: 0; - padding: 0; - width: 20px; - height: 20px; - background: url(red.png) no-repeat; - border: none; - cursor: pointer; -} - -.icheckbox_flat-red { - background-position: 0 0; -} - .icheckbox_flat-red.checked { - background-position: -22px 0; - } - .icheckbox_flat-red.disabled { - background-position: -44px 0; - cursor: default; - } - .icheckbox_flat-red.checked.disabled { - background-position: -66px 0; - } - -.iradio_flat-red { - background-position: -88px 0; -} - .iradio_flat-red.checked { - background-position: -110px 0; - } - .iradio_flat-red.disabled { - background-position: -132px 0; - cursor: default; - } - .iradio_flat-red.checked.disabled { - background-position: -154px 0; - } - -/* HiDPI support */ -@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { - .icheckbox_flat-red, - .iradio_flat-red { - background-image: url(red@2x.png); - -webkit-background-size: 176px 22px; - background-size: 176px 22px; - } -}
\ No newline at end of file |