aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/themes/default/theme.css2
-rw-r--r--WebContent/themes/default/theme.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/themes/default/theme.css b/WebContent/themes/default/theme.css
index e63affa8c2..69f78368bc 100644
--- a/WebContent/themes/default/theme.css
+++ b/WebContent/themes/default/theme.css
@@ -176,7 +176,7 @@ IMG.overlay {
color: CaptionText;
background-color: ActiveCaption;
}
-.panel-light .borderlight {
+.panel .border, .panel-light .border {
border: 2px groove ThreeDHighlight;
}
diff --git a/WebContent/themes/default/theme.js b/WebContent/themes/default/theme.js
index 6ac94987df..7d1508f5b2 100644
--- a/WebContent/themes/default/theme.js
+++ b/WebContent/themes/default/theme.js
@@ -1350,7 +1350,7 @@ DefaultTheme.prototype.renderPanel = function(renderer,uidl,target,layoutInfo) {
}
if ("light"==style) {
theme.addCSSClass(div,"light");
- borderStyle += "light";
+ //borderStyle += "light";
}
// Create extra DIV for visual layout