Generic "minor action" styling

Used for new comments "preview" feature
This commit is contained in:
Ingo Schommer 2013-03-04 12:16:55 +01:00
parent bba8ebfac5
commit c991a8eb32
1 changed files with 4 additions and 2 deletions

View File

@ -181,11 +181,13 @@ form .date .middleColumn input {
/*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
width: 114px;
}
.Actions input.resetformaction { /* Clear button */
.Actions input.resetformaction,
.Actions input.action-minor { /* Clear button */
float: left;
background-color: #888;
}
.Actions input.resetformaction:hover { /* Clear button */
.Actions input.resetformaction:hover,
.Actions input.action-minor:hover { /* Clear button */
background-color: #aaa;
}