mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
Detail view: Adjust tab colors
This commit is contained in:
parent
185be21414
commit
5e9320faa1
@ -1604,13 +1604,14 @@ div.list-view td.state.off span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-tabs ul li.ui-state-default a {
|
.ui-tabs ul li.ui-state-default a {
|
||||||
padding-bottom: 12px;
|
padding-bottom: 10px;
|
||||||
border: 1px solid #E2DDDD;
|
border: 1px solid #D9D9D9;
|
||||||
/*+border-radius:4px 4px 0 0;*/
|
/*+border-radius:4px 4px 0 0;*/
|
||||||
-moz-border-radius: 4px 4px 0 0;
|
-moz-border-radius: 4px 4px 0 0;
|
||||||
-webkit-border-radius: 4px 4px 0 0;
|
-webkit-border-radius: 4px 4px 0 0;
|
||||||
-khtml-border-radius: 4px 4px 0 0;
|
-khtml-border-radius: 4px 4px 0 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
|
background: #F0F0F0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-view .ui-tabs ul li.ui-state-default a {
|
.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 {
|
.ui-tabs div.ui-tabs-panel {
|
||||||
border: 1px solid #E2DDDD;
|
border: 1px solid #D9D9D9;
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 78%;
|
height: 78%;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user