]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/themes/claro/Dialog.less
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / themes / claro / Dialog.less
index ff5c1e65601c30f60ad9a631d7288a24b014d840..5e74be74742cb9a9a3bf525c8315b2e3419e31e6 100644 (file)
@@ -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;
 }
        /* 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;
 .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;
        .border-radius(4px);
        .box-shadow(0 1px 3px rgba(0,0,0,0.25));
        font-size: 1em;
+       color: @text-color;
 } 
 
 .dj_ie6 .claro .dijitTooltipContainer {
        /* 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,