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:
Alexander Schmitz 2015-08-10 10:29:19 -04:00
parent 8bf46a46ad
commit 559dc05462

View File

@ -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}*/;