aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-09-23 11:09:09 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-09-23 11:09:09 +0800
commit828582ead262596180ed1b0466d9a6fe19ac4e61 (patch)
treeb89383ce84bba5836d821e57b665d39e6ac7399d /openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css
parent1bd63dec648ccd187cf5fd2f23989f6c1daf22b5 (diff)
Modify thirdparty&image reference path
Change-Id: If50fc897be1476836acaaf50ed3732e08700e756 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css
index 7146d910..7dfbb0c6 100644
--- a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css
+++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight.css
@@ -27,7 +27,7 @@ body {
background-color:#f1f3fa !important;
}
.page-sidebar-menu > li.active > a .selected{
-background-image:url("../../img/sidebar-menu-arrow-bluelight.png")
+background-image:url("../../image/sidebar-menu-arrow-bluelight.png")
}
/***
Page header
@@ -74,7 +74,7 @@ Header Search
}
.header .search-form .submit {
- background: url(../../img/search-icon-blue.png);
+ background: url(../../image/search-icon-blue.png);
}
/***
@@ -123,7 +123,7 @@ Hor menu
}
.header .hor-menu .hor-menu-search-form-toggler.off {
- background: #4d7ee1 url(../../img/hor-menu-search-close-white.png) no-repeat center;
+ background: #4d7ee1 url(../../image/hor-menu-search-close-white.png) no-repeat center;
}
.header .hor-menu .search-form {
@@ -277,13 +277,13 @@ ul.page-sidebar-menu > li.active > a .arrow.open:before {
border-bottom: 1px solid #000000 !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-grey.jpg);
+ background-image: url(../../image/sidebar-toggler-grey.jpg);
background-color: #0f5179;
}
/* search box bg color on expanded */
@@ -291,7 +291,7 @@ Sidebar toggler
background-color: #3366CC !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 {