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

Unified Diff: chrome/browser/resources/inspect/inspect.css

Issue 22277007: chrome://inspect: Add "open", "close" and "reload" actions to Devices tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 | « chrome/browser/devtools/devtools_adb_bridge.cc ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/inspect/inspect.css
diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css
index 6316a17a1843e87819afd021bb4027e890331eb1..83775d839ee89cc8c24e8bff94b6e9ca95e5e383 100644
--- a/chrome/browser/resources/inspect/inspect.css
+++ b/chrome/browser/resources/inspect/inspect.css
@@ -101,9 +101,32 @@ img {
a {
color: rgb(17, 85, 204);
+ padding: 0 3px;
text-decoration: none;
}
+a.disabled {
+ opacity: 0.5;
+ pointer-events: none;
+}
+
+.open {
+ margin-bottom: -4px;
+ margin-top: 5px;
+}
+
+.open > input {
+ border: 1px solid #aaa;
+ height: 17px;
+ line-height: 17px;
+ margin-left: 20px;
+ padding: 0 2px;
+}
+
+.open > button {
+ line-height: 13px;
+}
+
#port-forwarding-settings {
position: absolute;
right: 20px;
« no previous file with comments | « chrome/browser/devtools/devtools_adb_bridge.cc ('k') | chrome/browser/resources/inspect/inspect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698