aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base/jquery.ui.theme.css')
-rw-r--r--themes/base/jquery.ui.theme.css18
1 files changed, 2 insertions, 16 deletions
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css
index 89f03aa86..6388885c2 100644
--- a/themes/base/jquery.ui.theme.css
+++ b/themes/base/jquery.ui.theme.css
@@ -41,6 +41,7 @@
background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
color: #222222/*{fcHeader}*/;
font-weight: bold;
+ zoom: 1;
}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
@@ -154,9 +155,9 @@
.ui-icon {
width: 16px;
height: 16px;
- background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
background-position: 16px 16px;
}
+.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
@@ -367,36 +368,24 @@
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
- -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
- -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
- -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
- -moz-border-radius-topright: 4px/*{cornerRadius}*/;
- -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
- -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
- -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
- -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
- -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
- -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
- -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
- -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
@@ -412,8 +401,5 @@
background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
/* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/;
- -moz-border-radius: 8px/*{cornerRadiusShadow}*/;
- -khtml-border-radius: 8px/*{cornerRadiusShadow}*/;
- -webkit-border-radius: 8px/*{cornerRadiusShadow}*/;
border-radius: 8px/*{cornerRadiusShadow}*/;
}