[Bug #807] Revamped cell styles in advanced assignment
FEA: ItEr69S04BugFixing
This commit is contained in:
parent
45001cf71a
commit
1f944add30
1 changed files with 30 additions and 0 deletions
|
|
@ -1519,3 +1519,33 @@ display:none;
|
|||
background-image: url(../img/small-combo-arrow.png);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.advancedallocationlayout .second_level_ td {
|
||||
border-right: solid 1px #ABC6DE;
|
||||
border-bottom: solid 1px #ABC6DE;
|
||||
}
|
||||
|
||||
.advancedallocationlayout .second_level_ th {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
.advancedallocationlayout div.z-grid {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.advancedallocationlayout .timeTrackedTableWithLeftPane .z-grid-body .z-row-inner {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
.advanced-assignment-area td .z-intbox {
|
||||
height: 20px;
|
||||
background: #3C90BE;
|
||||
color: white;
|
||||
border-right: solid 1px white;
|
||||
}
|
||||
|
||||
.advanced-assignment-area td .z-intbox[value="0"] {
|
||||
background: #ABCDE1;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue