Skip to content

Commit

Permalink
shell: Make container search active blue instead of gray
Browse files Browse the repository at this point in the history
Fixes #773
Closes #775
Reviewed-by: Stef Walter <stefw@redhat.com>
  • Loading branch information
andreasn authored and stefwalter committed Jun 24, 2014
1 parent 3e80d7e commit 778ae3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/shell/cockpit.css
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,10 @@ a {
margin-top: 10px;
}

#containers-search-image-results tr.active td {
background-color: #f5f9fc;
}

#containers-search-image-search {
background: url("images/search-icon.png") no-repeat 3px;
padding-left: 20px;
Expand Down

0 comments on commit 778ae3b

Please sign in to comment.