| Index: dashboard/dashboard/templates/bug_result.html
|
| diff --git a/dashboard/dashboard/templates/bug_result.html b/dashboard/dashboard/templates/bug_result.html
|
| index 5a95f6a77095792597cc0c0edf1ae6186b728ba9..0aad91eb0fc70b07bd4fe5508e465b957106d973 100644
|
| --- a/dashboard/dashboard/templates/bug_result.html
|
| +++ b/dashboard/dashboard/templates/bug_result.html
|
| @@ -89,7 +89,7 @@ This template contains HTML for the following things:
|
| background-color: #fff;
|
| border: 1px solid #d9d9d9;
|
| border-top: 1px solid #c0c0c0;
|
| - -webkit-border-radius: 1px;
|
| + border-radius: 1px;
|
| border-radius: 1px;
|
| box-sizing: border-box;
|
| color: #333;
|
| @@ -145,7 +145,7 @@ This template contains HTML for the following things:
|
| line-height: 27px;
|
| min-width: 54px;
|
| padding: 0px 8px;
|
| - -webkit-user-select: none;
|
| + user-select: none;
|
| }
|
|
|
| popup-tooltip {
|
|
|