Ray's changes for list.css
This commit is contained in:
parent
d9f6bb3b4e
commit
a19a5415c1
|
@ -50,8 +50,8 @@
|
||||||
-moz-transition: all 0.1s linear;
|
-moz-transition: all 0.1s linear;
|
||||||
}
|
}
|
||||||
.main-list tr.with_action:hover>td {
|
.main-list tr.with_action:hover>td {
|
||||||
color: #DDD;
|
color: #333333;
|
||||||
background-color: #333333;
|
background-color: #E6E6E6;
|
||||||
-webkit-transition: all 0.2s linear;
|
-webkit-transition: all 0.2s linear;
|
||||||
-moz-transition: all 0.2s linear;
|
-moz-transition: all 0.2s linear;
|
||||||
}
|
}
|
||||||
|
@ -79,14 +79,14 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
left: -8px;
|
left: -55px;
|
||||||
top: -8px;
|
top: -8px;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
width: 200px;
|
width: 160px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
.qe-edit-div .table-condensed {
|
.qe-edit-div .table-condensed {
|
||||||
|
|
Reference in New Issue