Highlight 'Publish' button in blue color

If a change is a draft the natural next step is to publish it, hence
the 'Publish' button should be highlighted similar to the quick
approve button.

Bug: issue 2533
Change-Id: Icb2a48b31b5754c6cad27e2fc8f60e6ea3e217c5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-01-07 14:45:15 +01:00
parent ca0ef9af2f
commit 27c171edc9

View File

@@ -375,7 +375,8 @@ limitations under the License.
<g:Button ui:field='deleteEdit' styleName='' visible='false'>
<div><ui:msg>Delete Edit</ui:msg></div>
</g:Button>
<g:Button ui:field='publish' styleName='' visible='false'>
<g:Button ui:field='publish'
styleName='{style.highlight}' visible='false'>
<div><ui:msg>Publish</ui:msg></div>
</g:Button>
<g:Button ui:field='deleteChange' styleName='' visible='false'>