summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/Dialog.css
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-18 07:32:01 +0000
committerRichard Beales <[email protected]>2013-03-18 07:32:01 +0000
commit7c97d17aaf373339a8bcd917ad59ca6018148f0d (patch)
tree5a3c04f0f9529be392c1263d3feb75806eb43797 /lib/dijit/themes/claro/Dialog.css
parent70db7424e7068701e60cc5bcdfe8f858be508179 (diff)
parentc670a80ddd9b03bd4ea6d940a9ed682fd26248d7 (diff)
Merge remote-tracking branch 'upstream/master'
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 */