Skip to content

Commit

Permalink
Fix striped styling overrides background color of not published docum…
Browse files Browse the repository at this point in the history
…ent's rows
  • Loading branch information
roman-yagodin committed Sep 6, 2017
1 parent d8d95d2 commit 135493f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R7.Documents/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
.ViewDocuments .EditHeader,
.ViewDocuments .IconHeader { width:1px }

.ViewDocuments ._nonpublished { background-color:#ffc }
.ViewDocuments ._nonpublished:hover { background-color:#fefe97 }
.ViewDocuments ._nonpublished { background-color:#ffc!important }
.ViewDocuments ._nonpublished:hover { background-color:#fefe97!important }

/* dnnGridHeader fix */
.ViewDocuments .dnnGridHeader th {
Expand Down

0 comments on commit 135493f

Please sign in to comment.