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

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

Issue 423153002: DevTools: Styling for blackbox regex UI dialog. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Source/devtools/front_end/settings/FrameworkBlackboxDialog.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .help-window-outer { 1 .help-window-outer {
2 position: absolute !important; 2 position: absolute !important;
3 top: 0; 3 top: 0;
4 left: 0; 4 left: 0;
5 right: 0; 5 right: 0;
6 bottom: 0; 6 bottom: 0;
7 z-index: 2000; 7 z-index: 2000;
8 } 8 }
9 9
10 .help-window-main { 10 .help-window-main {
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 } 631 }
632 632
633 .blackbox-patterns-list .settings-list-item .list-column.settings-list-column-va lue { 633 .blackbox-patterns-list .settings-list-item .list-column.settings-list-column-va lue {
634 width: 50%; 634 width: 50%;
635 } 635 }
636 636
637 .excluded-folders-list .settings-list-item .list-column.settings-list-column-pat h { 637 .excluded-folders-list .settings-list-item .list-column.settings-list-column-pat h {
638 width: 100%; 638 width: 100%;
639 } 639 }
640 640
641 .settings-tab .settings-list .settings-list-item.disabled .settings-list-column- pattern .list-column-text {
642 color: #666;
643 text-decoration: line-through;
644 }
645
641 .settings-dialog { 646 .settings-dialog {
642 border-radius: 3px; 647 border-radius: 3px;
643 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15); 648 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
644 display: -webkit-flex; 649 display: -webkit-flex;
645 -webkit-flex-direction: column; 650 -webkit-flex-direction: column;
646 background: white; 651 background: white;
647 } 652 }
648 653
649 .settings-dialog .dialog-contents { 654 .settings-dialog .dialog-contents {
650 display: flex; 655 display: flex;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 display: none; 724 display: none;
720 } 725 }
721 726
722 .settings-experiment-hidden label { 727 .settings-experiment-hidden label {
723 background-color: #ddd; 728 background-color: #ddd;
724 } 729 }
725 730
726 .settings-developer-mode .settings-experiment-hidden { 731 .settings-developer-mode .settings-experiment-hidden {
727 display: block; 732 display: block;
728 } 733 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/settings/FrameworkBlackboxDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698