| Index: Source/WebCore/inspector/front-end/inspector.css
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/inspector.css (revision 117227)
|
| +++ Source/WebCore/inspector/front-end/inspector.css (working copy)
|
| @@ -259,7 +259,7 @@
|
| border-radius: 5px;
|
| }
|
|
|
| -.toolbar-search-item {
|
| +#toolbar-search-item {
|
| display: -webkit-box;
|
| -webkit-box-orient: horizontal;
|
| -webkit-box-align: center;
|
| @@ -271,11 +271,12 @@
|
| font-size: 16px;
|
| }
|
|
|
| -#toolbar-search-navigation-control {
|
| - width: 40px;
|
| +.with-navigation-buttons #search {
|
| + width: 165px;
|
| }
|
|
|
| .toolbar-search-navigation-label {
|
| + display: none;
|
| border: 1px solid transparent;
|
| border-radius: 2px;
|
| padding: 3px;
|
| @@ -285,6 +286,10 @@
|
| float: right;
|
| }
|
|
|
| +.with-navigation-buttons .toolbar-search-navigation-label {
|
| + display: block;
|
| +}
|
| +
|
| .toolbar-search-navigation-label:hover {
|
| border: 1px solid rgba(120, 120, 120, 0.6);
|
| }
|
|
|