From: Alexander Schmitz Date: Mon, 10 Aug 2015 14:29:19 +0000 (-0400) Subject: Theme: If make outer border consistent among widgets X-Git-Tag: 1.12.0-beta.1~190 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=559dc054621ca49cd513a8e8f13b2462e784cae8;p=jquery-ui.git Theme: If make outer border consistent among widgets Make sure all widgets use the default border color Ref #13997 Ref #1586 --- diff --git a/themes/base/theme.css b/themes/base/theme.css index 12b94c653..0e0561dc1 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -28,6 +28,9 @@ font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/; font-size: 1em; } +.ui-widget.ui-widget-content { + border: 1px solid #c5c5c5/*{borderColorDefault}*/; +} .ui-widget-content { border: 1px solid #dddddd/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;