From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/themes/claro/form/NumberSpinner.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/dijit/themes/claro/form/NumberSpinner.less') diff --git a/lib/dijit/themes/claro/form/NumberSpinner.less b/lib/dijit/themes/claro/form/NumberSpinner.less index ca78afb35..1c79d3a37 100644 --- a/lib/dijit/themes/claro/form/NumberSpinner.less +++ b/lib/dijit/themes/claro/form/NumberSpinner.less @@ -37,7 +37,7 @@ .claro .dijitSpinner .dijitArrowButton { width:auto; background-color: @arrowbutton-background-color; - background-image: url("images/formHighlight.png"); + background-image: url("../@{image-form-highlight}"); background-position:0 0; background-repeat:repeat-x; overflow: hidden; @@ -53,7 +53,7 @@ .claro .dijitSpinner .dijitArrowButtonInner { border:solid 1px @arrowbutton-inner-border-color; border-bottom-width: 0; /* 2 top borders = 1 top+bottom border in ComboBox */ - background-image: url("images/commonFormArrows.png"); + background-image: url("../@{image-form-common-arrows}"); background-repeat: no-repeat; height: 100%; width:15px; @@ -147,4 +147,4 @@ * should be no empty space between dijitInputLayoutContainer and dijitSpinner*/ .dj_ie7 .claro .dijitSpinner { overflow:visible; -} \ No newline at end of file +} -- cgit v1.2.3