aboutsummaryrefslogtreecommitdiffstats
path: root/demos/removeClass
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-27 18:35:01 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-27 18:35:01 +0000
commit79a1d82582931de7321421b7bdf0e596f55bd8c4 (patch)
tree25f1bbbe8609150142dfaa8b0f7b7477782dce78 /demos/removeClass
parent1ded43162afb181eeb7c3d89d7ce18082dc7f176 (diff)
downloadjquery-ui-79a1d82582931de7321421b7bdf0e596f55bd8c4.tar.gz
jquery-ui-79a1d82582931de7321421b7bdf0e596f55bd8c4.zip
updated classes to use all animated properties
Diffstat (limited to 'demos/removeClass')
-rw-r--r--demos/removeClass/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/removeClass/default.html b/demos/removeClass/default.html
index 429fdee22..99eb22cf8 100644
--- a/demos/removeClass/default.html
+++ b/demos/removeClass/default.html
@@ -12,8 +12,8 @@
#effect { position: relative; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
.ui-effects-transfer { border: 2px dotted gray; }
- .first { width: 240px; height: 135px; padding: 0.4em; font-size: 1.2em; border-width: 1px; }
- .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border-width: 5px; }
+ .first { width: 240px; height: 135px; padding: 0.4em; font-size: 1.2em; border: 1px solid #000; background: #fff; color: #333; }
+ .second { width: 480px; height: 135px; padding: 0.8em; font-size: 1.6em; border: 5px solid #4f5b8c; background: #ddebf4; color: #2c4359; }
</style>
<script type="text/javascript">
$(function() {