Browse Source

Fix for highlight since reduced the number of columns in children table

pull/160/head
Benard Ebinu 8 years ago
parent
commit
8c50dcdee8
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +2
    -2
      edivorce/apps/core/static/css/main.scss

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 2
- 2
edivorce/apps/core/static/css/main.scss View File

@ -267,8 +267,8 @@ input[type=number]::-webkit-outer-spin-button {
.child-item-row { .child-item-row {
height: 50px; height: 50px;
// exclude last 3 columns because contain buttons
&:hover td:not(:nth-last-child(-n+3)) {
// exclude last 2 columns because contain buttons
&:hover td:not(:nth-last-child(-n+2)) {
background: #d4dce5; background: #d4dce5;
} }
} }


Loading…
Cancel
Save