| 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 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 .nav-option { | 1105 .nav-option { |
| 1106 float: right; | 1106 float: right; |
| 1107 margin: 3px; | 1107 margin: 3px; |
| 1108 padding: 8px; | 1108 padding: 8px; |
| 1109 } | 1109 } |
| 1110 | 1110 |
| 1111 .nav-option label { | 1111 .nav-option label { |
| 1112 color: white; | 1112 color: white; |
| 1113 } | 1113 } |
| 1114 | 1114 |
| 1115 /* megamorphic-cache-ref */ |
| 1116 /* TODO(cbernaschina) fix megamorphic-cache-ref-wrapped to megamorphic-cache-ref |
| 1117 when wrapper removed */ |
| 1118 |
| 1119 megamorphic-cache-ref-wrapped > a[href]:hover { |
| 1120 text-decoration: underline; |
| 1121 } |
| 1122 megamorphic-cache-ref-wrapped > a[href] { |
| 1123 color: #0489c3; |
| 1124 text-decoration: none; |
| 1125 } |
| 1126 megamorphic-cache-ref-wrapped > a[href] * { |
| 1127 color: inherit; |
| 1128 } |
| 1129 |
| 1115 /* nav-notify */ | 1130 /* nav-notify */ |
| 1116 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper | 1131 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper |
| 1117 removed */ | 1132 removed */ |
| 1118 nav-notify-wrapped > div { | 1133 nav-notify-wrapped > div { |
| 1119 float: right; | 1134 float: right; |
| 1120 } | 1135 } |
| 1121 nav-notify-wrapped > div > div { | 1136 nav-notify-wrapped > div > div { |
| 1122 display: block; | 1137 display: block; |
| 1123 position: absolute; | 1138 position: absolute; |
| 1124 top: 98%; | 1139 top: 98%; |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1692 | 1707 |
| 1693 vm-connect-target > button.delete-button:hover { | 1708 vm-connect-target > button.delete-button:hover { |
| 1694 background: #ff0000; | 1709 background: #ff0000; |
| 1695 } | 1710 } |
| 1696 | 1711 |
| 1697 /* vm-connect */ | 1712 /* vm-connect */ |
| 1698 | 1713 |
| 1699 vm-connect ul { | 1714 vm-connect ul { |
| 1700 list-style-type: none; | 1715 list-style-type: none; |
| 1701 } | 1716 } |
| OLD | NEW |