Merge pull request #2765 from jakeboone02/ui-br-move

Fix for #2322:  Move .ui-br out of swatches section of default theme. Thanks  jakeboone02
This commit is contained in:
Todd Parker 2011-10-20 12:47:00 -07:00
commit 5ae094ac2c
2 changed files with 18 additions and 6 deletions

View file

@ -90,12 +90,6 @@
color: #2489CE /*{a-body-link-visited}*/;
}
.ui-br {
border-bottom: rgb(130,130,130);
border-bottom: rgba(130,130,130,.3);
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ui-btn-up-a {
border: 1px solid #222 /*{a-bup-border}*/;
background: #333333 /*{a-bup-background-color}*/;
@ -821,6 +815,15 @@ a.ui-link-inherit {
border-radius: 0;
}
/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
border-bottom: rgb(130,130,130);
border-bottom: rgba(130,130,130,.3);
border-bottom-width: 1px;
border-bottom-style: solid;
}
/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {

View file

@ -876,6 +876,15 @@ a.ui-link-inherit {
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
/* Form field separator */
.ui-br {
border-bottom: rgb(130,130,130);
border-bottom: rgba(130,130,130,.3);
border-bottom-width: 1px;
border-bottom-style: solid;
}
/* Overlays */