diff --git a/G-Earth/src/main/resources/gearth/services/internal_extensions/extensionstore/application/webview/css/search.css b/G-Earth/src/main/resources/gearth/services/internal_extensions/extensionstore/application/webview/css/search.css index 3652a93..f46b792 100644 --- a/G-Earth/src/main/resources/gearth/services/internal_extensions/extensionstore/application/webview/css/search.css +++ b/G-Earth/src/main/resources/gearth/services/internal_extensions/extensionstore/application/webview/css/search.css @@ -1,6 +1,6 @@ .searchContainer { - background-color: #d4eaf5; + background-color: #effeff; width: 100%; min-height: 0; @@ -34,6 +34,8 @@ padding: 0 10px 10px 10px; border: 1px solid #666; border-radius: 5px; + + background-color: #dcf9f7; } .filterStuff {