| OLD | NEW |
| 1 /* Global styles */ | 1 /* Global styles */ |
| 2 * { | 2 * { |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 0; | 4 padding: 0; |
| 5 font: 400 14px 'Montserrat', sans-serif; | 5 font: 400 14px 'Montserrat', sans-serif; |
| 6 color: #333; | 6 color: #333; |
| 7 box-sizing: border-box; | 7 box-sizing: border-box; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body { | 10 body { |
| (...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 .nav-option { | 1103 .nav-option { |
| 1104 float: right; | 1104 float: right; |
| 1105 margin: 3px; | 1105 margin: 3px; |
| 1106 padding: 8px; | 1106 padding: 8px; |
| 1107 } | 1107 } |
| 1108 | 1108 |
| 1109 .nav-option label { | 1109 .nav-option label { |
| 1110 color: white; | 1110 color: white; |
| 1111 } | 1111 } |
| 1112 | 1112 |
| 1113 /* megamorphic-cache-ref */ |
| 1114 /* TODO(cbernaschina) fix megamorphic-cache-ref-wrapped to megamorphic-cache-ref |
| 1115 when wrapper removed */ |
| 1116 |
| 1117 megamorphic-cache-ref-wrapped > a[href]:hover { |
| 1118 text-decoration: underline; |
| 1119 } |
| 1120 megamorphic-cache-ref-wrapped > a[href] { |
| 1121 color: #0489c3; |
| 1122 text-decoration: none; |
| 1123 } |
| 1124 megamorphic-cache-ref-wrapped > a[href] * { |
| 1125 color: inherit; |
| 1126 } |
| 1127 |
| 1113 /* nav-notify */ | 1128 /* nav-notify */ |
| 1114 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper | 1129 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper |
| 1115 removed */ | 1130 removed */ |
| 1116 nav-notify-wrapped > div { | 1131 nav-notify-wrapped > div { |
| 1117 float: right; | 1132 float: right; |
| 1118 } | 1133 } |
| 1119 nav-notify-wrapped > div > div { | 1134 nav-notify-wrapped > div > div { |
| 1120 display: block; | 1135 display: block; |
| 1121 position: absolute; | 1136 position: absolute; |
| 1122 top: 98%; | 1137 top: 98%; |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1690 | 1705 |
| 1691 vm-connect-target > button.delete-button:hover { | 1706 vm-connect-target > button.delete-button:hover { |
| 1692 background: #ff0000; | 1707 background: #ff0000; |
| 1693 } | 1708 } |
| 1694 | 1709 |
| 1695 /* vm-connect */ | 1710 /* vm-connect */ |
| 1696 | 1711 |
| 1697 vm-connect ul { | 1712 vm-connect ul { |
| 1698 list-style-type: none; | 1713 list-style-type: none; |
| 1699 } | 1714 } |
| OLD | NEW |