diff options
Diffstat (limited to 'themes/base/jquery.ui.theme.css')
-rw-r--r-- | themes/base/jquery.ui.theme.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index 6388885c2..47aedb0d3 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -41,9 +41,10 @@ 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}*/; } +.ui-widget-header a { + color: #222222/*{fcHeader}*/; +} /* Interaction states ----------------------------------*/ |