| 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;
|
|
|