OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="nav_bar.html"> | |
3 | |
4 | 2 |
5 <polymer-element name="ports-page"> | 3 <polymer-element name="ports-page"> |
6 <template> | 4 <template> |
7 <link rel="stylesheet" href="css/shared.css"> | 5 <link rel="stylesheet" href="css/shared.css"> |
8 <style> | 6 <style> |
9 ul li:hover:not(.selected) { | 7 ul li:hover:not(.selected) { |
10 background-color: #FFF3E3; | 8 background-color: #FFF3E3; |
11 } | 9 } |
12 .selected { | 10 .selected { |
13 background-color: #0489c3; | 11 background-color: #0489c3; |
(...skipping 21 matching lines...) Expand all Loading... |
35 <any-service-ref ref="{{ port['handler'] }}"></any-service-ref> | 33 <any-service-ref ref="{{ port['handler'] }}"></any-service-ref> |
36 </div> | 34 </div> |
37 </div> | 35 </div> |
38 </template> | 36 </template> |
39 </div> | 37 </div> |
40 <hr> | 38 <hr> |
41 <view-footer></view-footer> | 39 <view-footer></view-footer> |
42 </div> | 40 </div> |
43 </template> | 41 </template> |
44 </polymer-element> | 42 </polymer-element> |
OLD | NEW |