Skip to content

Commit

Permalink
Fix search line visibility in exercises results table
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Nov 20, 2015
1 parent a96ce91 commit f2bbce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Resources/public/css/base.css
Expand Up @@ -5206,6 +5206,9 @@ div#chat-remote-video video {
.ui-jqgrid .ui-jqgrid-htable th div{
height: 25px;
}
.ui-jqgrid .ui-jqgrid-htable th {
height: 35px;
}
.ui-jqgrid .ui-state-highlight, .ui-jqgrid .ui-widget-content .ui-state-highlight,.ui-jqgrid .ui-widget-header .ui-state-highlight{
background: #F7F7F7;
}
Expand Down

0 comments on commit f2bbce9

Please sign in to comment.