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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 width: 10px; | 242 width: 10px; |
243 height: 10px; | 243 height: 10px; |
244 content: ""; | 244 content: ""; |
245 position: relative; | 245 position: relative; |
246 top: 2px; | 246 top: 2px; |
247 background-position: -202px -107px; | 247 background-position: -202px -107px; |
248 float: left; | 248 float: left; |
249 margin-right: 4px; | 249 margin-right: 4px; |
250 } | 250 } |
251 | 251 |
| 252 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| 253 .overrides-view .overrides-footer::before { |
| 254 background-image: url(Images/statusbarButtonGlyphs_2x.png); |
| 255 } |
| 256 } /* media */ |
| 257 |
252 .overrides-view .overrides-footer .warning-icon-small { | 258 .overrides-view .overrides-footer .warning-icon-small { |
253 margin-right: 3px; | 259 margin-right: 3px; |
254 } | 260 } |
OLD | NEW |