Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: Source/devtools/front_end/inspectorStyle.css

Issue 420713004: DevTools: [Popover] fix css for popover scrollbar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698