From c991a8eb3282059355cee0fe6e9224422263fa4a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 4 Mar 2013 12:16:55 +0100 Subject: [PATCH] Generic "minor action" styling Used for new comments "preview" feature --- css/form.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/form.css b/css/form.css index 26faaef..4ca24e6 100644 --- a/css/form.css +++ b/css/form.css @@ -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; }