Usability Enhancement: Click on list rows to Edit items.

This commit is contained in:
Nate Jones
2014-06-21 07:04:04 +00:00
parent d1dcf1de90
commit 84a134a23d
16 changed files with 110 additions and 92 deletions
+10 -1
View File
@@ -278,6 +278,16 @@ input[type=text]::-ms-clear {
padding: 4px 16px 4px 6px;
}
table.tr_hover tr {
background-color: transparent;
cursor: default;
}
table.tr_hover tr:hover td,
table.tr_hover tr:hover td a {
color: #5082ca;
}
.row_style0 {
border-bottom: 1px solid #c5d1e5;
background-color: #e5e9f0;
@@ -286,7 +296,6 @@ input[type=text]::-ms-clear {
padding: 5px 7px;
}
.row_style1 {
border-bottom: 1px solid #c5d1e5;
background-color: #fff;