| Index: chrome_linux/resources/inspector/navigatorView.css
|
| ===================================================================
|
| --- chrome_linux/resources/inspector/navigatorView.css (revision 197568)
|
| +++ chrome_linux/resources/inspector/navigatorView.css (working copy)
|
| @@ -69,26 +69,13 @@
|
|
|
| .navigator li.selected .selection {
|
| height: 18px;
|
| - background-color: rgb(180, 180, 180);
|
| }
|
|
|
| -.navigator :focus li.selected .selection {
|
| - background-color: rgb(111, 140, 210);
|
| +.navigator > ol.being-edited li.selected .selection {
|
| + background-color: rgb(56, 121, 217);
|
| }
|
|
|
| -.navigator .search-match-found li.selected .selection {
|
| - background-color: rgb(111, 140, 210);
|
| -}
|
|
|
| -.navigator .search-match-not-found li.selected .selection {
|
| - border-color: rgb(111, 140, 210);
|
| - background-color: white;
|
| -}
|
| -
|
| -.navigator .searching li.selected .selection {
|
| - background-color: rgb(111, 140, 210);
|
| -}
|
| -
|
| .navigator .icon {
|
| width: 16px;
|
| height: 16px;
|
| @@ -105,28 +92,6 @@
|
| margin: auto;
|
| }
|
|
|
| -.navigator-tree-search-box {
|
| - display: none;
|
| - position: absolute;
|
| - top: 0;
|
| - right: 0;
|
| - height: 26px;
|
| - width: 100px;
|
| - z-index: 1;
|
| - padding: 1px;
|
| - background-color: rgb(111, 140, 210);
|
| - border: 2px solid lightgray;
|
| -}
|
| -
|
| -.navigator-tree-search-box.visible {
|
| - display: block;
|
| -}
|
| -
|
| -.navigator-tree-search-box > input {
|
| - width: 100%;
|
| - height: 100%;
|
| -}
|
| -
|
| .navigator-tabbed-pane .tabbed-pane-content {
|
| overflow: hidden;
|
| }
|
|
|