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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2157713002: DevTools: introduce View: a named widget with the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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
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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 } 755 }
756 756
757 .style-properties li.editing-sub-part { 757 .style-properties li.editing-sub-part {
758 padding: 3px 6px 8px 18px; 758 padding: 3px 6px 8px 18px;
759 margin: -1px -6px -8px -6px; 759 margin: -1px -6px -8px -6px;
760 text-overflow: clip; 760 text-overflow: clip;
761 } 761 }
762 762
763 .properties-widget-section { 763 .properties-widget-section {
764 padding: 2px 0px 2px 5px; 764 padding: 2px 0px 2px 5px;
765 flex: none;
765 } 766 }
766 767
767 .sidebar-pane-section-toolbar { 768 .sidebar-pane-section-toolbar {
768 position: absolute; 769 position: absolute;
769 right: 0; 770 right: 0;
770 bottom: 0; 771 bottom: 0;
771 visibility: hidden; 772 visibility: hidden;
772 background-color: rgba(255, 255, 255, 0.9); 773 background-color: rgba(255, 255, 255, 0.9);
773 } 774 }
774 775
775 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar { 776 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl y):hover .sidebar-pane-section-toolbar {
776 visibility: visible; 777 visibility: visible;
777 } 778 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698