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 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1811 background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 22
3, 223)); | 1811 background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 22
3, 223)); |
1812 border-radius: 12px; | 1812 border-radius: 12px; |
1813 -webkit-appearance: none; | 1813 -webkit-appearance: none; |
1814 } | 1814 } |
1815 | 1815 |
1816 .pane-title-button:active { | 1816 .pane-title-button:active { |
1817 background-color: rgb(215, 215, 215); | 1817 background-color: rgb(215, 215, 215); |
1818 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 239)); | 1818 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 239)); |
1819 } | 1819 } |
1820 | 1820 |
1821 button.show-all-nodes { | |
1822 font-size: 13px; | |
1823 margin: 0; | |
1824 padding: 0 20px; | |
1825 height: 20px; | |
1826 color: rgb(6, 6, 6); | |
1827 background-color: transparent; | |
1828 border: 1px solid rgb(165, 165, 165); | |
1829 background-color: rgb(237, 237, 237); | |
1830 background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 22
3, 223)); | |
1831 border-radius: 12px; | |
1832 -webkit-appearance: none; | |
1833 } | |
1834 | |
1835 body.inactive button.show-all-nodes { | |
1836 color: rgb(130, 130, 130); | |
1837 border-color: rgb(212, 212, 212); | |
1838 background-color: rgb(239, 239, 239); | |
1839 background-image: linear-gradient(to bottom, rgb(250, 250, 250), rgb(235, 23
5, 235)); | |
1840 } | |
1841 | |
1842 button.show-all-nodes:active { | |
1843 background-color: rgb(215, 215, 215); | |
1844 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 239)); | |
1845 } | |
1846 | |
1847 #console-messages.console-filter-top { | 1821 #console-messages.console-filter-top { |
1848 margin-top: 23px; | 1822 margin-top: 23px; |
1849 } | 1823 } |
1850 | 1824 |
1851 .console-warning-level.repeated-message, | 1825 .console-warning-level.repeated-message, |
1852 .console-error-level.repeated-message, | 1826 .console-error-level.repeated-message, |
1853 .console-log-level.repeated-message, | 1827 .console-log-level.repeated-message, |
1854 .console-debug-level.repeated-message, | 1828 .console-debug-level.repeated-message, |
1855 .console-info-level.repeated-message { | 1829 .console-info-level.repeated-message { |
1856 display: -webkit-flex; | 1830 display: -webkit-flex; |
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2750 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100
%, 0.75); | 2724 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100
%, 0.75); |
2751 color: hsl(0, 0%, 27%); | 2725 color: hsl(0, 0%, 27%); |
2752 font-size: 12px; | 2726 font-size: 12px; |
2753 margin: 0 1px 0 0; | 2727 margin: 0 1px 0 0; |
2754 text-shadow: 0 1px 0 hsl(0, 0%, 94%); | 2728 text-shadow: 0 1px 0 hsl(0, 0%, 94%); |
2755 min-height: 2em; | 2729 min-height: 2em; |
2756 padding-left: 10px; | 2730 padding-left: 10px; |
2757 padding-right: 10px; | 2731 padding-right: 10px; |
2758 } | 2732 } |
2759 | 2733 |
| 2734 body.inactive button.text-button, |
2760 .text-button:disabled { | 2735 .text-button:disabled { |
2761 background-image: linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6); | 2736 background-image: linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6); |
2762 border-color: rgba(80, 80, 80, 0.2); | 2737 border-color: rgba(80, 80, 80, 0.2); |
2763 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 2
55, 0.75); | 2738 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 2
55, 0.75); |
2764 color: #aaa; | 2739 color: #aaa; |
2765 } | 2740 } |
2766 | 2741 |
2767 .text-button:not(:disabled):hover { | 2742 .text-button:not(:disabled):hover { |
2768 background-image: linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 38%, hsl(
0, 0%, 88%)); | 2743 background-image: linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 38%, hsl(
0, 0%, 88%)); |
2769 border-color: hsla(0, 0%, 0%, 0.3); | 2744 border-color: hsla(0, 0%, 0%, 0.3); |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2813 | 2788 |
2814 .chrome-select:enabled:focus { | 2789 .chrome-select:enabled:focus { |
2815 /* OVERRIDE */ | 2790 /* OVERRIDE */ |
2816 -webkit-transition: border-color 200ms; | 2791 -webkit-transition: border-color 200ms; |
2817 /* We use border color because it follows the border radius (unlike outline)
. | 2792 /* We use border color because it follows the border radius (unlike outline)
. |
2818 * This is particularly noticeable on mac. */ | 2793 * This is particularly noticeable on mac. */ |
2819 border-color: rgb(77, 144, 254); | 2794 border-color: rgb(77, 144, 254); |
2820 outline: none; | 2795 outline: none; |
2821 } | 2796 } |
2822 | 2797 |
| 2798 body.inactive select.chrome-select, |
2823 .chrome-select:disabled { | 2799 .chrome-select:disabled { |
2824 background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x,
url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 3
8%, #e6e6e6); | 2800 background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x,
url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 3
8%, #e6e6e6); |
2825 border-color: rgba(80, 80, 80, 0.2); | 2801 border-color: rgba(80, 80, 80, 0.2); |
2826 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), | 2802 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), |
2827 inset 0 1px 2px rgba(255, 255, 255, 0.75); | 2803 inset 0 1px 2px rgba(255, 255, 255, 0.75); |
2828 color: #aaa; | 2804 color: #aaa; |
2829 } | 2805 } |
OLD | NEW |