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
Restore bottom border of selected transUnit
  • Loading branch information
Alex Eng committed Nov 21, 2011
1 parent 9c8749b commit 60b33b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -298,6 +298,7 @@ tr.TableEditorRow.highlighted td.TableEditorCell {
background-color: #f1f2f6; */

border-color: #AAA;
border-bottom: 1px solid #AAA;
}

tr.TableEditorRow.highlighted td.TableEditorCell-Source {
Expand Down Expand Up @@ -350,7 +351,6 @@ tr.TableEditorRow.selected {
tr.TableEditorRow.selected td.TableEditorCell {
border-top: 3px solid #666666;
border-bottom: 3px solid #666666;

}

tr.TableEditorRow.selected td.TableEditorCell-Source {
Expand Down

0 comments on commit 60b33b7

Please sign in to comment.