mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Generic "minor action" styling
Used for new comments "preview" feature
This commit is contained in:
parent
bba8ebfac5
commit
c991a8eb32
@ -181,11 +181,13 @@ form .date .middleColumn input {
|
|||||||
/*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
|
/*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
|
||||||
width: 114px;
|
width: 114px;
|
||||||
}
|
}
|
||||||
.Actions input.resetformaction { /* Clear button */
|
.Actions input.resetformaction,
|
||||||
|
.Actions input.action-minor { /* Clear button */
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
}
|
}
|
||||||
.Actions input.resetformaction:hover { /* Clear button */
|
.Actions input.resetformaction:hover,
|
||||||
|
.Actions input.action-minor:hover { /* Clear button */
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user