Mobile theme W.I.P:

- Fix selected row color
- Fix details widget height
This commit is contained in:
Hadi Nategh 2016-03-07 08:42:53 +00:00
parent 2ccb5cd58d
commit 614f75fd26

View File

@ -696,7 +696,7 @@
td:last-child:before {
content: " ";
position: absolute;
background: rgb(255, 255, 255);
background: #696969;
top: 0px;
left: 0px;
bottom: 0px;
@ -825,6 +825,7 @@
background-color: #F0F0F0;
width:100%;
padding-top: 6px;
height: 32px;
}
.et2_details_toggle {