| Index: skin/devtools-panel.css |
| diff --git a/skin/devtools-panel.css b/skin/devtools-panel.css |
| index 55a62f969781694c9e69aaa72dc16f931280b657..5e5a1fd2856a99dc04abb3a6228d1dc7bcabbae1 100644 |
| --- a/skin/devtools-panel.css |
| +++ b/skin/devtools-panel.css |
| @@ -174,12 +174,12 @@ tr:not(:hover) .action |
| width: 100%; |
| } |
| -.resourceLink |
| -{ |
| - cursor: pointer; |
| +.resource-link { |
| + text-decoration: none; |
| + color: #303942; |
| } |
| -.resourceLink:hover { |
| +.resource-link:hover { |
| text-decoration: underline; |
| } |