aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css
index 1e250004..4462c0a6 100644
--- a/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css
+++ b/openo-portal/portal-common/src/main/webapp/common/css/themes/ztebluelight3.css
@@ -66,7 +66,7 @@ Header Search
}
.header .search-form .submit {
- background: url(../../img/search-icon.png);
+ background: url(../../image/search-icon.png);
}
/***
@@ -107,7 +107,7 @@ Hor menu
}
.header .hor-menu .hor-menu-search-form-toggler.off {
- background: #4399bd url(../../img/hor-menu-search-close-white.png) no-repeat center;
+ background: #4399bd url(../../image/hor-menu-search-close-white.png) no-repeat center;
}
.header .hor-menu .search-form {
@@ -120,7 +120,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 */
@@ -199,12 +199,12 @@ ul.page-sidebar-menu > li:hover > a {
top:0px;
width: 7px;
height: 39px;
- background-image: url("../../img/sidebar-menu-arrow-green.png");
+ background-image: url("../../image/sidebar-menu-arrow-green.png");
} */
.page-sidebar-reversed ul.page-sidebar-menu > li.active > a .selected {
right: auto;
left:-7px;
- background-image: url("../../img/sidebar-menu-arrow-green-reverse.png");
+ background-image: url("../../image/sidebar-menu-arrow-green-reverse.png");
}
ul.page-sidebar-menu > li.active i {
color: #fff !important;
@@ -280,14 +280,14 @@ ul.page-sidebar-menu ul.sub-menu > li > a i {
border-bottom: 1px solid #e2e2e2 !important;
}
.page-sidebar .sidebar-search .submit {
- background-image: url(../../img/search-icon-white.png);
+ background-image: url(../../image/search-icon-white.png);
}
/***
Sidebar toggler
***/
.sidebar-toggler {
- background-image: url(../../img/sidebar-toggler-light.jpg);
+ background-image: url(../../image/sidebar-toggler-light.jpg);
background-color: #333;
}
/* search box bg color on expanded */
@@ -295,7 +295,7 @@ Sidebar toggler
background-color: #fbfbfb !important;
}
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
- background-image: url("../../img/sidebar-search-close-light.png");
+ background-image: url("../../image/sidebar-search-close-light.png");
}
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {