| OLD | NEW |
| 1 body | 1 body |
| 2 { | 2 { |
| 3 background-color: #FFFFFF; | 3 background-color: #FFFFFF; |
| 4 } | 4 } |
| 5 | 5 |
| 6 table | 6 table |
| 7 { | 7 { |
| 8 border-collapse: collapse; | 8 border-collapse: collapse; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 .header | 41 .header |
| 42 { | 42 { |
| 43 font-weight: bold; | 43 font-weight: bold; |
| 44 font-size: 120%; | 44 font-size: 120%; |
| 45 } | 45 } |
| 46 | 46 |
| 47 :root:not([selectedTab="requests"]):not([selectedTab="all"]) #requestsBox | 47 :root:not([selectedTab="requests"]):not([selectedTab="all"]) #requestsBox |
| 48 { | 48 { |
| 49 display: none; | 49 display: none; |
| 50 } | 50 } |
| 51 |
| 51 :root:not([selectedTab="filters"]):not([selectedTab="all"]) #filtersBox | 52 :root:not([selectedTab="filters"]):not([selectedTab="all"]) #filtersBox |
| 52 { | 53 { |
| 53 display: none; | 54 display: none; |
| 54 } | 55 } |
| 56 |
| 55 :root:not([selectedTab="subscriptions"]):not([selectedTab="all"]) #subscriptions
Box | 57 :root:not([selectedTab="subscriptions"]):not([selectedTab="all"]) #subscriptions
Box |
| 56 { | 58 { |
| 57 display: none; | 59 display: none; |
| 58 } | 60 } |
| 61 |
| 59 :root:not([selectedTab="errors"]):not([selectedTab="all"]) #errorsBox | 62 :root:not([selectedTab="errors"]):not([selectedTab="all"]) #errorsBox |
| 60 { | 63 { |
| 61 display: none; | 64 display: none; |
| 62 } | 65 } |
| 66 |
| 63 :root:not([selectedTab="screenshot"]):not([selectedTab="all"]) #screenshotBox | 67 :root:not([selectedTab="screenshot"]):not([selectedTab="all"]) #screenshotBox |
| 64 { | 68 { |
| 65 display: none; | 69 display: none; |
| 66 } | 70 } |
| 71 |
| 67 :root:not([selectedTab="warnings"]):not([selectedTab="all"]) #warningsBox | 72 :root:not([selectedTab="warnings"]):not([selectedTab="all"]) #warningsBox |
| 68 { | 73 { |
| 69 display: none; | 74 display: none; |
| 70 } | 75 } |
| 76 |
| 71 :root:not([selectedTab="extensions"]):not([selectedTab="all"]) #extensionsBox | 77 :root:not([selectedTab="extensions"]):not([selectedTab="all"]) #extensionsBox |
| 72 { | 78 { |
| 73 display: none; | 79 display: none; |
| 74 } | 80 } |
| 75 | 81 |
| 76 [selectedTab="requests"]:root #requestsTab | 82 [selectedTab="requests"]:root #requestsTab |
| 77 { | 83 { |
| 78 background-color: #808080; | 84 background-color: #808080; |
| 79 color: #FFFFFF; | 85 color: #FFFFFF; |
| 80 } | 86 } |
| 87 |
| 81 [selectedTab="filters"]:root #filtersTab | 88 [selectedTab="filters"]:root #filtersTab |
| 82 { | 89 { |
| 83 background-color: #808080; | 90 background-color: #808080; |
| 84 color: #FFFFFF; | 91 color: #FFFFFF; |
| 85 } | 92 } |
| 93 |
| 86 [selectedTab="subscriptions"]:root #subscriptionsTab | 94 [selectedTab="subscriptions"]:root #subscriptionsTab |
| 87 { | 95 { |
| 88 background-color: #808080; | 96 background-color: #808080; |
| 89 color: #FFFFFF; | 97 color: #FFFFFF; |
| 90 } | 98 } |
| 99 |
| 91 [selectedTab="errors"]:root #errorsTab | 100 [selectedTab="errors"]:root #errorsTab |
| 92 { | 101 { |
| 93 background-color: #808080; | 102 background-color: #808080; |
| 94 color: #FFFFFF; | 103 color: #FFFFFF; |
| 95 } | 104 } |
| 105 |
| 96 [selectedTab="screenshot"]:root #screenshotTab | 106 [selectedTab="screenshot"]:root #screenshotTab |
| 97 { | 107 { |
| 98 background-color: #808080; | 108 background-color: #808080; |
| 99 color: #FFFFFF; | 109 color: #FFFFFF; |
| 100 } | 110 } |
| 111 |
| 101 [selectedTab="warnings"]:root #warningsTab | 112 [selectedTab="warnings"]:root #warningsTab |
| 102 { | 113 { |
| 103 background-color: #808080; | 114 background-color: #808080; |
| 104 color: #FFFFFF; | 115 color: #FFFFFF; |
| 105 } | 116 } |
| 117 |
| 106 [selectedTab="extensions"]:root #extensionsTab | 118 [selectedTab="extensions"]:root #extensionsTab |
| 107 { | 119 { |
| 108 background-color: #808080; | 120 background-color: #808080; |
| 109 color: #FFFFFF; | 121 color: #FFFFFF; |
| 110 } | 122 } |
| 123 |
| 111 [selectedTab="all"]:root #allTab | 124 [selectedTab="all"]:root #allTab |
| 112 { | 125 { |
| 113 background-color: #808080; | 126 background-color: #808080; |
| 114 color: #FFFFFF; | 127 color: #FFFFFF; |
| 115 } | 128 } |
| 116 | 129 |
| 117 #warningsTab | 130 #warningsTab |
| 118 { | 131 { |
| 119 color: red; | 132 color: red; |
| 120 } | 133 } |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 | 169 |
| 157 .errorColumn | 170 .errorColumn |
| 158 { | 171 { |
| 159 color: #00C000; | 172 color: #00C000; |
| 160 } | 173 } |
| 161 | 174 |
| 162 .errorMessage > p:first-child | 175 .errorMessage > p:first-child |
| 163 { | 176 { |
| 164 margin-top: 0px; | 177 margin-top: 0px; |
| 165 } | 178 } |
| 179 |
| 166 .errorMessage > p:last-child | 180 .errorMessage > p:last-child |
| 167 { | 181 { |
| 168 margin-bottom: 0px; | 182 margin-bottom: 0px; |
| 169 } | 183 } |
| 170 | 184 |
| 171 .whitelisted > td | 185 .whitelisted > td |
| 172 { | 186 { |
| 173 background-color: #C0FFC0; | 187 background-color: #C0FFC0; |
| 174 } | 188 } |
| 189 |
| 175 .hidden > td | 190 .hidden > td |
| 176 { | 191 { |
| 177 background-color: #C0C0FF; | 192 background-color: #C0C0FF; |
| 178 } | 193 } |
| 194 |
| 179 .blocked > td | 195 .blocked > td |
| 180 { | 196 { |
| 181 background-color: #FFC0C0; | 197 background-color: #FFC0C0; |
| 182 } | 198 } |
| 183 | 199 |
| 184 td.requestSize, td.filterHitCount | 200 td.requestSize, td.filterHitCount |
| 185 { | 201 { |
| 186 text-align: right; | 202 text-align: right; |
| 187 } | 203 } |
| 204 |
| 188 td.requestThirdParty, td.subscriptionAutoDownload | 205 td.requestThirdParty, td.subscriptionAutoDownload |
| 189 { | 206 { |
| 190 text-align: center; | 207 text-align: center; |
| 191 } | 208 } |
| 192 | 209 |
| 193 #statusField | 210 #statusField |
| 194 { | 211 { |
| 195 width: 100%; | 212 width: 100%; |
| 196 height: 150px; | 213 height: 150px; |
| 197 } | 214 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 226 | 243 |
| 227 .sortable th[sortDir="ascending"] | 244 .sortable th[sortDir="ascending"] |
| 228 { | 245 { |
| 229 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCA
YAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpifP3qNg
MyOHzgwH8be3tGIICLMSErOLR%2F%2F%2F9%2F%2F%2F6BaSDAVIQugcxnglmBrADZapA445oVMzFl0Q
BAgAEAL2wvEOl1RbEAAAAASUVORK5CYII%3D); | 246 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCA
YAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpifP3qNg
MyOHzgwH8be3tGIICLMSErOLR%2F%2F%2F9%2F%2F%2F6BaSDAVIQugcxnglmBrADZapA445oVMzFl0Q
BAgAEAL2wvEOl1RbEAAAAASUVORK5CYII%3D); |
| 230 } | 247 } |
| 231 | 248 |
| 232 .sortable th[sortDir="descending"] | 249 .sortable th[sortDir="descending"] |
| 233 { | 250 { |
| 234 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCA
YAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiXLty1n
8gYMAHmGwdHBiBAKcCkDwTSIGdoyNWVSBxJiYmBiaYgL2TEyO6ApgNTNgk0J0AEGAA9sYMDTSB5q8AAA
AASUVORK5CYII%3D); | 251 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCA
YAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiXLty1n
8gYMAHmGwdHBiBAKcCkDwTSIGdoyNWVSBxJiYmBiaYgL2TEyO6ApgNTNgk0J0AEGAA9sYMDTSB5q8AAA
AASUVORK5CYII%3D); |
| 235 } | 252 } |
| 253 |
| 254 #screenshotBox img |
| 255 { |
| 256 max-width: 800px; |
| 257 } |
| OLD | NEW |