forked from p81075629/datagear
[web]完善CSV导入界面样式
This commit is contained in:
parent
d0210cb01c
commit
41f1f39896
|
@ -148,7 +148,11 @@ table.dataTable.display tbody > tr > .selected:hover {
|
|||
|
||||
/*jquery-steps*/
|
||||
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
|
||||
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active,
|
||||
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
|
||||
background-color: #7f7f7f;
|
||||
border: 1px solid #b3b3b3;
|
||||
color: #eeeeee;
|
||||
}
|
||||
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
|
||||
border: 1px solid #ffb61e;
|
||||
background-color: #f99117;
|
||||
|
|
|
@ -148,7 +148,11 @@ table.dataTable.display tbody > tr > .selected:hover {
|
|||
|
||||
/*jquery-steps*/
|
||||
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
|
||||
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active,
|
||||
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
|
||||
background-color: #489a0c;
|
||||
border: 1px solid #70ec13;
|
||||
color: #ffffff;
|
||||
}
|
||||
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
|
||||
border: 1px solid #94e63f;
|
||||
background-color: #59c908;
|
||||
|
@ -162,7 +166,7 @@ table.dataTable.display tbody > tr > .selected:hover {
|
|||
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active{
|
||||
background: none;
|
||||
border: 1px solid #45930b;
|
||||
color: #aaa;
|
||||
color: #ccc;
|
||||
}
|
||||
.wizard > .content{
|
||||
border: 1px solid #45930b;
|
||||
|
|
|
@ -148,7 +148,11 @@ table.dataTable.display tbody > tr > .selected:hover {
|
|||
|
||||
/*jquery-steps*/
|
||||
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active,
|
||||
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active,
|
||||
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
|
||||
background-color: #dddddd;
|
||||
border: 1px solid #b2b2b2;
|
||||
color: #454545;
|
||||
}
|
||||
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
|
||||
border: 1px solid #003eff;
|
||||
background-color: #007FFF;
|
||||
|
@ -162,7 +166,7 @@ table.dataTable.display tbody > tr > .selected:hover {
|
|||
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active{
|
||||
background: none;
|
||||
border: 1px solid #c5c5c5;
|
||||
color: #aaa;
|
||||
color: #999;
|
||||
}
|
||||
.wizard > .content{
|
||||
border: 1px solid #DDDDDD;
|
||||
|
|
Loading…
Reference in New Issue