Enhances themes to manage toolbars.
This commit is contained in:
parent
8a1fdd2eb8
commit
9eccb08b9d
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user