Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
work in progress: Iteration page hover
  • Loading branch information
alex-sl-eng committed Aug 3, 2012
1 parent 9daf29a commit 0362d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/stylesheet/base.css
Expand Up @@ -71,7 +71,7 @@ input,textarea {
font-size:14px;
}

input[type="text"]
input[type="text"], input[type="password"]
{
width:210px;
font-size:12px;
Expand Down
4 changes: 2 additions & 2 deletions zanata-war/src/main/webapp/stylesheet/zanata.css
Expand Up @@ -839,8 +839,8 @@ input[type="text"].loginForm_input, input[type="password"].loginForm_input {
background:#FFFFFF;
}

.iterations table tr:hover {
background-color:transperant;
.iterations table.rich-table tbody tr:hover {
background:none;
}

.iteration_grid_col {
Expand Down

0 comments on commit 0362d59

Please sign in to comment.