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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 463043003: DevTools: Fix style of "Show all nodes" button (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeOutline.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 9cfdb5af63c526d6b48561017c00c193b48012b0..dcf1295819e783e8b952379e305a6ec5ee071837 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -1818,32 +1818,6 @@ li.editing-sub-part .delete-button {
background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
}
-button.show-all-nodes {
- font-size: 13px;
- margin: 0;
- padding: 0 20px;
- height: 20px;
- color: rgb(6, 6, 6);
- background-color: transparent;
- border: 1px solid rgb(165, 165, 165);
- background-color: rgb(237, 237, 237);
- background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(223, 223, 223));
- border-radius: 12px;
- -webkit-appearance: none;
-}
-
-body.inactive button.show-all-nodes {
- color: rgb(130, 130, 130);
- border-color: rgb(212, 212, 212);
- background-color: rgb(239, 239, 239);
- background-image: linear-gradient(to bottom, rgb(250, 250, 250), rgb(235, 235, 235));
-}
-
-button.show-all-nodes:active {
- background-color: rgb(215, 215, 215);
- background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
-}
-
#console-messages.console-filter-top {
margin-top: 23px;
}
@@ -2757,6 +2731,7 @@ label.checkbox-with-label {
padding-right: 10px;
}
+body.inactive button.text-button,
.text-button:disabled {
background-image: linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
border-color: rgba(80, 80, 80, 0.2);
@@ -2820,6 +2795,7 @@ label.checkbox-with-label {
outline: none;
}
+body.inactive select.chrome-select,
.chrome-select:disabled {
background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x, url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
border-color: rgba(80, 80, 80, 0.2);
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeOutline.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698