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

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

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 years, 6 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 border-bottom: 1px solid rgb(202, 202, 202); 49 border-bottom: 1px solid rgb(202, 202, 202);
50 background-color: #eee; 50 background-color: #eee;
51 } 51 }
52 52
53 .sidebar-pane-title { 53 .sidebar-pane-title {
54 display: flex; 54 display: flex;
55 align-items: center; 55 align-items: center;
56 background-color: #eee; 56 background-color: #eee;
57 height: 20px; 57 height: 20px;
58 padding: 0 5px; 58 padding: 0 5px;
59 border-top: 1px solid #bbb; 59 border-top: 1px solid #dadada;
60 white-space: nowrap; 60 white-space: nowrap;
61 overflow: hidden; 61 overflow: hidden;
62 position: relative; 62 position: relative;
63 } 63 }
64 64
65 .sidebar-pane-title.expanded, 65 .sidebar-pane-title.expanded,
66 .sidebar-pane-title:last-child { 66 .sidebar-pane-title:last-child {
67 border-bottom: 1px solid #ddd; 67 border-bottom: 1px solid #ddd;
68 } 68 }
69 69
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 visibility: hidden; 139 visibility: hidden;
140 } 140 }
141 141
142 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru le { 142 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru le {
143 visibility: visible; 143 visibility: visible;
144 } 144 }
145 145
146 .sidebar-pane-button-new-rule:hover { 146 .sidebar-pane-button-new-rule:hover {
147 background-position: -23px 0; 147 background-position: -23px 0;
148 } 148 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698