mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Theme: If make outer border consistent among widgets
Make sure all widgets use the default border color Ref #13997 Ref #1586
This commit is contained in:
parent
8bf46a46ad
commit
559dc05462
@ -28,6 +28,9 @@
|
|||||||
font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
|
font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
.ui-widget.ui-widget-content {
|
||||||
|
border: 1px solid #c5c5c5/*{borderColorDefault}*/;
|
||||||
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
border: 1px solid #dddddd/*{borderColorContent}*/;
|
border: 1px solid #dddddd/*{borderColorContent}*/;
|
||||||
background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
|
background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
|
||||||
|
Loading…
Reference in New Issue
Block a user