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

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

Issue 658403002: DevTools: Support regex search and case sensitive search in sources panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 6 years, 2 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 background-repeat: no-repeat; 270 background-repeat: no-repeat;
271 background-position: 4px 7px; 271 background-position: 4px 7px;
272 border-left: 1px solid rgb(170, 170, 170); 272 border-left: 1px solid rgb(170, 170, 170);
273 opacity: 0.3; 273 opacity: 0.3;
274 } 274 }
275 275
276 .toolbar-search-navigation.enabled { 276 .toolbar-search-navigation.enabled {
277 opacity: 1.0; 277 opacity: 1.0;
278 } 278 }
279 279
280 .toolbar-search label { 280 .toolbar-search .status-bar-item {
281 margin: auto 0; 281 height: 20px;
282 width: 16px;
282 } 283 }
283 284
284 .toolbar-search button { 285 .toolbar-search .search-settings-prefix {
286 margin-left: 2px;
287 }
288
289 .toolbar-search .status-bar-item.case-sensitive-search.toggled-on .status-bar-bu tton-text {
290 color: rgb(94, 146, 233);
291 }
292
293 .toolbar-search .status-bar-item.regex-search.toggled-on .status-bar-button-text {
294 color: rgb(94, 146, 233);
295 }
296
297 .toolbar-search .status-bar-item.regex-search.toggled-on {
298 color: rgb(66, 129, 235);
299 }
300
301 .toolbar-search button.search-action-button {
285 border: 1px solid rgb(163, 163, 163); 302 border: 1px solid rgb(163, 163, 163);
286 border-radius: 8px; 303 border-radius: 8px;
287 margin: 0; 304 margin: 0;
288 background-image: linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220)); 305 background-image: linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220));
289 width: 100%; 306 width: 100%;
290 height: 20px; 307 height: 20px;
291 } 308 }
292 309
293 .toolbar-search button:active { 310 .toolbar-search button.search-action-button:active {
294 background-image: linear-gradient(rgb(185, 185, 185), rgb(156, 156, 156)); 311 background-image: linear-gradient(rgb(185, 185, 185), rgb(156, 156, 156));
295 } 312 }
296 313
297 .toolbar-search-control { 314 .toolbar-search-control {
298 display: -webkit-flex; 315 display: -webkit-flex;
299 position: relative; 316 position: relative;
300 background-color: white; 317 background-color: white;
301 } 318 }
302 319
303 .toolbar-replace-control { 320 .toolbar-replace-control {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 .glyph { 470 .glyph {
454 position: absolute; 471 position: absolute;
455 top: -1px; 472 top: -1px;
456 bottom: 1px; 473 bottom: 1px;
457 left: 0; 474 left: 0;
458 right: 0; 475 right: 0;
459 background-color: rgba(0, 0, 0, 0.75); 476 background-color: rgba(0, 0, 0, 0.75);
460 z-index: 1; 477 z-index: 1;
461 } 478 }
462 479
463 .glyph.shadow { 480 .status-bar-item .status-bar-button-text {
464 top: 0; 481 font-weight: bold;
465 bottom: 0; 482 color: rgba(97, 97, 97, 1);
466 background-color: white;
467 z-index: 0;
468 } 483 }
469 484
470 .long-click-glyph { 485 .long-click-glyph {
471 background-color: rgba(0, 0, 0, 0.75); 486 background-color: rgba(0, 0, 0, 0.75);
472 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png); 487 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
473 -webkit-mask-position: -288px -48px; 488 -webkit-mask-position: -288px -48px;
474 -webkit-mask-size: 320px 144px; 489 -webkit-mask-size: 320px 144px;
475 z-index: 1; 490 z-index: 1;
476 } 491 }
477 492
(...skipping 2326 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 } 2819 }
2805 2820
2806 .resources-divider-label { 2821 .resources-divider-label {
2807 position: absolute; 2822 position: absolute;
2808 top: 4px; 2823 top: 4px;
2809 right: 3px; 2824 right: 3px;
2810 font-size: 80%; 2825 font-size: 80%;
2811 white-space: nowrap; 2826 white-space: nowrap;
2812 pointer-events: none; 2827 pointer-events: none;
2813 } 2828 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/extensions/ExtensionPanel.js ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698