From bfa77e48558f3de8c330d80d8c35b541e5159a68 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Mon, 9 Jun 2008 08:30:52 +0000 Subject: [PATCH] fix for slider visual test --- tests/visual/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/visual/all.css b/tests/visual/all.css index 4fb7bf5c4..e47b374fd 100644 --- a/tests/visual/all.css +++ b/tests/visual/all.css @@ -77,4 +77,4 @@ ul.plugins li { margin: 0 12px 12px 0; .ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: gray !important; border: none !important; } .ui-slider { margin: 10px; background: #FF9C08; height: 15px; } -.ui-slider-handle { width: 10px; height: 15px; background: white; } +.ui-slider-handle { width: 10px; height: 15px; background: white; position: relative; } -- 2.39.5