OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 | 205 |
206 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors { | 206 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors { |
207 flex: none !important; | 207 flex: none !important; |
208 } | 208 } |
209 | 209 |
210 .overrides-sensors input { | 210 .overrides-sensors input { |
211 text-align: right; | 211 text-align: right; |
212 } | 212 } |
213 | 213 |
214 .overrides-activate-device #tab-device, | 214 .overrides-activate-device #tab-device, |
215 .overrides-activate-media #tab-viewport, | 215 .overrides-activate-media #tab-media, |
216 .overrides-activate-network #tab-network, | 216 .overrides-activate-network #tab-network, |
217 .overrides-activate-sensors #tab-sensors { | 217 .overrides-activate-sensors #tab-sensors { |
218 opacity: 0.8; | 218 opacity: 0.8; |
219 } | 219 } |
220 | 220 |
221 .overrides-activate-device #tab-device .tabbed-pane-header-tab-title::after, | 221 .overrides-activate-device #tab-device .tabbed-pane-header-tab-title::after, |
222 .overrides-activate-media #tab-viewport .tabbed-pane-header-tab-title::after, | 222 .overrides-activate-media #tab-media .tabbed-pane-header-tab-title::after, |
223 .overrides-activate-network #tab-network .tabbed-pane-header-tab-title::after, | 223 .overrides-activate-network #tab-network .tabbed-pane-header-tab-title::after, |
224 .overrides-activate-sensors #tab-sensors .tabbed-pane-header-tab-title::after { | 224 .overrides-activate-sensors #tab-sensors .tabbed-pane-header-tab-title::after { |
225 padding-left: 3px; | 225 padding-left: 3px; |
226 content: "\2713"; | 226 content: "\2713"; |
227 color: rgb(25, 100, 228); | 227 color: rgb(25, 100, 228); |
228 } | 228 } |
229 | 229 |
230 .overrides-activate-device #tab-device.selected, | 230 .overrides-activate-device #tab-device.selected, |
231 .overrides-activate-media #tab-viewport.selected, | 231 .overrides-activate-media #tab-media.selected, |
232 .overrides-activate-network #tab-network.selected, | 232 .overrides-activate-network #tab-network.selected, |
233 .overrides-activate-sensors #tab-sensors.selected { | 233 .overrides-activate-sensors #tab-sensors.selected { |
234 opacity: 1; | 234 opacity: 1; |
235 } | 235 } |
236 | 236 |
237 .overrides-view input[type=text]:enabled:focus, | 237 .overrides-view input[type=text]:enabled:focus, |
238 .overrides-view select:enabled:focus { | 238 .overrides-view select:enabled:focus { |
239 -webkit-transition: border-color 200ms; | 239 -webkit-transition: border-color 200ms; |
240 border-color: rgb(77, 144, 254); | 240 border-color: rgb(77, 144, 254); |
241 outline: none; | 241 outline: none; |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 | 283 |
284 @media (-webkit-min-device-pixel-ratio: 1.5) { | 284 @media (-webkit-min-device-pixel-ratio: 1.5) { |
285 .overrides-view .overrides-footer::before { | 285 .overrides-view .overrides-footer::before { |
286 background-image: url(Images/statusbarButtonGlyphs_2x.png); | 286 background-image: url(Images/statusbarButtonGlyphs_2x.png); |
287 } | 287 } |
288 } /* media */ | 288 } /* media */ |
289 | 289 |
290 .overrides-view .overrides-footer .warning-icon-small { | 290 .overrides-view .overrides-footer .warning-icon-small { |
291 margin-right: 3px; | 291 margin-right: 3px; |
292 } | 292 } |
OLD | NEW |