mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
New toggle images for Widgets screen.
--HG-- branch : 1.x
This commit is contained in:
@@ -81,9 +81,13 @@
|
||||
<Content Include="Content\Admin\images\moveup.gif" />
|
||||
<Content Include="Content\Admin\images\movedown.gif" />
|
||||
<Content Include="Module.txt" />
|
||||
<Content Include="Styles\images\all-zones-on.gif" />
|
||||
<Content Include="Styles\images\all-zones.gif" />
|
||||
<Content Include="Styles\images\arrows.png" />
|
||||
<Content Include="Styles\images\eye.png" />
|
||||
<Content Include="Styles\images\menu.widgets.png" />
|
||||
<Content Include="Styles\images\widget-zones-on.gif" />
|
||||
<Content Include="Styles\images\widget-zones.gif" />
|
||||
<Content Include="Styles\menu.widgets-admin.css" />
|
||||
<Content Include="Styles\orchard-widgets-admin.css" />
|
||||
<Content Include="Views\Web.config" />
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -106,7 +106,7 @@ background-color:#e6f1c9;
|
||||
/*#widgets-layer-visibility li.widgets-this-layer:hover {
|
||||
border-color:#487328;
|
||||
}*/
|
||||
.widgets-listed li li.widgets-this-layer:hover, #widgets-layer-visibility li:hover, #widgets-layer-visibility li.on {
|
||||
.widgets-listed li li.widgets-this-layer:hover, #widgets-layer-visibility li:hover {
|
||||
/*border-color:#bfd3a7;*/
|
||||
border-color:#487328;
|
||||
}
|
||||
@@ -216,6 +216,18 @@ background-position:5px -17px;
|
||||
}
|
||||
|
||||
/* begin: switchable tweaks for admin/widgets */
|
||||
.orchard-widgets .switch-for-switchable .summary-view {
|
||||
background: url("images/widget-zones.gif") no-repeat left top;
|
||||
}
|
||||
.orchard-widgets .switch-for-switchable.summary-switched .summary-view {
|
||||
background:url("images/widget-zones-on.gif") no-repeat left top;
|
||||
}
|
||||
.orchard-widgets .switch-for-switchable .detail-view {
|
||||
background:url("images/all-zones.gif") no-repeat left top;
|
||||
}
|
||||
.orchard-widgets .switch-for-switchable.detail-switched .detail-view {
|
||||
background:url("images/all-zones-on.gif") no-repeat left top;
|
||||
}
|
||||
#widgets-placement .switch-for-switchable {
|
||||
margin:-32px 10px -2px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user