diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-08-20 09:48:11 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-08-20 09:48:11 -0400 |
commit | 31d9184aa3d5411db11834bd738547775fad487a (patch) | |
tree | 0a13f424bf7b061f03a33fa8f9d16132a5b64790 /themes | |
parent | 8bd40304433004dd955fcbf925ed4f24502bfeb5 (diff) | |
parent | caf6f2dc84295878f0a692b540e6f910b2a1d505 (diff) | |
download | jquery-ui-31d9184aa3d5411db11834bd738547775fad487a.tar.gz jquery-ui-31d9184aa3d5411db11834bd738547775fad487a.zip |
Merge branch 'master' into datepicker
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/spinner.css | 2 | ||||
-rw-r--r-- | themes/base/theme.css | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/themes/base/spinner.css b/themes/base/spinner.css index a7563e6b9..19a0bb7b6 100644 --- a/themes/base/spinner.css +++ b/themes/base/spinner.css @@ -19,7 +19,7 @@ border: none; background: none; color: inherit; - padding: 0; + padding: .222em 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; 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}*/; |