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

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

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 } 75 }
76 76
77 .sidebar-pane-title:active { 77 .sidebar-pane-title:active {
78 background-color: rgb(204, 204, 204); 78 background-color: rgb(204, 204, 204);
79 border-top: 1px solid rgb(178, 178, 178); 79 border-top: 1px solid rgb(178, 178, 178);
80 border-bottom: 1px solid rgb(178, 178, 178); 80 border-bottom: 1px solid rgb(178, 178, 178);
81 } 81 }
82 82
83 .sidebar-pane-title::before { 83 .sidebar-pane-title::before {
84 background-image: url(Images/toolbarButtonGlyphs.png); 84 background-image: url(Images/toolbarButtonGlyphs.png);
85 background-size: 320px 144px; 85 background-size: 352px 144px;
86 opacity: 0.5; 86 opacity: 0.5;
87 float: left; 87 float: left;
88 width: 11px; 88 width: 11px;
89 height: 11px; 89 height: 11px;
90 margin-right: 2px; 90 margin-right: 2px;
91 content: "a"; 91 content: "a";
92 color: transparent; 92 color: transparent;
93 position: relative; 93 position: relative;
94 top: 3px; 94 top: 3px;
95 } 95 }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 visibility: hidden; 191 visibility: hidden;
192 } 192 }
193 193
194 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru le { 194 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru le {
195 visibility: visible; 195 visibility: visible;
196 } 196 }
197 197
198 .sidebar-pane-button-new-rule:hover { 198 .sidebar-pane-button-new-rule:hover {
199 background-position: -23px 0; 199 background-position: -23px 0;
200 } 200 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/resources/serviceWorkersView.css ('k') | Source/devtools/front_end/sources/sourcesSearch.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698