make cancel button a unified style

Some cancel buttons have underline when hover,
but some do not when hover,they should be consistent.

Closes-Bug: #1415301

Change-Id: I40e5d3908c95e36923c10878578d0e2947856323
This commit is contained in:
chen qiaomin 2015-01-27 16:24:11 -05:00 committed by chenqiaomin
parent c2b543bb8f
commit 463dc0f14e
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ form label {
a.close:hover {
color: #333;
text-decoration: underline;
text-decoration: none;
}
}