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

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

Issue 1169323004: DevTools: do not respect Chrome theme in DevTools, align toolbar items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: overflow for tab header fixed. 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 .sidebar-pane-title::before { 92 .sidebar-pane-title::before {
93 background-position: -4px -96px; 93 background-position: -4px -96px;
94 } 94 }
95 95
96 .sidebar-pane-title.expanded::before { 96 .sidebar-pane-title.expanded::before {
97 background-position: -20px -96px; 97 background-position: -20px -96px;
98 } 98 }
99 99
100 .sidebar-pane > .toolbar { 100 .sidebar-pane > .toolbar {
101 border-bottom: 1px solid #ddd; 101 border-bottom: 1px solid #f1f1f1;
102 } 102 }
103 103
104 .sidebar-pane > .toolbar > * { 104 .sidebar-pane > .toolbar > * {
105 pointer-events: auto; 105 pointer-events: auto;
106 } 106 }
107 107
108 .sidebar-pane-title > .toolbar { 108 .sidebar-pane-title > .toolbar {
109 position: absolute; 109 position: absolute;
110 right: 0; 110 right: 0;
111 top: -3px; 111 top: -3px;
(...skipping 27 matching lines...) Expand all
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/network/networkPanel.css ('k') | Source/devtools/front_end/sources/sourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698