Skip to content

Commit

Permalink
[BUGFIX] Replace hovering js selector with :hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Bürger committed Nov 6, 2014
1 parent f9e16b0 commit c1fc28b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Public/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ td.spacer { width: 8px !important; max-width: 8px !important; height: 8px; }
.flux-grid { width: 100%; }
.flux-grid-hidden { display: none; }
.t3-page-ce .toggle-content { visibility: hidden; }
.t3-page-ce.active .toggle-content { visibility: visible; }
.t3-page-ce:hover .toggle-content { visibility: visible; }
.t3-page-ce-dragitem:hover .t3-page-ce-wrapper-new-ce { cursor: move; }
.t3-page-ce.active .t3-page-ce .t3-row-header { background-color: #CACACA; }
.t3-page-ce.active .t3-page-ce .t3-page-ce-body { border-color: #FFFFFF; }
.t3-page-ce.active .t3-page-ce .t3-row-header .ce-icons, .t3-page-ce.active .t3-page-ce .t3-row-header .ce-icons-left { visibility: hidden; }
.t3-page-ce:hover .t3-page-ce .t3-row-header { background-color: #CACACA; }
.t3-page-ce:hover .t3-page-ce .t3-page-ce-body { border-color: #FFFFFF; }
.t3-page-ce:hover .t3-page-ce .t3-row-header .ce-icons, .t3-page-ce:hover .t3-page-ce .t3-row-header .ce-icons-left { visibility: hidden; }

.flux-grid tr:first-child:last-child td:first-child:last-child {
width: 100%;
Expand Down

0 comments on commit c1fc28b

Please sign in to comment.