aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/effects.all.css
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-13 09:53:02 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-13 09:53:02 +0000
commitd3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089 (patch)
tree14a6b1e326569e8f7e5a971e016e87b5f32d0c50 /tests/visual/effects.all.css
parent73dec6965b94f666e3dfd5ecaad46a3740929d16 (diff)
downloadjquery-ui-d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089.tar.gz
jquery-ui-d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089.zip
tests/visual: started switching to themes/base. Lots of little cleanup.
Diffstat (limited to 'tests/visual/effects.all.css')
-rw-r--r--tests/visual/effects.all.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/visual/effects.all.css b/tests/visual/effects.all.css
index 88d513b2c..84f6cd2d0 100644
--- a/tests/visual/effects.all.css
+++ b/tests/visual/effects.all.css
@@ -1,3 +1,4 @@
+
body,html {
margin: 0;
padding: 0;
@@ -32,8 +33,8 @@ div.effect {
}
div.current {
- border: 5px outset #FF0000;
- background: #660000;
+ border: 5px outset #FF9C08;
+ background: #FF9C08;
}
div.effect p {
@@ -46,4 +47,4 @@ div.effect p {
border: 1px dotted #fff;
background: #666;
opacity: 0.5;
-} \ No newline at end of file
+}