| Index: chrome/browser/resources/net_internals/main.css
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/main.css (revision 46870)
|
| +++ chrome/browser/resources/net_internals/main.css (working copy)
|
| @@ -147,6 +147,7 @@
|
| #categoryTabHandles {
|
| border-bottom: 1px solid #555;
|
| background: #aaa;
|
| + overflow: hidden;
|
| }
|
|
|
| #categoryTabHandles li {
|
| @@ -157,9 +158,12 @@
|
| #categoryTabHandles a {
|
| text-decoration: none;
|
| text-align: center;
|
| - display: block;
|
| - width: 9em;
|
| - padding: 5px;
|
| + display: inline-block;
|
| + margin-top: 4px;
|
| + padding: 5px 10px 3px 10px;
|
| + -webkit-border-top-right-radius: 8px;
|
| + -webkit-border-top-left-radius: 8px;
|
| + background-clip: border-box;
|
| background: #ccc;
|
| }
|
|
|
| @@ -178,8 +182,7 @@
|
|
|
| #categoryTabHandles a.selected {
|
| position:relative;
|
| - top: 1px;
|
| - font-weight: bold;
|
| + top: 3px;
|
| color: black;
|
| }
|
|
|
|
|