IDEMPIERE-626 Zk: Ticket #1002211: Context help pane. Make panel style of context help consistent with the current idempiere theme.
This commit is contained in:
parent
3b0298a97d
commit
b25d0dd927
|
@ -363,38 +363,28 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
|
||||||
}
|
}
|
||||||
|
|
||||||
<%-- dashlet --%>
|
<%-- dashlet --%>
|
||||||
.desktop-home-tabpanel .z-panel-tl, .desktop-home-tabpanel .z-panel-tr,
|
.z-panel-tl, .z-panel-tr,
|
||||||
.desktop-home-tabpanel .z-panel-hr, .desktop-home-tabpanel .z-panel-hl,
|
.z-panel-hr, .z-panel-hl,
|
||||||
.desktop-home-tabpanel .z-panel-hm {
|
.z-panel-hm {
|
||||||
background-image: none; background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.desktop-home-tabpanel .z-panel-hl {
|
|
||||||
padding-bottom: 1px;
|
|
||||||
border-bottom: 2px solid #008BB6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.desktop-home-tabpanel .z-panel-hl .z-panel-header {
|
|
||||||
padding: 0 0 2px 0;
|
|
||||||
color: #333; font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.desktop-left-column .z-panel-tl, .desktop-left-column .z-panel-tr,
|
|
||||||
.desktop-left-column .z-panel-hr, .desktop-left-column .z-panel-hl,
|
|
||||||
.desktop-left-column .z-panel-hm {
|
|
||||||
background-image: none; background-color: #E4E4E4;
|
background-image: none; background-color: #E4E4E4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desktop-left-column .z-panel-hl {
|
.z-panel-hl {
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
border-bottom: 2px solid #008BB6;
|
border-bottom: 2px solid #008BB6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desktop-left-column .z-panel-hl .z-panel-header {
|
.z-panel-hl .z-panel-header {
|
||||||
padding: 0 0 2px 0;
|
padding: 0 0 2px 0;
|
||||||
color: #333; font-weight: bold;
|
color: #333; font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.desktop-home-tabpanel .z-panel-tl, .desktop-home-tabpanel .z-panel-tr,
|
||||||
|
.desktop-home-tabpanel .z-panel-hr, .desktop-home-tabpanel .z-panel-hl,
|
||||||
|
.desktop-home-tabpanel .z-panel-hm {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
.menu-panel {
|
.menu-panel {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
|
Loading…
Reference in New Issue