| OLD | NEW |
| 1 /* Global styles */ | 1 /* Global styles */ |
| 2 * { | 2 * { |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 0; | 4 padding: 0; |
| 5 box-sizing: border-box; | 5 box-sizing: border-box; |
| 6 } | 6 } |
| 7 | 7 |
| 8 body { | 8 body { |
| 9 padding-top: 56px; | 9 padding-top: 56px; |
| 10 color: #333; | 10 color: #333; |
| (...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 } | 1964 } |
| 1965 script-inset button.refresh, | 1965 script-inset button.refresh, |
| 1966 script-inset button.toggle-profile { | 1966 script-inset button.toggle-profile { |
| 1967 background-color: transparent; | 1967 background-color: transparent; |
| 1968 padding: 0; | 1968 padding: 0; |
| 1969 margin: 0; | 1969 margin: 0; |
| 1970 border: none; | 1970 border: none; |
| 1971 position: absolute; | 1971 position: absolute; |
| 1972 display: inline-block; | 1972 display: inline-block; |
| 1973 top: 5px; | 1973 top: 5px; |
| 1974 color: #888888; | 1974 } |
| 1975 line-height: 30px; | 1975 script-inset button.refresh > svg, |
| 1976 font: 400 20px 'Montserrat', sans-serif; | 1976 script-inset button.toggle-profile > svg { |
| 1977 fill: #888888; |
| 1977 } | 1978 } |
| 1978 script-inset button.refresh { | 1979 script-inset button.refresh { |
| 1979 right: 5px; | 1980 right: 5px; |
| 1980 font-size: 25px; | |
| 1981 } | 1981 } |
| 1982 script-inset button.toggle-profile { | 1982 script-inset button.toggle-profile { |
| 1983 right: 30px; | 1983 right: 30px; |
| 1984 font-size: 20px; | |
| 1985 } | 1984 } |
| 1986 script-inset button.toggle-profile.enabled { | 1985 script-inset button.toggle-profile.enabled > svg { |
| 1987 color: #BB3322; | 1986 fill: #BB3322; |
| 1988 } | 1987 } |
| 1989 script-inset a { | 1988 script-inset a { |
| 1990 color: #0489c3; | 1989 color: #0489c3; |
| 1991 text-decoration: none; | 1990 text-decoration: none; |
| 1992 } | 1991 } |
| 1993 script-inset a:hover { | 1992 script-inset a:hover { |
| 1994 text-decoration: underline; | 1993 text-decoration: underline; |
| 1995 } | 1994 } |
| 1996 script-inset .sourceInset { | 1995 script-inset .sourceInset { |
| 1997 } | 1996 } |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2286 | 2285 |
| 2287 vm-connect-target > button.delete-button:hover { | 2286 vm-connect-target > button.delete-button:hover { |
| 2288 background: #ff0000; | 2287 background: #ff0000; |
| 2289 } | 2288 } |
| 2290 | 2289 |
| 2291 /* vm-connect */ | 2290 /* vm-connect */ |
| 2292 | 2291 |
| 2293 vm-connect ul { | 2292 vm-connect ul { |
| 2294 list-style-type: none; | 2293 list-style-type: none; |
| 2295 } | 2294 } |
| OLD | NEW |