summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/Dialog.less
diff options
context:
space:
mode:
authorAnders Kaseorg <[email protected]>2017-01-20 12:29:59 -0500
committerAnders Kaseorg <[email protected]>2017-01-21 13:22:14 -0500
commit6887a0f57307820b097b51aee952c555bcf69024 (patch)
treeff041c03ac0251468eb4308927052f8bd6071ca3 /lib/dijit/themes/claro/Dialog.less
parent9f539be3c2c93ce358b10ca396e922b3b99b56ea (diff)
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 <[email protected]>
Diffstat (limited to 'lib/dijit/themes/claro/Dialog.less')
-rw-r--r--lib/dijit/themes/claro/Dialog.less22
1 files changed, 14 insertions, 8 deletions
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;
}