From 6887a0f57307820b097b51aee952c555bcf69024 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Jan 2017 12:29:59 -0500 Subject: lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg --- lib/dijit/themes/claro/Dialog.less | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 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 8b5b38673..eee3cdaf7 100644 --- a/lib/dijit/themes/claro/Dialog.less +++ b/lib/dijit/themes/claro/Dialog.less @@ -57,8 +57,11 @@ padding: 3px 5px 2px 7px; text-align: right; border-top: 1px solid @minor-border-color; - margin: 10px -8px -10px; } +.claro .dijitDialogPaneContent .dijitDialogPaneActionBar { + margin: 10px -8px -10px; // Offsets 10px padding on dijitDialogPaneContent +} + .claro .dijitTooltipDialog .dijitDialogPaneActionBar { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; @@ -103,7 +106,7 @@ .claro .dijitDialogCloseIconHover { background-position:-21px; } -.claro .dijitDialogCloseIconActive { +.claro .dijitDialogCloseIcon:active { background-position:-42px; } @@ -153,12 +156,6 @@ .dj_ie6 .claro .dijitTooltipConnector { background-image:url(@image-tooltip-ie6); } -.claro .dijitTooltipABRight .dijitTooltipConnector { - /* above or below tooltip, but the arrow appears on the right, - and the right edges of target and tooltip are aligned rather than the left */ - left: auto !important; - right: 3px; -} .claro .dijitTooltipBelow .dijitTooltipConnector { /* the arrow piece for tooltips below an element */ @@ -182,6 +179,15 @@ bottom: -1px; } +.claro .dijitTooltipABRight .dijitTooltipConnector { + /* above or below tooltip, but the arrow appears on the right, + and the right edges of target and tooltip are aligned rather than the left. + Override above rules for .dijitTooltipBelow, .dijitTooltipAbove */ + left: auto; + right: 3px; +} + + .claro .dijitTooltipLeft { padding-right: 14px; } -- cgit v1.2.3