mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Added visibility icon to .widgets-this-layer class on widgets screen.
--HG-- branch : 1.x
This commit is contained in:
@@ -178,12 +178,13 @@ margin-top:0;
|
||||
#widgets-layer-visibility li {
|
||||
cursor:default;
|
||||
}
|
||||
#widgets-layer-visibility .widgets-other-layer {
|
||||
#widgets-layer-visibility .widgets-other-layer, #widgets-layer-visibility .widgets-this-layer {
|
||||
background-image:url(images/eye.png);
|
||||
background-position:5px 11px;
|
||||
background-repeat:no-repeat;
|
||||
cursor:pointer;
|
||||
}
|
||||
#widgets-layer-visibility .widgets-this-layer {cursor:default;}
|
||||
#widgets-layer-visibility .widgets-other-layer.off, #widgets-layer-visibility .widgets-other-layer.off:hover {
|
||||
background-position:5px -17px;
|
||||
}
|
||||
|
||||
@@ -948,9 +948,6 @@ table.items th, table.items td {
|
||||
.contentItems .commentcount {
|
||||
line-height:2em;
|
||||
}
|
||||
/*#main .contentItems p {
|
||||
margin:1em 0 0;
|
||||
}*/
|
||||
|
||||
|
||||
/* Pager
|
||||
|
||||
Reference in New Issue
Block a user