aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/css/themes/blue.css12
1 files changed, 6 insertions, 6 deletions
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 {