| OLD | NEW | 
|---|
| 1 <!-- | 1 <!-- | 
| 2   Copyright 2016 The LUCI Authors. All rights reserved. | 2   Copyright 2016 The LUCI Authors. All rights reserved. | 
| 3   Use of this source code is governed under the Apache License, Version 2.0 | 3   Use of this source code is governed under the Apache License, Version 2.0 | 
| 4   that can be found in the LICENSE file. | 4   that can be found in the LICENSE file. | 
| 5 | 5 | 
| 6   This in an HTML Import-able file that contains the definition | 6   This in an HTML Import-able file that contains the definition | 
| 7   of the following elements: | 7   of the following elements: | 
| 8 | 8 | 
| 9     <swarming-app> | 9     <swarming-app> | 
| 10 | 10 | 
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 226         min-width: 5.14em; | 226         min-width: 5.14em; | 
| 227         background-color: #fff; | 227         background-color: #fff; | 
| 228         color: #1f78b4; | 228         color: #1f78b4; | 
| 229         text-align: center; | 229         text-align: center; | 
| 230         text-transform: uppercase; | 230         text-transform: uppercase; | 
| 231         outline: none; | 231         outline: none; | 
| 232         border-radius: 3px; | 232         border-radius: 3px; | 
| 233         padding: 0.6em 1.2em; | 233         padding: 0.6em 1.2em; | 
| 234         border: solid lightgray 1px; | 234         border: solid lightgray 1px; | 
| 235         margin: 0.6em; | 235         margin: 0.6em; | 
|  | 236         cursor: pointer; | 
| 236       } | 237       } | 
| 237 | 238 | 
| 238       button:hover { | 239       button:hover { | 
| 239         background: #eee; | 240         background: #eee; | 
| 240       } | 241       } | 
| 241 | 242 | 
| 242       button:focus { | 243       button:focus { | 
| 243         background-color: #ddd; | 244         background-color: #ddd; | 
| 244         transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1); | 245         transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1); | 
| 245       } | 246       } | 
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 287         border: none; | 288         border: none; | 
| 288         line-height: 20px; | 289         line-height: 20px; | 
| 289         vertical-align: middle; | 290         vertical-align: middle; | 
| 290       } | 291       } | 
| 291 | 292 | 
| 292       select { | 293       select { | 
| 293         overflow-y: auto; | 294         overflow-y: auto; | 
| 294       } | 295       } | 
| 295   </style> | 296   </style> | 
| 296 </dom-module> | 297 </dom-module> | 
| OLD | NEW | 
|---|