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 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2798 | 2798 |
2799 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end { | 2799 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end { |
2800 margin-right: 5px; | 2800 margin-right: 5px; |
2801 } | 2801 } |
2802 | 2802 |
2803 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end:c
orner-present { | 2803 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:end:c
orner-present { |
2804 margin-right: 4px; | 2804 margin-right: 4px; |
2805 } | 2805 } |
2806 | 2806 |
2807 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decre
ment { | 2807 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decre
ment { |
2808 -webkit-border-image: url(Images/trackHoriz.png) 0 11 0 11; | 2808 -webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11; |
2809 border-color: transparent; | 2809 border-color: transparent; |
2810 border-width: 0 0 0 11px; | 2810 border-width: 0 0 0 11px; |
2811 } | 2811 } |
2812 | 2812 |
2813 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:incre
ment { | 2813 .custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:incre
ment { |
2814 -webkit-border-image: url(Images/trackHoriz.png) 0 11 0 11; | 2814 -webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11; |
2815 border-color: transparent; | 2815 border-color: transparent; |
2816 border-width: 0 11px 0 0; | 2816 border-width: 0 11px 0 0; |
2817 } | 2817 } |
2818 | 2818 |
2819 /* Custom Vertical Scrollbar Styles */ | 2819 /* Custom Vertical Scrollbar Styles */ |
2820 | 2820 |
2821 .custom-popup-vertical-scroll ::-webkit-scrollbar:vertical:corner-present { | 2821 .custom-popup-vertical-scroll ::-webkit-scrollbar:vertical:corner-present { |
2822 border-bottom-width: 0; | 2822 border-bottom-width: 0; |
2823 } | 2823 } |
2824 | 2824 |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2926 } | 2926 } |
2927 | 2927 |
2928 .viewport-control-gap-element { | 2928 .viewport-control-gap-element { |
2929 color: transparent; | 2929 color: transparent; |
2930 } | 2930 } |
2931 | 2931 |
2932 label.checkbox-with-label { | 2932 label.checkbox-with-label { |
2933 display: flex; | 2933 display: flex; |
2934 -webkit-user-select: none; | 2934 -webkit-user-select: none; |
2935 } | 2935 } |
OLD | NEW |