summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/Dialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/claro/Dialog.css')
-rw-r--r--lib/dijit/themes/claro/Dialog.css25
1 files changed, 19 insertions, 6 deletions
diff --git a/lib/dijit/themes/claro/Dialog.css b/lib/dijit/themes/claro/Dialog.css
index ae0b18df6..744b649dd 100644
--- a/lib/dijit/themes/claro/Dialog.css
+++ b/lib/dijit/themes/claro/Dialog.css
@@ -56,6 +56,15 @@
border-top: 1px solid #d3d3d3;
margin: 10px -8px -10px;
}
+.claro .dijitTooltipDialog .dijitDialogPaneActionBar {
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-border-radius-bottomleft: 4px;
+ margin: 10px -10px -8px;
+}
.claro .dijitDialogPaneActionBar .dijitButton {
float: none;
}
@@ -65,8 +74,13 @@
border: 1px solid #ffffff;
border-top: none;
background-color: #abd6ff;
- background-image: url("images/titlebar.png");
+ background-image: url("images/standardGradient.png");
background-repeat: repeat-x;
+ background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
+ background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
+ background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
+ background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
+ _background-image: none;
padding: 5px 7px 4px 7px;
}
.claro .dijitDialogTitle {
@@ -121,8 +135,10 @@
/* the part with the text */
background-color: #ffffff;
- background-image: url("images/tooltipGradient.png");
- background-repeat: repeat-x;
+ background-image: -moz-linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
+ background-image: -webkit-linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
+ background-image: -o-linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
+ background-image: linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
background-position: bottom;
border: 1px solid #759dc0;
padding: 6px 8px;
@@ -134,9 +150,6 @@
font-size: 1em;
color: #000000;
}
-.dj_ie6 .claro .dijitTooltipContainer {
- background-image: none;
-}
.claro .dijitTooltipConnector {
/* the arrow piece */