diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-10 10:29:19 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-14 10:40:02 -0400 |
commit | 559dc054621ca49cd513a8e8f13b2462e784cae8 (patch) | |
tree | 878bf8de678dc70e659dab4a0ad4caea291ea8a0 /themes/base | |
parent | 8bf46a46ad3207c62bcee305ddff50bd13a8ca51 (diff) | |
download | jquery-ui-559dc054621ca49cd513a8e8f13b2462e784cae8.tar.gz jquery-ui-559dc054621ca49cd513a8e8f13b2462e784cae8.zip |
Theme: If make outer border consistent among widgets
Make sure all widgets use the default border color
Ref #13997
Ref #1586
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
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}*/; |