From 828582ead262596180ed1b0466d9a6fe19ac4e61 Mon Sep 17 00:00:00 2001 From: huangjian Date: Fri, 23 Sep 2016 11:09:09 +0800 Subject: Modify thirdparty&image reference path Change-Id: If50fc897be1476836acaaf50ed3732e08700e756 Signed-off-by: huangjian --- .../portal-common/src/main/webapp/common/css/themes/blue.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css') diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css index 72102571..ac651e70 100644 --- a/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css +++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css @@ -58,7 +58,7 @@ Header Search } .header .search-form .submit { - background: url(../../img/search-icon-blue.png); + background: url(../../image/search-icon-blue.png); } /*** @@ -96,7 +96,7 @@ Hor menu } .header .hor-menu .hor-menu-search-form-toggler.off { - background: #146a9d url(../../img/hor-menu-search-close-white.png) no-repeat center; + background: #146a9d url(../../image/hor-menu-search-close-white.png) no-repeat center; } .header .hor-menu .search-form { @@ -109,7 +109,7 @@ Hor menu .header .hor-menu .search-form .btn { color: #ccc; - background: url(../../img/search-icon-white.png) no-repeat center; + background: url(../../image/search-icon-white.png) no-repeat center; } .header .hor-menu .search-form form input::-webkit-input-placeholder { /* WebKit browsers */ @@ -225,13 +225,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before { border-bottom: 1px solid #51b1e9 !important; } .page-sidebar .sidebar-search .submit { - background-image: url(../../img/search-icon-blue.png); + background-image: url(../../image/search-icon-blue.png); } /*** Sidebar toggler ***/ .sidebar-toggler { - background-image: url(../../img/sidebar-toggler-blue.jpg); + background-image: url(../../image/sidebar-toggler-blue.jpg); background-color: #0f5179; } /* search box bg color on expanded */ @@ -239,7 +239,7 @@ Sidebar toggler background-color: #1570a6 !important; } .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove { - background-image: url("../../img/sidebar-search-close-blue.png"); + background-image: url("../../image/sidebar-search-close-blue.png"); } /* sub menu bg color on hover menu item */ .page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu { -- cgit 1.2.3-korg