Detail view: Adjust tab colors

This commit is contained in:
Brian Federle 2013-10-29 15:43:08 -07:00
parent 185be21414
commit 5e9320faa1

View File

@ -1604,13 +1604,14 @@ div.list-view td.state.off span {
}
.ui-tabs ul li.ui-state-default a {
padding-bottom: 12px;
border: 1px solid #E2DDDD;
padding-bottom: 10px;
border: 1px solid #D9D9D9;
/*+border-radius:4px 4px 0 0;*/
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background: #F0F0F0;
}
.project-view .ui-tabs ul li.ui-state-default a {
@ -1696,7 +1697,7 @@ div.list-view td.state.off span {
}
.ui-tabs div.ui-tabs-panel {
border: 1px solid #E2DDDD;
border: 1px solid #D9D9D9;
clear: both;
height: 78%;
width: 97%;