Nico Huber | ee52fbc | 2023-06-24 11:52:57 +0000 | [diff] [blame^] | 1 | .upgrade-version { |
2 | font-weight: bold; | ||||
3 | font-size: 1.5em; | ||||
4 | } | ||||
5 | |||||
6 | .original-version { color: #666666; } | ||||
7 | .this-version { color: #4A80ED; } | ||||
8 | |||||
9 | .upgrade-results { | ||||
10 | overflow: auto; | ||||
11 | height: 200px; | ||||
12 | border: 1px solid #666666; | ||||
13 | background-color: #EEEEEE; | ||||
14 | } |