[Bug #885] Changed appearance of single-click editable grids to be underlined
FEA: ItEr72S04BugFixing
This commit is contained in:
parent
4da4a4f1d8
commit
4d261263d9
1 changed files with 2 additions and 1 deletions
|
|
@ -1224,6 +1224,8 @@ overflow: visible;
|
|||
|
||||
.clickable-rows tr.z-row:hover .z-row-inner {
|
||||
background-color: #E9F2FB;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clickable-rows tr.z-row:hover .z-row-cnt {
|
||||
|
|
@ -1465,7 +1467,6 @@ input.z-datebox-text-disd {
|
|||
width: auto !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icons and toolbar buttons */
|
||||
|
||||
.icono .z-button-tl, .icono .z-button-tm, .icono .z-button-tr,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue