| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 } | 420 } |
| 421 | 421 |
| 422 .close-button-gray:active { | 422 .close-button-gray:active { |
| 423 background-position: -160px -96px; | 423 background-position: -160px -96px; |
| 424 } | 424 } |
| 425 | 425 |
| 426 body.undocked .toolbar-item .close-button { | 426 body.undocked .toolbar-item .close-button { |
| 427 display: none; | 427 display: none; |
| 428 } | 428 } |
| 429 | 429 |
| 430 body.remote .toolbar-item .close-button { | |
| 431 display: none; | |
| 432 } | |
| 433 | |
| 434 .panel-status-bar { | 430 .panel-status-bar { |
| 435 border-top: none; | 431 border-top: none; |
| 436 display: flex; | 432 display: flex; |
| 437 background-color: white; | 433 background-color: white; |
| 438 flex: 0 0 23px; | 434 flex: 0 0 23px; |
| 439 position: relative; | 435 position: relative; |
| 440 } | 436 } |
| 441 | 437 |
| 442 .panel-status-bar > div { | 438 .panel-status-bar > div { |
| 443 margin: auto 0; | 439 margin: auto 0; |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 } | 700 } |
| 705 | 701 |
| 706 .ew-resizer-widget { | 702 .ew-resizer-widget { |
| 707 cursor: ew-resize; | 703 cursor: ew-resize; |
| 708 } | 704 } |
| 709 | 705 |
| 710 .settings-status-bar-item .glyph { | 706 .settings-status-bar-item .glyph { |
| 711 -webkit-mask-position: -160px -24px; | 707 -webkit-mask-position: -160px -24px; |
| 712 } | 708 } |
| 713 | 709 |
| 714 body.remote .dock-status-bar-item { | |
| 715 display: none; | |
| 716 } | |
| 717 | |
| 718 .console-status-bar-item .glyph { | 710 .console-status-bar-item .glyph { |
| 719 -webkit-mask-position: -64px -24px; | 711 -webkit-mask-position: -64px -24px; |
| 720 } | 712 } |
| 721 | 713 |
| 722 .screencast-status-bar-item.toggled-left .glyph { | 714 .screencast-status-bar-item.toggled-left .glyph { |
| 723 -webkit-mask-position: -256px -96px; | 715 -webkit-mask-position: -256px -96px; |
| 724 } | 716 } |
| 725 | 717 |
| 726 .screencast-status-bar-item.toggled-top .glyph { | 718 .screencast-status-bar-item.toggled-top .glyph { |
| 727 -webkit-mask-position: -288px -96px; | 719 -webkit-mask-position: -288px -96px; |
| (...skipping 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2945 } | 2937 } |
| 2946 | 2938 |
| 2947 .viewport-control-gap-element { | 2939 .viewport-control-gap-element { |
| 2948 color: transparent; | 2940 color: transparent; |
| 2949 } | 2941 } |
| 2950 | 2942 |
| 2951 label.checkbox-with-label { | 2943 label.checkbox-with-label { |
| 2952 display: flex; | 2944 display: flex; |
| 2953 -webkit-user-select: none; | 2945 -webkit-user-select: none; |
| 2954 } | 2946 } |
| OLD | NEW |