mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +08:00
Updated view switching buttons on Features screen.
--HG-- branch : dev
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 1.2 KiB |
@@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
.switch-for-switchable.summary-switched .summary-view {
|
.switch-for-switchable.summary-switched .summary-view {
|
||||||
background:url("images/summary-view-on.gif") no-repeat left top;
|
background:url("images/summary-view-on.gif") no-repeat left top;
|
||||||
border-color:#bb8b2d;
|
border-color:#487328;
|
||||||
cursor:default;
|
cursor:default;
|
||||||
}
|
}
|
||||||
.switch-for-switchable .detail-view {
|
.switch-for-switchable .detail-view {
|
||||||
@@ -38,6 +38,6 @@
|
|||||||
}
|
}
|
||||||
.switch-for-switchable.detail-switched .detail-view {
|
.switch-for-switchable.detail-switched .detail-view {
|
||||||
background:url("images/detail-view-on.gif") no-repeat left top;
|
background:url("images/detail-view-on.gif") no-repeat left top;
|
||||||
border-color:#bb8b2d;
|
border-color:#487328;
|
||||||
cursor:default;
|
cursor:default;
|
||||||
}
|
}
|
Reference in New Issue
Block a user