Enhances themes to manage toolbars.

This commit is contained in:
Laurent Destailleur 2010-08-27 21:03:38 +00:00
parent 8a1fdd2eb8
commit 9eccb08b9d
4 changed files with 21 additions and 4 deletions

View File

@ -609,6 +609,10 @@ td.photo {
/* background: #FFFFFF;*/
}
/* ============================================================================== */
/* Panes for ECM or Filemanager */
/* ============================================================================== */
/*
* PANES & CONTENT-DIVs
*/
@ -642,7 +646,7 @@ td.photo {
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover , /* hover-color to 'resize' */
/* .ui-layout-resizer-open-hover , */ /* hover-color to 'resize' */
.ui-layout-resizer-dragging { /* resizer beging 'dragging' */
background: #AAA;
}

View File

@ -583,6 +583,11 @@ td.photo {
/* background: #FFFFFF;*/
}
/* ============================================================================== */
/* Panes for ECM or Filemanager */
/* ============================================================================== */
/*
* PANES & CONTENT-DIVs
*/
@ -616,7 +621,7 @@ td.photo {
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover , /* hover-color to 'resize' */
/*.ui-layout-resizer-open-hover ,*/ /* hover-color to 'resize' */
.ui-layout-resizer-dragging { /* resizer beging 'dragging' */
background: #AAA;
}

View File

@ -492,6 +492,10 @@ td.photo {
/* background: #FFFFFF;*/
}
/* ============================================================================== */
/* Panes for ECM or Filemanager */
/* ============================================================================== */
/*
* PANES & CONTENT-DIVs
*/
@ -525,7 +529,7 @@ td.photo {
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover , /* hover-color to 'resize' */
/* .ui-layout-resizer-open-hover , */ /* hover-color to 'resize' */
.ui-layout-resizer-dragging { /* resizer beging 'dragging' */
background: #AAA;
}

View File

@ -480,6 +480,10 @@ td.photo {
/* background: #FFFFFF;*/
}
/* ============================================================================== */
/* Panes for ECM or Filemanager */
/* ============================================================================== */
/*
* PANES & CONTENT-DIVs
*/
@ -513,7 +517,7 @@ td.photo {
}
/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
otherwise color shifts while dragging when bar can't keep up with mouse */
.ui-layout-resizer-open-hover , /* hover-color to 'resize' */
/* .ui-layout-resizer-open-hover , */ /* hover-color to 'resize' */
.ui-layout-resizer-dragging { /* resizer beging 'dragging' */
background: #AAA;
}