mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Deselected menu toggles
This commit is contained in:
parent
e517abf2b2
commit
66d01d645b
@ -385,7 +385,7 @@ body.cms-dialog { overflow: auto; background: url("../images/textures/bg_cms_mai
|
|||||||
/** -------------------------------------------- Step labels -------------------------------------------- */
|
/** -------------------------------------------- Step labels -------------------------------------------- */
|
||||||
.step-label > * { display: inline-block; vertical-align: top; }
|
.step-label > * { display: inline-block; vertical-align: top; }
|
||||||
.step-label .flyout { height: 18px; font-size: 14px; font-weight: bold; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -o-border-top-left-radius: 3px; -ms-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -o-border-bottom-left-radius: 3px; -ms-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; background-color: #667980; padding: 4px 3px 4px 6px; text-align: center; text-shadow: none; color: #fff; }
|
.step-label .flyout { height: 18px; font-size: 14px; font-weight: bold; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -o-border-top-left-radius: 3px; -ms-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -o-border-bottom-left-radius: 3px; -ms-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; background-color: #667980; padding: 4px 3px 4px 6px; text-align: center; text-shadow: none; color: #fff; }
|
||||||
.step-label .arrow { height: 26px; width: 10px; background: url('../images/sprites/32x32-sad4b9dcce6.png') 0 -32px no-repeat; margin-right: 4px; }
|
.step-label .arrow { height: 26px; width: 10px; background: url('../images/sprites/32x32-s517e471e4e.png') 0 -64px no-repeat; margin-right: 4px; }
|
||||||
.step-label .title { height: 18px; padding: 4px; }
|
.step-label .title { height: 18px; padding: 4px; }
|
||||||
|
|
||||||
/** This file defines the jstree base styling (see http://jstree.com), as well as any customizations (see bottom of file). The styles are usually added through jstree.js on DOM load, but we need it earlier in order to correctly display the uninitialized tree. */
|
/** This file defines the jstree base styling (see http://jstree.com), as well as any customizations (see bottom of file). The styles are usually added through jstree.js on DOM load, but we need it earlier in order to correctly display the uninitialized tree. */
|
||||||
@ -514,10 +514,12 @@ li.class-ErrorPage > a .jstree-pageicon { background-position: 0 -112px; }
|
|||||||
.cms-menu-list li a .icon { display: inline-block; float: left; margin: 4px 10px 0 4px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
|
.cms-menu-list li a .icon { display: inline-block; float: left; margin: 4px 10px 0 4px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
|
||||||
.cms-menu-list li a .text { display: inline-block; float: left; }
|
.cms-menu-list li a .text { display: inline-block; float: left; }
|
||||||
.cms-menu-list li a .toggle-children { display: inline-block; float: right; width: 20px; height: 100%; cursor: pointer; }
|
.cms-menu-list li a .toggle-children { display: inline-block; float: right; width: 20px; height: 100%; cursor: pointer; }
|
||||||
.cms-menu-list li a .toggle-children .toggle-children-icon { display: inline-block; width: 8px; height: 8px; background: url('../images/sprites/32x32-sad4b9dcce6.png') 0 0 no-repeat; vertical-align: middle; }
|
.cms-menu-list li a .toggle-children .toggle-children-icon { display: inline-block; width: 8px; height: 8px; background: url('../images/sprites/32x32-s517e471e4e.png') 0 0 no-repeat; vertical-align: middle; }
|
||||||
.cms-menu-list li a .toggle-children.opened .toggle-children-icon { background: url('../images/sprites/32x32-sad4b9dcce6.png') 0 -16px no-repeat; }
|
.cms-menu-list li a .toggle-children.opened .toggle-children-icon { background: url('../images/sprites/32x32-s517e471e4e.png') 0 -16px no-repeat; }
|
||||||
.cms-menu-list li ul { display: none; }
|
.cms-menu-list li ul { display: none; }
|
||||||
.cms-menu-list li.current a { color: white; text-shadow: #1e5270 0 -1px 0; border-top: 1px solid #55a4d2; border-bottom: 1px solid #1e5270; background-color: #338dc1; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #338dc1), color-stop(100%, #287099)); background-image: -webkit-linear-gradient(#338dc1, #287099); background-image: -moz-linear-gradient(#338dc1, #287099); background-image: -o-linear-gradient(#338dc1, #287099); background-image: -ms-linear-gradient(#338dc1, #287099); background-image: linear-gradient(#338dc1, #287099); }
|
.cms-menu-list li.current a { color: white; text-shadow: #1e5270 0 -1px 0; border-top: 1px solid #55a4d2; border-bottom: 1px solid #1e5270; background-color: #338dc1; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #338dc1), color-stop(100%, #287099)); background-image: -webkit-linear-gradient(#338dc1, #287099); background-image: -moz-linear-gradient(#338dc1, #287099); background-image: -o-linear-gradient(#338dc1, #287099); background-image: -ms-linear-gradient(#338dc1, #287099); background-image: linear-gradient(#338dc1, #287099); }
|
||||||
|
.cms-menu-list li.current a .toggle-children .toggle-children-icon { background: url('../images/sprites/32x32-s517e471e4e.png') 0 -32px no-repeat; }
|
||||||
|
.cms-menu-list li.current a .toggle-children.opened .toggle-children-icon { background: url('../images/sprites/32x32-s517e471e4e.png') 0 -48px no-repeat; }
|
||||||
.cms-menu-list li.current ul { border-top: none; display: block; }
|
.cms-menu-list li.current ul { border-top: none; display: block; }
|
||||||
.cms-menu-list li.current li { background-color: #287099; }
|
.cms-menu-list li.current li { background-color: #287099; }
|
||||||
.cms-menu-list li.current li a { font-size: 11px; padding: 0 10px 0 40px; height: 32px; line-height: 32px; color: #e2f0f7; background: none; border-top: 1px solid #338dc1; border-bottom: 1px solid #1e5270; }
|
.cms-menu-list li.current li a { font-size: 11px; padding: 0 10px 0 40px; height: 32px; line-height: 32px; color: #e2f0f7; background: none; border-top: 1px solid #338dc1; border-bottom: 1px solid #1e5270; }
|
||||||
|
BIN
admin/images/menu-arrow-deselected-up.png
Normal file
BIN
admin/images/menu-arrow-deselected-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
admin/images/sprites/32x32-s517e471e4e.png
Normal file
BIN
admin/images/sprites/32x32-s517e471e4e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 892 B |
Binary file not shown.
Before Width: | Height: | Size: 729 B |
BIN
admin/images/sprites/32x32/menu-arrow-deselected-down.png
Normal file
BIN
admin/images/sprites/32x32/menu-arrow-deselected-down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
admin/images/sprites/32x32/menu-arrow-deselected-up.png
Normal file
BIN
admin/images/sprites/32x32/menu-arrow-deselected-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -201,13 +201,13 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
background: sprite($sprites32, menu-arrow-down) no-repeat;
|
background: sprite($sprites32, menu-arrow-deselected-down) no-repeat;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.opened {
|
&.opened {
|
||||||
.toggle-children-icon {
|
.toggle-children-icon {
|
||||||
background: sprite($sprites32, menu-arrow-up) no-repeat;
|
background: sprite($sprites32, menu-arrow-deselected-up) no-repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -228,6 +228,18 @@
|
|||||||
$color-menu-button,
|
$color-menu-button,
|
||||||
darken($color-menu-button, 10%)
|
darken($color-menu-button, 10%)
|
||||||
));
|
));
|
||||||
|
|
||||||
|
.toggle-children {
|
||||||
|
.toggle-children-icon {
|
||||||
|
background: sprite($sprites32, menu-arrow-down) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.opened {
|
||||||
|
.toggle-children-icon {
|
||||||
|
background: sprite($sprites32, menu-arrow-up) no-repeat;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
Loading…
Reference in New Issue
Block a user