Skip to content

Commit 559dc05

Browse files
committed
Theme: If make outer border consistent among widgets
Make sure all widgets use the default border color Ref #13997 Ref #1586
1 parent 8bf46a4 commit 559dc05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

themes/base/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
2929
font-size: 1em;
3030
}
31+
.ui-widget.ui-widget-content {
32+
border: 1px solid #c5c5c5/*{borderColorDefault}*/;
33+
}
3134
.ui-widget-content {
3235
border: 1px solid #dddddd/*{borderColorContent}*/;
3336
background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;

0 commit comments

Comments
 (0)