Make borders of buttons in Reply popup dark blue

The blue buttons on the change screen (Submit, quick approve) have a
dark blue border, but the blue buttons in the Reply popup (Post,
Cancel) had a white border. Make the border color for the buttons
consistent by making the border of the blue buttons in the Reply popup
dark blue too.

Change-Id: Ia68275cdbe83e56a6805598eddc53b44dd0c79b8
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-01-07 09:52:43 +01:00
committed by Edwin Kempin
parent 8f180733d8
commit cfea138b5f

View File

@@ -35,7 +35,7 @@
font-weight: bold;
border: 2px solid;
cursor: pointer;
color: #fff;
color: rgba(0, 0, 0, 0.15);
background-color: #4d90fe;
background-image: -webkit-linear-gradient(top, #4d90fe, #4d90fe);
-webkit-border-radius: 2px;