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/Dialog.less | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'lib/dijit/themes/claro/Dialog.less') diff --git a/lib/dijit/themes/claro/Dialog.less b/lib/dijit/themes/claro/Dialog.less index ff5c1e656..5e74be747 100644 --- a/lib/dijit/themes/claro/Dialog.less +++ b/lib/dijit/themes/claro/Dialog.less @@ -68,7 +68,7 @@ border: 1px solid @dialog-titlebar-border-color; border-top:none; background-color: @dialog-titlebar-background-color; - background-image: url("images/titlebar.png"); + background-image: url(@image-titlebar); background-repeat:repeat-x; padding: 5px 7px 4px 7px; } @@ -77,11 +77,12 @@ /* typography and styling of the dialog title */ padding: 0 1px; font-size:1.091em; + color: @text-color; } .claro .dijitDialogCloseIcon { /* the default close icon for the dialog */ - background: url("images/dialogCloseIcon.png"); + background: url(@image-dialog-close); background-repeat:no-repeat; position: absolute; right: 5px; @@ -89,7 +90,7 @@ width: 21px; } .dj_ie6 .claro .dijitDialogCloseIcon { - background-image: url("images/dialogCloseIcon8bit.png"); + background-image: url(@image-dialog-close-ie6); } .claro .dijitDialogCloseIconHover { background-position:-21px; @@ -122,7 +123,7 @@ .claro .dijitTooltipContainer { /* the part with the text */ background-color:@popup-background-color; - background-image:url("images/tooltipGradient.png"); + background-image:url(@image-tooltip-gradient); background-repeat:repeat-x; background-position:bottom; border:1px solid @popup-border-color; @@ -130,6 +131,7 @@ .border-radius(4px); .box-shadow(0 1px 3px rgba(0,0,0,0.25)); font-size: 1em; + color: @text-color; } .dj_ie6 .claro .dijitTooltipContainer { @@ -139,13 +141,13 @@ /* the arrow piece */ border: 0; z-index: 2; - background-image:url("images/tooltip.png"); + background-image:url(@image-tooltip); background-repeat:no-repeat; width:16px; height:14px; } .dj_ie6 .claro .dijitTooltipConnector { - background-image:url("images/tooltip8bit.png"); + background-image:url(@image-tooltip-ie6); } .claro .dijitTooltipABRight .dijitTooltipConnector { /* above or below tooltip, but the arrow appears on the right, -- cgit v1.2.3